Home
last modified time | relevance | path

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

/aoo41x/main/canvas/source/cairo/
H A Dcairo_canvasbitmap.cxx160 X11Surface* pXlibSurface=dynamic_cast<X11Surface*>(mpBufferSurface.get()); in getFastPropertyValue() local
161 OSL_ASSERT(pXlibSurface); in getFastPropertyValue()
164 args[1] = uno::Any( pXlibSurface->getPixmap()->mhDrawable ); in getFastPropertyValue()
165 args[2] = uno::Any( sal_Int32( pXlibSurface->getDepth() ) ); in getFastPropertyValue()
193 X11Surface* pXlibSurface=dynamic_cast<X11Surface*>(pAlphaSurface.get()); in getFastPropertyValue() local
194 OSL_ASSERT(pXlibSurface); in getFastPropertyValue()
205 X11PixmapSharedPtr pPixmap = pXlibSurface->getPixmap(); in getFastPropertyValue()
208 args[2] = ::com::sun::star::uno::Any( sal_Int32( pXlibSurface->getDepth () ) ); in getFastPropertyValue()

Completed in 13 milliseconds