Home
last modified time | relevance | path

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

12

/third_party/flutter/skia/tests/
DPathOpsTestCommon.cpp101 pair = cubic->chopAt(inflectT[0]); in toQuadraticTs()
116 pair = cubic->chopAt(inflectT[0]); in toQuadraticTs()
DPathOpsCubicReduceOrderTest.cpp45 SkDCubicPair cubicPair = cubic.chopAt(0.5);
DPathOpsConicIntersectionTest.cpp166 if (!conic.chopAt(SkDoubleToScalar(t), chopped)) { in chopBothWays()
/third_party/flutter/skia/src/core/
DSkGeometry.h262 bool SK_WARN_UNUSED_RESULT chopAt(SkScalar t, SkConic dst[2]) const;
263 void chopAt(SkScalar t1, SkScalar t2, SkConic* dst) const;
DSkGeometry.cpp949 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()
DSkContourMeasure.cpp80 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/
DPathOpsTestCommon.cpp102 pair = cubic->chopAt(inflectT[0]); in toQuadraticTs()
117 pair = cubic->chopAt(inflectT[0]); in toQuadraticTs()
DPathOpsCubicReduceOrderTest.cpp47 SkDCubicPair cubicPair = cubic.chopAt(0.5);
/third_party/skia/src/gpu/tessellate/
DTessellation.cpp63 if (!SkConic(p,w).chopAt(.5, chops)) { in conicTo()
DStrokeFixedCountTessellator.cpp155 if (!conic.chopAt(.5f, chops)) { in chopConicTo()
/third_party/skia/src/core/
DSkGeometry.h333 bool SK_WARN_UNUSED_RESULT chopAt(SkScalar t, SkConic dst[2]) const;
334 void chopAt(SkScalar t1, SkScalar t2, SkConic* dst) const;
DSkContourMeasure.cpp85 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()
DSkGeometry.cpp1148 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/
Dmandoline.cpp112 if (!conic.chopAt(T, halves)) { in sliceConic()
/third_party/flutter/skia/gm/
Dmandoline.cpp112 if (!conic.chopAt(T, halves)) { in sliceConic()
/third_party/flutter/skia/src/pathops/
DSkPathOpsQuad.h67 SkDQuadPair chopAt(double t) const;
DSkPathOpsCubic.h49 SkDCubicPair chopAt(double t) const;
DSkPathOpsCubic.cpp102 SkDCubicPair SkDCubic::chopAt(double t) const { in chopAt() function in SkDCubic
657 SkDCubicPair pair = chopAt(t1 == 0 ? t2 : t1); in subDivide()
DSkOpEdgeBuilder.cpp248 if (!conic.chopAt(maxCurvature, pair)) { in walk()
DSkPathOpsQuad.cpp347 SkDQuadPair SkDQuad::chopAt(double t) const in chopAt() function in SkDQuad
/third_party/skia/src/pathops/
DSkPathOpsQuad.h67 SkDQuadPair chopAt(double t) const;
DSkPathOpsCubic.h49 SkDCubicPair chopAt(double t) const;
DSkPathOpsCubic.cpp103 SkDCubicPair SkDCubic::chopAt(double t) const { in chopAt() function in SkDCubic
659 SkDCubicPair pair = chopAt(t1 == 0 ? t2 : t1); in subDivide()
DSkOpEdgeBuilder.cpp242 if (!conic.chopAt(maxCurvature, pair)) { in walk()
DSkPathOpsQuad.cpp347 SkDQuadPair SkDQuad::chopAt(double t) const in chopAt() function in SkDQuad

12