Lines Matching refs:args
162 uno::Sequence< uno::Any > args( 3 ); in getFastPropertyValue() local
163 args[0] = uno::Any( false ); // do not call XFreePixmap on it in getFastPropertyValue()
164 args[1] = uno::Any( pXlibSurface->getPixmap()->mhDrawable ); in getFastPropertyValue()
165 args[2] = uno::Any( sal_Int32( pXlibSurface->getDepth() ) ); in getFastPropertyValue()
167 aRV = uno::Any( args ); in getFastPropertyValue()
171 uno::Sequence< uno::Any > args( 1 ); in getFastPropertyValue()
172 args[0] = uno::Any( sal_IntPtr (pQuartzSurface->getCGContext()) ); in getFastPropertyValue()
173 aRV = uno::Any( args ); in getFastPropertyValue()
177 uno::Sequence< uno::Any > args( 1 ); in getFastPropertyValue()
178 args[1] = uno::Any( sal_Int64(surface2HBitmap(mpBufferSurface,maSize)) ); in getFastPropertyValue()
180 aRV = uno::Any( args ); in getFastPropertyValue()
190 uno::Sequence< uno::Any > args( 3 ); in getFastPropertyValue() local
206 args[0] = uno::Any( true ); in getFastPropertyValue()
207 args[1] = ::com::sun::star::uno::Any( pPixmap->mhDrawable ); in getFastPropertyValue()
208 args[2] = ::com::sun::star::uno::Any( sal_Int32( pXlibSurface->getDepth () ) ); in getFastPropertyValue()
212 aRV = uno::Any( args ); in getFastPropertyValue()
228 uno::Sequence< uno::Any > args( 1 ); in getFastPropertyValue()
229 args[0] = uno::Any( sal_IntPtr (pQuartzSurface->getCGContext()) ); in getFastPropertyValue()
231 aRV = uno::Any( args ); in getFastPropertyValue()
246 uno::Sequence< uno::Any > args( 1 ); in getFastPropertyValue()
247 args[1] = uno::Any( sal_Int64(surface2HBitmap(pAlphaSurface,maSize)) ); in getFastPropertyValue()
249 aRV = uno::Any( args ); in getFastPropertyValue()