/third_party/flutter/skia/tests/ |
D | PathOpsTestCommon.cpp | 101 pair = cubic->chopAt(inflectT[0]); in toQuadraticTs() 116 pair = cubic->chopAt(inflectT[0]); in toQuadraticTs()
|
D | PathOpsCubicReduceOrderTest.cpp | 45 SkDCubicPair cubicPair = cubic.chopAt(0.5);
|
D | PathOpsConicIntersectionTest.cpp | 166 if (!conic.chopAt(SkDoubleToScalar(t), chopped)) { in chopBothWays()
|
/third_party/flutter/skia/src/core/ |
D | SkGeometry.h | 262 bool SK_WARN_UNUSED_RESULT chopAt(SkScalar t, SkConic dst[2]) const; 263 void chopAt(SkScalar t1, SkScalar t2, SkConic* dst) const;
|
D | SkGeometry.cpp | 949 SkDCubicPair pair = cubic.chopAt(roots[0]); in cubic_dchop_at_intercept() 1043 bool SkConic::chopAt(SkScalar t, SkConic dst[2]) const { in chopAt() function in SkConic 1074 void SkConic::chopAt(SkScalar t1, SkScalar t2, SkConic* dst) const { in chopAt() function in SkConic 1081 if (this->chopAt(t1 ? t1 : t2, pair)) { in chopAt() 1323 if (!this->chopAt(t, dst)) { in chopAtXExtrema() 1341 if (!this->chopAt(t, dst)) { in chopAtYExtrema()
|
D | SkContourMeasure.cpp | 80 if (conic.chopAt(stopT, tmp)) { in SkContourMeasure_segTo() 87 if (conic.chopAt(startT, tmp1)) { in SkContourMeasure_segTo() 92 conic.chopAt(startT, stopT, &tmp); in SkContourMeasure_segTo()
|
/third_party/skia/tests/ |
D | PathOpsTestCommon.cpp | 102 pair = cubic->chopAt(inflectT[0]); in toQuadraticTs() 117 pair = cubic->chopAt(inflectT[0]); in toQuadraticTs()
|
D | PathOpsCubicReduceOrderTest.cpp | 47 SkDCubicPair cubicPair = cubic.chopAt(0.5);
|
/third_party/skia/src/gpu/tessellate/ |
D | Tessellation.cpp | 63 if (!SkConic(p,w).chopAt(.5, chops)) { in conicTo()
|
D | StrokeFixedCountTessellator.cpp | 155 if (!conic.chopAt(.5f, chops)) { in chopConicTo()
|
/third_party/skia/src/core/ |
D | SkGeometry.h | 333 bool SK_WARN_UNUSED_RESULT chopAt(SkScalar t, SkConic dst[2]) const; 334 void chopAt(SkScalar t1, SkScalar t2, SkConic* dst) const;
|
D | SkContourMeasure.cpp | 85 if (conic.chopAt(stopT, tmp)) { in SkContourMeasure_segTo() 92 if (conic.chopAt(startT, tmp)) { in SkContourMeasure_segTo() 97 conic.chopAt(startT, stopT, &tmp); in SkContourMeasure_segTo()
|
D | SkGeometry.cpp | 1148 SkDCubicPair pair = cubic.chopAt(roots[0]); in cubic_dchop_at_intercept() 1242 bool SkConic::chopAt(SkScalar t, SkConic dst[2]) const { in chopAt() function in SkConic 1273 void SkConic::chopAt(SkScalar t1, SkScalar t2, SkConic* dst) const { in chopAt() function in SkConic 1280 if (this->chopAt(t1 ? t1 : t2, pair)) { in chopAt() 1559 if (!this->chopAt(t, dst)) { in chopAtXExtrema() 1577 if (!this->chopAt(t, dst)) { in chopAtYExtrema()
|
/third_party/skia/gm/ |
D | mandoline.cpp | 112 if (!conic.chopAt(T, halves)) { in sliceConic()
|
/third_party/flutter/skia/gm/ |
D | mandoline.cpp | 112 if (!conic.chopAt(T, halves)) { in sliceConic()
|
/third_party/flutter/skia/src/pathops/ |
D | SkPathOpsQuad.h | 67 SkDQuadPair chopAt(double t) const;
|
D | SkPathOpsCubic.h | 49 SkDCubicPair chopAt(double t) const;
|
D | SkPathOpsCubic.cpp | 102 SkDCubicPair SkDCubic::chopAt(double t) const { in chopAt() function in SkDCubic 657 SkDCubicPair pair = chopAt(t1 == 0 ? t2 : t1); in subDivide()
|
D | SkOpEdgeBuilder.cpp | 248 if (!conic.chopAt(maxCurvature, pair)) { in walk()
|
D | SkPathOpsQuad.cpp | 347 SkDQuadPair SkDQuad::chopAt(double t) const in chopAt() function in SkDQuad
|
/third_party/skia/src/pathops/ |
D | SkPathOpsQuad.h | 67 SkDQuadPair chopAt(double t) const;
|
D | SkPathOpsCubic.h | 49 SkDCubicPair chopAt(double t) const;
|
D | SkPathOpsCubic.cpp | 103 SkDCubicPair SkDCubic::chopAt(double t) const { in chopAt() function in SkDCubic 659 SkDCubicPair pair = chopAt(t1 == 0 ? t2 : t1); in subDivide()
|
D | SkOpEdgeBuilder.cpp | 242 if (!conic.chopAt(maxCurvature, pair)) { in walk()
|
D | SkPathOpsQuad.cpp | 347 SkDQuadPair SkDQuad::chopAt(double t) const in chopAt() function in SkDQuad
|