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

/external/webkit/WebCore/platform/graphics/openvg/
H A DPainterOpenVG.h43 class PainterOpenVG : public Noncopyable { class in namespace:WebCore
50 CreateNewStateWithPaintStateOnly // internal usage only, do not use outside PainterOpenVG
53 PainterOpenVG();
54 PainterOpenVG(SurfaceOpenVG*);
55 ~PainterOpenVG();
101 void save(PainterOpenVG::SaveMode saveMode = CreateNewState);
H A DPainterOpenVG.cpp21 #include "PainterOpenVG.h"
167 void applyState(PainterOpenVG* painter)
191 void applyBlending(PainterOpenVG* painter)
270 void applyTransformationMatrix(PainterOpenVG* painter)
343 PainterOpenVG::PainterOpenVG() function in class:WebCore::PainterOpenVG
349 PainterOpenVG::PainterOpenVG(SurfaceOpenVG* surface) function in class:WebCore::PainterOpenVG
357 PainterOpenVG::~PainterOpenVG()
[all...]

Completed in 47 milliseconds