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

  /external/webkit/Source/WebCore/platform/graphics/openvg/
PainterOpenVG.h 44 class PainterOpenVG {
45 WTF_MAKE_NONCOPYABLE(PainterOpenVG);
53 CreateNewStateWithPaintStateOnly // internal usage only, do not use outside PainterOpenVG
60 PainterOpenVG();
61 PainterOpenVG(SurfaceOpenVG*);
62 ~PainterOpenVG();
118 void clipPath(const Path&, PainterOpenVG::ClipOperation, WindRule clipRule = RULE_NONZERO);
122 void save(PainterOpenVG::SaveMode saveMode = CreateNewState);
PainterOpenVG.cpp 21 #include "PainterOpenVG.h"
197 void applyState(PainterOpenVG* painter)
231 void applyBlending(PainterOpenVG* painter)
310 void applyTransformation(PainterOpenVG* painter)
381 void saveMaskIfNecessary(PainterOpenVG* painter)
399 PainterOpenVG::PainterOpenVG()
405 PainterOpenVG::PainterOpenVG(SurfaceOpenVG* surface)
413 PainterOpenVG::~PainterOpenVG(
    [all...]

Completed in 37 milliseconds