Lines Matching refs:args

163                 uno::Sequence< uno::Any > args( 3 );  in getFastPropertyValue()  local
164 args[0] = uno::Any( false ); // do not call XFreePixmap on it in getFastPropertyValue()
165 args[1] = uno::Any( pXlibSurface->getPixmap()->mhDrawable ); in getFastPropertyValue()
166 args[2] = uno::Any( sal_Int32( pXlibSurface->getDepth() ) ); in getFastPropertyValue()
168 aRV = uno::Any( args ); in getFastPropertyValue()
172 uno::Sequence< uno::Any > args( 1 ); in getFastPropertyValue()
173 args[0] = uno::Any( sal_IntPtr (pQuartzSurface->getCGContext()) ); in getFastPropertyValue()
174 aRV = uno::Any( args ); in getFastPropertyValue()
178 uno::Sequence< uno::Any > args( 1 ); in getFastPropertyValue()
179 args[1] = uno::Any( sal_Int64(surface2HBitmap(mpBufferSurface,maSize)) ); in getFastPropertyValue()
181 aRV = uno::Any( args ); in getFastPropertyValue()
193 uno::Sequence< uno::Any > args( 3 ); in getFastPropertyValue() local
209 args[0] = uno::Any( true ); in getFastPropertyValue()
210 args[1] = ::com::sun::star::uno::Any( pPixmap->mhDrawable ); in getFastPropertyValue()
211 args[2] = ::com::sun::star::uno::Any( sal_Int32( pXlibSurface->getDepth () ) ); in getFastPropertyValue()
215 aRV = uno::Any( args ); in getFastPropertyValue()
231 uno::Sequence< uno::Any > args( 1 ); in getFastPropertyValue()
232 args[0] = uno::Any( sal_IntPtr (pQuartzSurface->getCGContext()) ); in getFastPropertyValue()
234 aRV = uno::Any( args ); in getFastPropertyValue()
249 uno::Sequence< uno::Any > args( 1 ); in getFastPropertyValue()
250 args[1] = uno::Any( sal_Int64(surface2HBitmap(pAlphaSurface,maSize)) ); in getFastPropertyValue()
252 aRV = uno::Any( args ); in getFastPropertyValue()