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