Lines Matching refs:SkPath
163 const SkPaint* paint, int flags, const SkPath* convexMask);
191 void drawPath(const SkPath* path, const SkPaint* paint);
194 void drawTextOnPath(const glyph_t* glyphs, int bytesCount, int count, const SkPath* path,
320 bool clipPath(const SkPath* path, SkRegion::Op op);
332 void setProjectionPathMask(LinearAllocator& allocator, const SkPath* path);
344 SkPath* allocPathForFrame() { in allocPathForFrame()
345 std::unique_ptr<SkPath> path(new SkPath()); in allocPathForFrame()
346 SkPath* returnPath = path.get(); in allocPathForFrame()
515 const SkPaint* paint, int flags, const SkPath* convexMask);
636 void drawConvexPath(const SkPath& path, const SkPaint* paint);
763 std::vector<std::unique_ptr<SkPath>> mTempPaths;