Lines Matching refs:SkPathMeasure
30 SkScalar SkPathMeasure::Segment::getScalarT() const { in getScalarT()
34 const SkPathMeasure::Segment* SkPathMeasure::NextSegment(const Segment* seg) { in NextSegment()
84 SkScalar SkPathMeasure::compute_quad_segs(const SkPoint pts[3], in compute_quad_segs()
108 SkScalar SkPathMeasure::compute_conic_segs(const SkConic& conic, in compute_conic_segs()
132 SkScalar SkPathMeasure::compute_cubic_segs(const SkPoint pts[4], in compute_cubic_segs()
156 void SkPathMeasure::buildSegments() { in buildSegments()
399 SkPathMeasure::SkPathMeasure() { in SkPathMeasure() function in SkPathMeasure
406 SkPathMeasure::SkPathMeasure(const SkPath& path, bool forceClosed) { in SkPathMeasure() function in SkPathMeasure
415 SkPathMeasure::~SkPathMeasure() {} in ~SkPathMeasure()
419 void SkPathMeasure::setPath(const SkPath* path, bool forceClosed) { in setPath()
432 SkScalar SkPathMeasure::getLength() { in getLength()
473 const SkPathMeasure::Segment* SkPathMeasure::distanceToSegment( in distanceToSegment()
507 bool SkPathMeasure::getPosTan(SkScalar distance, SkPoint* pos, in getPosTan()
534 bool SkPathMeasure::getMatrix(SkScalar distance, SkMatrix* matrix, in getMatrix()
559 bool SkPathMeasure::getSegment(SkScalar startD, SkScalar stopD, SkPath* dst, in getSegment()
591 seg = SkPathMeasure::NextSegment(seg); in getSegment()
599 bool SkPathMeasure::isClosed() { in isClosed()
607 bool SkPathMeasure::nextContour() { in nextContour()
617 void SkPathMeasure::dump() { in dump()