Home | History | Annotate | Download | only in core

Lines Matching refs:SkPath

608                     SkPath      path;
634 SkPath path;
672 SkPath tmp;
674 tmp.setFillType(SkPath::kWinding_FillType);
799 void SkDraw::drawPath(const SkPath& origSrcPath, const SkPaint& paint,
809 SkPath* pathPtr = (SkPath*)&origSrcPath;
811 SkPath tmpPath;
818 SkPath* result = pathPtr;
877 SkPath* devPathPtr = pathIsMutable ? pathPtr : &tmpPath;
1217 const SkPath* iterPath;
1791 static void morphpath(SkPath* dst, const SkPath& src, SkPathMeasure& meas,
1793 SkPath::Iter iter(src, false);
1795 SkPath::Verb verb;
1797 while ((verb = iter.next(srcP)) != SkPath::kDone_Verb) {
1799 case SkPath::kMove_Verb:
1803 case SkPath::kLine_Verb:
1810 case SkPath::kQuad_Verb:
1814 case SkPath::kCubic_Verb:
1818 case SkPath::kClose_Verb:
1829 const SkPath& follow, const SkMatrix* matrix,
1853 const SkPath* iterPath;
1861 SkPath tmp;
1875 const SkPath& path, const SkMatrix* matrix) const {
1912 SkPath tmp;
1914 const SkPath* glyphPath = cache->findPath(glyph);
2380 bool SkBounder::doPath(const SkPath& path, const SkPaint& paint, bool doFill) {
2402 #include "SkPath.h"
2407 static bool compute_bounds(const SkPath& devPath, const SkIRect* clipBounds,
2462 static void draw_into_mask(const SkMask& mask, const SkPath& devPath) {
2484 bool SkDraw::DrawToMask(const SkPath& devPath, const SkIRect* clipBounds,