Home
last modified time | relevance | path

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

12

/external/skqp/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.cpp168 if (!conic.chopAt(SkDoubleToScalar(t), chopped)) { in chopBothWays()
/external/skia/tests/
DPathOpsTestCommon.cpp102 pair = cubic->chopAt(inflectT[0]); in toQuadraticTs()
117 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()
/external/skqp/src/core/
DSkGeometry.h264 bool SK_WARN_UNUSED_RESULT chopAt(SkScalar t, SkConic dst[2]) const;
265 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()
DSkPathMeasure.cpp90 if (conic.chopAt(stopT, tmp)) { in SkPathMeasure_segTo()
97 if (conic.chopAt(startT, tmp1)) { in SkPathMeasure_segTo()
102 conic.chopAt(startT, stopT, &tmp); in SkPathMeasure_segTo()
/external/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, tmp1)) { in SkContourMeasure_segTo()
97 conic.chopAt(startT, stopT, &tmp); in SkContourMeasure_segTo()
DSkGeometry.cpp1152 SkDCubicPair pair = cubic.chopAt(roots[0]); in cubic_dchop_at_intercept()
1246 bool SkConic::chopAt(SkScalar t, SkConic dst[2]) const { in chopAt() function in SkConic
1277 void SkConic::chopAt(SkScalar t1, SkScalar t2, SkConic* dst) const { in chopAt() function in SkConic
1284 if (this->chopAt(t1 ? t1 : t2, pair)) { in chopAt()
1563 if (!this->chopAt(t, dst)) { in chopAtXExtrema()
1581 if (!this->chopAt(t, dst)) { in chopAtYExtrema()
/external/skia/gm/
Dmandoline.cpp112 if (!conic.chopAt(T, halves)) { in sliceConic()
/external/skqp/gm/
Dmandoline.cpp106 if (!conic.chopAt(T, halves)) { in sliceConic()
/external/skqp/src/pathops/
DSkPathOpsQuad.h67 SkDQuadPair chopAt(double t) const;
DSkPathOpsCubic.h49 SkDCubicPair chopAt(double t) const;
DSkOpEdgeBuilder.cpp248 if (!conic.chopAt(maxCurvature, pair)) { in walk()
DSkPathOpsCubic.cpp102 SkDCubicPair SkDCubic::chopAt(double t) const { in chopAt() function in SkDCubic
657 SkDCubicPair pair = chopAt(t1 == 0 ? t2 : t1); in subDivide()
/external/skia/src/pathops/
DSkPathOpsQuad.h67 SkDQuadPair chopAt(double t) const;
DSkPathOpsCubic.h49 SkDCubicPair chopAt(double t) const;
DSkOpEdgeBuilder.cpp242 if (!conic.chopAt(maxCurvature, pair)) { in walk()
DSkPathOpsCubic.cpp103 SkDCubicPair SkDCubic::chopAt(double t) const { in chopAt() function in SkDCubic
659 SkDCubicPair pair = chopAt(t1 == 0 ? t2 : t1); in subDivide()
DSkPathOpsQuad.cpp347 SkDQuadPair SkDQuad::chopAt(double t) const in chopAt() function in SkDQuad
/external/skia/samplecode/
DSampleTessellatedWedge.cpp154 if (conic.chopAt((float)leftChops/numChops, halves)) { in find_conic_max_error()
/external/skia/src/gpu/tessellate/
DGrStrokeFixedCountTessellator.cpp83 if (SkConic(p, w).chopAt(.5f, chops)) { in conicTo()

12