Searched refs:getCairo (Results 1 – 14 of 14) sorted by relevance
218 CairoSharedPtr pCompositingCairo = pCompositingSurface->getCairo(); in updateScreen()219 CairoSharedPtr pWindowCairo = pWindowSurface->getCairo(); in updateScreen()282 repaintBackground( mpCompositingSurface->getCairo(), in backgroundPaint()304 CairoSharedPtr pCompositingCairo = pCompositingSurface->getCairo(); in scrollUpdate()305 CairoSharedPtr pWindowCairo = pWindowSurface->getCairo(); in scrollUpdate()422 CairoSharedPtr pCompositingCairo = pCompositingSurface->getCairo(); in opaqueUpdate()423 CairoSharedPtr pWindowCairo = pWindowSurface->getCairo(); in opaqueUpdate()469 CairoSharedPtr pCompositingCairo = pCompositingSurface->getCairo(); in genericUpdate()470 CairoSharedPtr pWindowCairo = pWindowSurface->getCairo(); in genericUpdate()
92 mpBufferCairo = mpBufferSurface->getCairo(); in CanvasBitmap()195 CairoSharedPtr pAlphaCairo = pAlphaSurface->getCairo(); in getFastPropertyValue()218 CairoSharedPtr pAlphaCairo = pAlphaSurface->getCairo(); in getFastPropertyValue()237 CairoSharedPtr pAlphaCairo = pAlphaSurface->getCairo(); in getFastPropertyValue()
309 cairo_rectangle (mpSurface->getCairo().get(), 0, 0, 0, 0); in drawText()310 cairo_fill(mpSurface->getCairo().get()); in drawText()369 cairo_rectangle( mpSurface->getCairo().get(), 0, 0, 0, 0); in drawTextLayout()370 cairo_fill(mpSurface->getCairo().get()); in drawTextLayout()
50 virtual CairoSharedPtr getCairo() const;
46 virtual CairoSharedPtr getCairo() const;
52 virtual CairoSharedPtr getCairo() const;
63 virtual CairoSharedPtr getCairo() const = 0;
85 virtual CairoSharedPtr getCairo() const;
130 CairoSharedPtr Win32Surface::getCairo() const in getCairo() function in cairo::Win32Surface
143 CairoSharedPtr QuartzSurface::getCairo() const in getCairo() function in cairo::QuartzSurface
139 CairoSharedPtr Os2Surface::getCairo() const in getCairo() function in cairo::Os2Surface
185 CairoSharedPtr X11Surface::getCairo() const in getCairo() function in cairo::X11Surface
540 CairoSharedPtr pSCairo = pSurface->getCairo(); in draw()
118 mpCairo = pSurface->getCairo(); in setSurface()1335 CairoSharedPtr pCairo = pScaledSurface->getCairo(); in implDrawBitmapSurface()
Completed in 43 milliseconds