Searched refs:pXlibSurface (Results 1 – 1 of 1) sorted by relevance
161 X11Surface* pXlibSurface=dynamic_cast<X11Surface*>(mpBufferSurface.get()); in getFastPropertyValue() local162 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() local197 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 15 milliseconds