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

/external/webkit/Source/WebCore/platform/graphics/android/rendering/
H A DInspectorCanvas.h55 virtual bool clipPath(const SkPath&, SkRegion::Op) { argument
69 virtual void drawPath(const SkPath&, const SkPaint& paint);
85 const SkPath&, const SkMatrix*,
H A DInspectorCanvas.cpp82 void InspectorCanvas::drawPath(const SkPath&, const SkPaint& paint) argument
135 const SkPath&, const SkMatrix*,
134 drawTextOnPath(const void*, size_t byteLength, const SkPath&, const SkMatrix*, const SkPaint& paint) argument
/external/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,
134 void stencilPath(const SkPath& path, const SkStrokeRec& stroke, GrDrawTarget* target) {
143 virtual StencilSupport onGetStencilSupport(const SkPath&, argument
152 virtual bool onDrawPath(const SkPath& path,
161 virtual void onStencilPath(const SkPath& path, const SkStrokeRec& stroke, GrDrawTarget* target) {
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
H A DGrStencilAndCoverPathRenderer.cpp36 bool GrStencilAndCoverPathRenderer::canDrawPath(const SkPath& path,
46 const SkPath&,
52 void GrStencilAndCoverPathRenderer::onStencilPath(const SkPath& path,
60 bool GrStencilAndCoverPathRenderer::onDrawPath(const SkPath& path,
72 SkPath::FillType nonInvertedFill = SkPath::ConvertToNonInverseFillType(path.getFillType());
45 onGetStencilSupport( const SkPath&, const SkStrokeRec& , const GrDrawTarget*) const argument
/external/webkit/Source/WebCore/platform/graphics/android/context/
H A DRecordingContextCanvasProxy.h64 virtual bool clipPath(const SkPath&, SkRegion::Op, bool) { /* NOT IMPLEMENTED*/ CRASH(); return -1; } argument
71 virtual void drawPath(const SkPath& path, const SkPaint&) { /* NOT IMPLEMENTED*/ CRASH(); }
85 const SkPath& path, const SkMatrix* matrix,
/external/skia/include/core/
H A DSkPath.h37 /** \class SkPath
39 The SkPath class encapsulates compound (multiple contour) geometric paths
42 class SK_API SkPath { class
44 SK_DECLARE_INST_COUNT_ROOT(SkPath);
46 SkPath();
47 SkPath(const SkPath&);
48 ~SkPath();
50 SkPath& operator=(const SkPath
[all...]
/external/skia/legacy/include/core/
H A DSkPath.h29 /** \class SkPath
31 The SkPath class encapsulates compound (multiple contour) geometric paths
34 class SK_API SkPath { class
36 SkPath();
37 SkPath(const SkPath&);
38 ~SkPath();
40 SkPath& operator=(const SkPath&);
42 friend bool operator==(const SkPath
[all...]
/external/skia/legacy/src/core/
H A DSkPath.cpp10 #include "SkPath.h"
29 static bool is_degenerate(const SkPath& path) {
30 SkPath::Iter iter(path, false);
32 return SkPath::kDone_Verb == iter.next(pts);
49 SkAutoPathBoundsUpdate(SkPath* path, const SkRect& r) : fRect(r) {
53 SkAutoPathBoundsUpdate(SkPath* path, SkScalar left, SkScalar top,
71 SkPath* fPath;
78 void init(SkPath* path) {
116 SkPath::SkPath() function in class:SkPath
128 SkPath::SkPath(const SkPath& src) { function in class:SkPath
[all...]
/external/skia/src/core/
H A DSkPath.cpp10 #include "SkPath.h"
21 SkPath::PathRefDebugRef::PathRefDebugRef(SkPath* owner) : fOwner(owner) {}
23 SkPath::PathRefDebugRef::PathRefDebugRef(SkPathRef* pr, SkPath* owner)
29 SkPath::PathRefDebugRef::~PathRefDebugRef() {
33 void SkPath::PathRefDebugRef::reset(SkPathRef* ref) {
44 void SkPath::PathRefDebugRef::swap(SkPath::PathRefDebugRef* other) {
56 SkPathRef* SkPath
71 SK_DEFINE_INST_COUNT(SkPath); variable
215 SkPath::SkPath() function in class:SkPath
235 SkPath::SkPath(const SkPath& src) function in class:SkPath
[all...]

Completed in 2097 milliseconds