HomeSort by relevance Sort by last modified time
    Searched defs:PlatformContextCairo (Results 1 - 2 of 2) sorted by null

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

Completed in 4893 milliseconds