Searched defs:PlatformContextCairo (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/cairo/
H A DPlatformContextCairo.cpp27 #include "PlatformContextCairo.h"
33 PlatformContextCairo::PlatformContextCairo(cairo_t* cr) function in class:WebCore::PlatformContextCairo
38 void PlatformContextCairo::restore()
51 void PlatformContextCairo::save()
58 void PlatformContextCairo::pushImageMask(cairo_surface_t* surface, const FloatRect& rect)
H A DPlatformContextCairo.h58 class PlatformContextCairo { class in namespace:WebCore
59 WTF_MAKE_NONCOPYABLE(PlatformContextCairo);
61 PlatformContextCairo(cairo_t*);

Completed in 67 milliseconds