Home
last modified time | relevance | path

Searched defs:startT (Results 1 – 8 of 8) sorted by relevance

/external/skia/src/pathops/
DSkPathOpsRect.cpp13 void SkDRect::setBounds(const SkDQuad& curve, const SkDQuad& sub, double startT, double endT) { in setBounds()
30 void SkDRect::setBounds(const SkDConic& curve, const SkDConic& sub, double startT, double endT) { in setBounds()
47 void SkDRect::setBounds(const SkDCubic& curve, const SkDCubic& sub, double startT, double endT) { in setBounds()
DSkPathOpsCurve.h198 static bool line_is_vertical(const SkPoint a[2], SkScalar , double startT, double endT) { in line_is_vertical()
205 static bool quad_is_vertical(const SkPoint a[3], SkScalar , double startT, double endT) { in quad_is_vertical()
212 static bool conic_is_vertical(const SkPoint a[3], SkScalar weight, double startT, double endT) { in conic_is_vertical()
219 static bool cubic_is_vertical(const SkPoint a[4], SkScalar , double startT, double endT) { in cubic_is_vertical()
DSkOpSegment.cpp1516 double startT = startPtT.fT; in subDivide() local
1568 double startT = startPtT.fT; in subDivide() local
DSkPathOpsTSect.h155 double startT() const { in startT() function
1067 double startT = first->fStartT; in extractCoincident() local
DSkPathOpsCubic.cpp675 double SkDCubic::top(const SkDCubic& dCurve, double startT, double endT, SkDPoint*topPt) const { in top()
DSkOpAngle.cpp979 double startT = fStart->t(); in setSpans() local
/external/skia/src/core/
DSkPathMeasure.cpp311 SkScalar startT, SkScalar stopT, SkPath* dst) { in seg_to()
487 SkScalar startT = 0, startD = 0; in distanceToSegment() local
576 SkScalar startT, stopT; in getSegment() local
/external/skia/tests/
DPathOpsAngleTest.cpp475 void SkOpSegment::debugAddAngle(double startT, double endT, SkChunkAlloc* allocator) { in debugAddAngle()