Home
last modified time | relevance | path

Searched refs:chopAt (Results 1 – 13 of 13) sorted by relevance

/external/skia/tests/
DPathOpsTestCommon.cpp98 pair = cubic->chopAt(inflectT[0]); in toQuadraticTs()
113 pair = cubic->chopAt(inflectT[0]); in toQuadraticTs()
DPathOpsCubicReduceOrderTest.cpp45 SkDCubicPair cubicPair = cubic.chopAt(0.5);
DPathOpsConicIntersectionTest.cpp168 conic.chopAt(SkDoubleToScalar(t), chopped); in chopBothWays()
DPathOpsOpTest.cpp3600 SkDCubicPair c1pair = c1.chopAt(c1InflectionTs[0]); in loop1asQuad()
3601 SkDCubicPair c1apair = c1pair.first().chopAt(c1InflectionTs[1]); in loop1asQuad()
3602 SkDCubicPair c2pair = c2.chopAt(c2InflectionTs[0]); in loop1asQuad()
/external/skia/src/core/
DSkGeometry.h218 void chopAt(SkScalar t, SkConic dst[2]) const;
219 void chopAt(SkScalar t1, SkScalar t2, SkConic* dst) const;
DSkGeometry.cpp876 SkDCubicPair pair = cubic.chopAt(roots[0]); in cubic_dchop_at_intercept()
977 void SkConic::chopAt(SkScalar t, SkConic dst[2]) const { in chopAt() function in SkConic
1005 void SkConic::chopAt(SkScalar t1, SkScalar t2, SkConic* dst) const { in chopAt() function in SkConic
1011 this->chopAt(t1 ? t1 : t2, pair); in chopAt()
1189 this->chopAt(t, dst); in chopAtXExtrema()
1204 this->chopAt(t, dst); in chopAtYExtrema()
DSkPathMeasure.cpp436 conic.chopAt(stopT, tmp); in seg_to()
442 conic.chopAt(startT, tmp1); in seg_to()
446 conic.chopAt(startT, stopT, &tmp); in seg_to()
/external/skia/src/pathops/
DSkPathOpsQuad.h62 SkDQuadPair chopAt(double t) const;
DSkPathOpsCubic.h52 SkDCubicPair chopAt(double t) const;
DSkPathOpsCubic.cpp106 SkDCubicPair SkDCubic::chopAt(double t) const { in chopAt() function in SkDCubic
633 SkDCubicPair pair = chopAt(t1 == 0 ? t2 : t1); in subDivide()
DSkPathOpsQuad.cpp298 SkDQuadPair SkDQuad::chopAt(double t) const in chopAt() function in SkDQuad
/external/skia/gm/
Dbeziereffects.cpp398 conic.chopAt(t, dst); in split_conic()
/external/skia/src/gpu/batches/
DGrAAHairLinePathRenderer.cpp149 conic.chopAt(t, dst); in split_conic()