/external/skqp/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 | 168 if (!conic.chopAt(SkDoubleToScalar(t), chopped)) { in chopBothWays()
|
/external/skia/tests/ |
D | PathOpsTestCommon.cpp | 102 pair = cubic->chopAt(inflectT[0]); in toQuadraticTs() 117 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()
|
/external/skqp/src/core/ |
D | SkGeometry.h | 264 bool SK_WARN_UNUSED_RESULT chopAt(SkScalar t, SkConic dst[2]) const; 265 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 | SkPathMeasure.cpp | 90 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/ |
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, tmp1)) { in SkContourMeasure_segTo() 97 conic.chopAt(startT, stopT, &tmp); in SkContourMeasure_segTo()
|
D | SkGeometry.cpp | 1152 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/ |
D | mandoline.cpp | 112 if (!conic.chopAt(T, halves)) { in sliceConic()
|
/external/skqp/gm/ |
D | mandoline.cpp | 106 if (!conic.chopAt(T, halves)) { in sliceConic()
|
/external/skqp/src/pathops/ |
D | SkPathOpsQuad.h | 67 SkDQuadPair chopAt(double t) const;
|
D | SkPathOpsCubic.h | 49 SkDCubicPair chopAt(double t) const;
|
D | SkOpEdgeBuilder.cpp | 248 if (!conic.chopAt(maxCurvature, pair)) { in walk()
|
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()
|
/external/skia/src/pathops/ |
D | SkPathOpsQuad.h | 67 SkDQuadPair chopAt(double t) const;
|
D | SkPathOpsCubic.h | 49 SkDCubicPair chopAt(double t) const;
|
D | SkOpEdgeBuilder.cpp | 242 if (!conic.chopAt(maxCurvature, pair)) { in walk()
|
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 | SkPathOpsQuad.cpp | 347 SkDQuadPair SkDQuad::chopAt(double t) const in chopAt() function in SkDQuad
|
/external/skia/samplecode/ |
D | SampleTessellatedWedge.cpp | 154 if (conic.chopAt((float)leftChops/numChops, halves)) { in find_conic_max_error()
|
/external/skia/src/gpu/tessellate/ |
D | GrStrokeFixedCountTessellator.cpp | 83 if (SkConic(p, w).chopAt(.5f, chops)) { in conicTo()
|