Lines Matching refs:SkPathMeasure
23 SkScalar SkPathMeasure::Segment::getScalarT() const { in getScalarT()
27 const SkPathMeasure::Segment* SkPathMeasure::NextSegment(const Segment* seg) { in NextSegment()
142 bool SkPathMeasure::quad_too_curvy(const SkPoint pts[3]) { in quad_too_curvy()
154 bool SkPathMeasure::conic_too_curvy(const SkPoint& firstPt, const SkPoint& midTPt, in conic_too_curvy()
163 bool SkPathMeasure::cheap_dist_exceeds_limit(const SkPoint& pt, in cheap_dist_exceeds_limit()
170 bool SkPathMeasure::cubic_too_curvy(const SkPoint pts[4]) { in cubic_too_curvy()
232 SkScalar SkPathMeasure::compute_quad_segs(const SkPoint pts[3], in compute_quad_segs()
259 SkScalar SkPathMeasure::compute_conic_segs(const SkConic& conic, SkScalar distance, in compute_conic_segs()
288 SkScalar SkPathMeasure::compute_cubic_segs(const SkPoint pts[4], in compute_cubic_segs()
315 void SkPathMeasure::buildSegments() { in buildSegments()
497 SkPathMeasure::SkPathMeasure() { in SkPathMeasure() function in SkPathMeasure
504 SkPathMeasure::SkPathMeasure(const SkPath& path, bool forceClosed, SkScalar resScale) { in SkPathMeasure() function in SkPathMeasure
514 SkPathMeasure::~SkPathMeasure() {} in ~SkPathMeasure()
518 void SkPathMeasure::setPath(const SkPath* path, bool forceClosed) { in setPath()
533 SkScalar SkPathMeasure::getLength() { in getLength()
575 const SkPathMeasure::Segment* SkPathMeasure::distanceToSegment( in distanceToSegment()
607 bool SkPathMeasure::getPosTan(SkScalar distance, SkPoint* pos, SkVector* tangent) { in getPosTan()
632 bool SkPathMeasure::getMatrix(SkScalar distance, SkMatrix* matrix, in getMatrix()
653 bool SkPathMeasure::getSegment(SkScalar startD, SkScalar stopD, SkPath* dst, in getSegment()
693 seg = SkPathMeasure::NextSegment(seg); in getSegment()
702 bool SkPathMeasure::isClosed() { in isClosed()
710 bool SkPathMeasure::nextContour() { in nextContour()
726 void SkPathMeasure::dump() { in dump()