Lines Matching refs:pAlphaCairo

195                 CairoSharedPtr   pAlphaCairo = pAlphaSurface->getCairo();  in getFastPropertyValue()  local
200 cairo_set_source_rgba( pAlphaCairo.get(), 1, 1, 1, 1 ); in getFastPropertyValue()
201 cairo_set_operator( pAlphaCairo.get(), CAIRO_OPERATOR_SOURCE ); in getFastPropertyValue()
202 cairo_paint( pAlphaCairo.get() ); in getFastPropertyValue()
203 … cairo_set_source_surface( pAlphaCairo.get(), mpBufferSurface->getCairoSurface().get(), 0, 0 ); in getFastPropertyValue()
204 cairo_set_operator( pAlphaCairo.get(), CAIRO_OPERATOR_XOR ); in getFastPropertyValue()
205 cairo_paint( pAlphaCairo.get() ); in getFastPropertyValue()
206 pAlphaCairo.reset(); in getFastPropertyValue()
218 CairoSharedPtr pAlphaCairo = pAlphaSurface->getCairo(); in getFastPropertyValue()
223 cairo_set_source_rgba( pAlphaCairo.get(), 1, 1, 1, 1 ); in getFastPropertyValue()
224 cairo_set_operator( pAlphaCairo.get(), CAIRO_OPERATOR_SOURCE ); in getFastPropertyValue()
225 cairo_paint( pAlphaCairo.get() ); in getFastPropertyValue()
226 … cairo_set_source_surface( pAlphaCairo.get(), mpBufferSurface->getCairoSurface().get(), 0, 0 ); in getFastPropertyValue()
227 cairo_set_operator( pAlphaCairo.get(), CAIRO_OPERATOR_XOR ); in getFastPropertyValue()
228 cairo_paint( pAlphaCairo.get() ); in getFastPropertyValue()
229 pAlphaCairo.reset(); in getFastPropertyValue()
237 CairoSharedPtr pAlphaCairo = pAlphaSurface->getCairo(); in getFastPropertyValue()
240 cairo_set_source_rgba( pAlphaCairo.get(), 1, 1, 1, 1 ); in getFastPropertyValue()
241 cairo_set_operator( pAlphaCairo.get(), CAIRO_OPERATOR_SOURCE ); in getFastPropertyValue()
242 cairo_paint( pAlphaCairo.get() ); in getFastPropertyValue()
243 … cairo_set_source_surface( pAlphaCairo.get(), mpBufferSurface->getCairoSurface().get(), 0, 0 ); in getFastPropertyValue()
244 cairo_set_operator( pAlphaCairo.get(), CAIRO_OPERATOR_XOR ); in getFastPropertyValue()
245 cairo_paint( pAlphaCairo.get() ); in getFastPropertyValue()
246 pAlphaCairo.reset(); in getFastPropertyValue()