Searched defs:SkPath (Results 1 - 10 of 10) sorted by relevance

/external/skia/src/gpu/
H A DGrStencilAndCoverPathRenderer.cpp37 bool GrStencilAndCoverPathRenderer::canDrawPath(const SkPath& path,
48 const SkPath&,
54 void GrStencilAndCoverPathRenderer::onStencilPath(const SkPath& path,
62 bool GrStencilAndCoverPathRenderer::onDrawPath(const SkPath& path,
47 onGetStencilSupport( const SkPath&, const SkStrokeRec& , const GrDrawTarget*) const argument
H A DGrPathRenderer.h20 class SkPath;
84 StencilSupport getStencilSupport(const SkPath& path,
103 virtual bool canDrawPath(const SkPath& path,
116 bool drawPath(const SkPath& path,
135 void stencilPath(const SkPath& path, const SkStrokeRec& stroke, GrDrawTarget* target) {
159 virtual StencilSupport onGetStencilSupport(const SkPath&, argument
168 virtual bool onDrawPath(const SkPath& path,
177 virtual void onStencilPath(const SkPath& path, const SkStrokeRec& stroke, GrDrawTarget* target) {
194 static void GetPathDevBounds(const SkPath& path,
201 static void GetPathDevBounds(const SkPath
[all...]
H A DGrSoftwarePathRenderer.cpp14 bool GrSoftwarePathRenderer::canDrawPath(const SkPath&, argument
32 const SkPath&,
45 const SkPath& path,
116 bool GrSoftwarePathRenderer::onDrawPath(const SkPath& path,
31 onGetStencilSupport( const SkPath&, const SkStrokeRec&, const GrDrawTarget*) const argument
/external/chromium_org/third_party/skia/src/gpu/
H A DGrPathRenderer.h20 class SkPath;
84 StencilSupport getStencilSupport(const SkPath& path,
103 virtual bool canDrawPath(const SkPath& path,
116 bool drawPath(const SkPath& path,
135 void stencilPath(const SkPath& path, const SkStrokeRec& stroke, GrDrawTarget* target) {
159 virtual StencilSupport onGetStencilSupport(const SkPath&, argument
168 virtual bool onDrawPath(const SkPath& path,
177 virtual void onStencilPath(const SkPath& path, const SkStrokeRec& stroke, GrDrawTarget* target) {
194 static void GetPathDevBounds(const SkPath& path,
201 static void GetPathDevBounds(const SkPath
[all...]
H A DGrSoftwarePathRenderer.cpp14 bool GrSoftwarePathRenderer::canDrawPath(const SkPath&, argument
26 const SkPath&,
39 const SkPath& path,
110 bool GrSoftwarePathRenderer::onDrawPath(const SkPath& path,
25 onGetStencilSupport( const SkPath&, const SkStrokeRec&, const GrDrawTarget*) const argument
H A DGrStencilAndCoverPathRenderer.cpp37 bool GrStencilAndCoverPathRenderer::canDrawPath(const SkPath& path,
48 const SkPath&,
54 static GrPath* get_gr_path(GrGpu* gpu, const SkPath& skPath, const SkStrokeRec& stroke) {
65 void GrStencilAndCoverPathRenderer::onStencilPath(const SkPath& path,
73 bool GrStencilAndCoverPathRenderer::onDrawPath(const SkPath& path,
47 onGetStencilSupport( const SkPath&, const SkStrokeRec& , const GrDrawTarget*) const argument
/external/chromium_org/third_party/skia/include/core/
H A DSkPath.h26 /** \class SkPath
28 The SkPath class encapsulates compound (multiple contour) geometric paths
31 class SK_API SkPath { class
33 SK_DECLARE_INST_COUNT_ROOT(SkPath);
35 SkPath();
36 SkPath(const SkPath&);
37 ~SkPath();
39 SkPath& operator=(const SkPath
[all...]
/external/skia/include/core/
H A DSkPath.h25 /** \class SkPath
27 The SkPath class encapsulates compound (multiple contour) geometric paths
30 class SK_API SkPath { class
32 SK_DECLARE_INST_COUNT_ROOT(SkPath);
34 SkPath();
35 SkPath(const SkPath&);
36 ~SkPath();
38 SkPath& operator=(const SkPath
[all...]
/external/skia/src/core/
H A DSkPath.cpp13 #include "SkPath.h"
32 static bool is_degenerate(const SkPath& path) {
33 SkPath::Iter iter(path, false);
35 return SkPath::kDone_Verb == iter.next(pts);
40 SkAutoDisableDirectionCheck(SkPath* path) : fPath(path) {
41 fSaved = static_cast<SkPath::Direction>(fPath->fDirection);
49 SkPath* fPath;
50 SkPath::Direction fSaved;
68 SkAutoPathBoundsUpdate(SkPath* path, const SkRect& r) : fRect(r) {
72 SkAutoPathBoundsUpdate(SkPath* pat
128 SkPath::SkPath() function in class:SkPath
148 SkPath::SkPath(const SkPath& that) function in class:SkPath
[all...]
/external/chromium_org/third_party/skia/src/core/
H A DSkPath.cpp13 #include "SkPath.h"
32 static bool is_degenerate(const SkPath& path) {
33 SkPath::Iter iter(path, false);
35 return SkPath::kDone_Verb == iter.next(pts);
40 SkAutoDisableDirectionCheck(SkPath* path) : fPath(path) {
41 fSaved = static_cast<SkPath::Direction>(fPath->fDirection);
49 SkPath* fPath;
50 SkPath::Direction fSaved;
68 SkAutoPathBoundsUpdate(SkPath* path, const SkRect& r) : fRect(r) {
72 SkAutoPathBoundsUpdate(SkPath* pat
128 SkPath::SkPath() function in class:SkPath
148 SkPath::SkPath(const SkPath& that) function in class:SkPath
[all...]

Completed in 6293 milliseconds