Home
last modified time | relevance | path

Searched defs:maskSurface (Results 1 – 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/cairo/
DPlatformContextCairo.h38 void update(cairo_surface_t* maskSurface, const FloatRect& maskRect) in update()
45 cairo_surface_t* maskSurface() const { return m_maskSurface.get(); } in maskSurface() function