Home
last modified time | relevance | path

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

/aoo4110/main/canvas/source/cairo/
H A Dcairo_spritecanvashelper.cxx218 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()
H A Dcairo_canvasbitmap.cxx91 mpBufferCairo = mpBufferSurface->getCairo(); in CanvasBitmap()
192 CairoSharedPtr pAlphaCairo = pAlphaSurface->getCairo(); in getFastPropertyValue()
215 CairoSharedPtr pAlphaCairo = pAlphaSurface->getCairo(); in getFastPropertyValue()
234 CairoSharedPtr pAlphaCairo = pAlphaSurface->getCairo(); in getFastPropertyValue()
H A Dcairo_canvashelper_text.cxx309 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()
H A Dcairo_win32_cairo.hxx50 virtual CairoSharedPtr getCairo() const;
H A Dcairo_quartz_cairo.hxx52 virtual CairoSharedPtr getCairo() const;
H A Dcairo_cairo.hxx63 virtual CairoSharedPtr getCairo() const = 0;
H A Dcairo_xlib_cairo.hxx85 virtual CairoSharedPtr getCairo() const;
H A Dcairo_win32_cairo.cxx130 CairoSharedPtr Win32Surface::getCairo() const in getCairo() function in cairo::Win32Surface
H A Dcairo_quartz_cairo.cxx143 CairoSharedPtr QuartzSurface::getCairo() const in getCairo() function in cairo::QuartzSurface
H A Dcairo_xlib_cairo.cxx185 CairoSharedPtr X11Surface::getCairo() const in getCairo() function in cairo::X11Surface
H A Dcairo_textlayout.cxx523 CairoSharedPtr pSCairo = pSurface->getCairo(); in draw()
H A Dcairo_canvashelper.cxx118 mpCairo = pSurface->getCairo(); in setSurface()
1335 CairoSharedPtr pCairo = pScaledSurface->getCairo(); in implDrawBitmapSurface()

Completed in 44 milliseconds