Searched refs:chopAt (Results 1 – 13 of 13) sorted by relevance
/external/skia/tests/ |
D | PathOpsTestCommon.cpp | 98 pair = cubic->chopAt(inflectT[0]); in toQuadraticTs() 113 pair = cubic->chopAt(inflectT[0]); in toQuadraticTs()
|
D | PathOpsCubicReduceOrderTest.cpp | 45 SkDCubicPair cubicPair = cubic.chopAt(0.5);
|
D | PathOpsConicIntersectionTest.cpp | 168 conic.chopAt(SkDoubleToScalar(t), chopped); in chopBothWays()
|
D | PathOpsOpTest.cpp | 3600 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/ |
D | SkGeometry.h | 218 void chopAt(SkScalar t, SkConic dst[2]) const; 219 void chopAt(SkScalar t1, SkScalar t2, SkConic* dst) const;
|
D | SkGeometry.cpp | 876 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()
|
D | SkPathMeasure.cpp | 436 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/ |
D | SkPathOpsQuad.h | 62 SkDQuadPair chopAt(double t) const;
|
D | SkPathOpsCubic.h | 52 SkDCubicPair chopAt(double t) const;
|
D | SkPathOpsCubic.cpp | 106 SkDCubicPair SkDCubic::chopAt(double t) const { in chopAt() function in SkDCubic 633 SkDCubicPair pair = chopAt(t1 == 0 ? t2 : t1); in subDivide()
|
D | SkPathOpsQuad.cpp | 298 SkDQuadPair SkDQuad::chopAt(double t) const in chopAt() function in SkDQuad
|
/external/skia/gm/ |
D | beziereffects.cpp | 398 conic.chopAt(t, dst); in split_conic()
|
/external/skia/src/gpu/batches/ |
D | GrAAHairLinePathRenderer.cpp | 149 conic.chopAt(t, dst); in split_conic()
|