Home
last modified time | relevance | path

Searched refs:pAlphaCairo (Results 1 – 1 of 1) sorted by relevance

/trunk/main/canvas/source/cairo/
H A Dcairo_canvasbitmap.cxx195 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()
[all …]