Home
last modified time | relevance | path

Searched refs:pXlibSurface (Results 1 – 1 of 1) sorted by relevance

/aoo42x/main/canvas/source/cairo/
H A Dcairo_canvasbitmap.cxx161 X11Surface* pXlibSurface=dynamic_cast<X11Surface*>(mpBufferSurface.get()); in getFastPropertyValue() local
162 OSL_ASSERT(pXlibSurface); in getFastPropertyValue()
165 args[1] = uno::Any( pXlibSurface->getPixmap()->mhDrawable ); in getFastPropertyValue()
166 args[2] = uno::Any( sal_Int32( pXlibSurface->getDepth() ) ); in getFastPropertyValue()
196 X11Surface* pXlibSurface=dynamic_cast<X11Surface*>(pAlphaSurface.get()); in getFastPropertyValue() local
197 OSL_ASSERT(pXlibSurface); in getFastPropertyValue()
208 X11PixmapSharedPtr pPixmap = pXlibSurface->getPixmap(); in getFastPropertyValue()
211 args[2] = ::com::sun::star::uno::Any( sal_Int32( pXlibSurface->getDepth () ) ); in getFastPropertyValue()

Completed in 5 milliseconds