Searched refs:chopAt (Results 1 - 15 of 15) sorted by relevance

/external/skia/src/pathops/
H A DSkPathOpsQuad.h66 SkDQuadPair chopAt(double t) const;
H A DSkPathOpsCubic.h48 SkDCubicPair chopAt(double t) const;
H A DSkOpEdgeBuilder.cpp243 if (!conic.chopAt(maxCurvature, pair)) {
H A DSkPathOpsQuad.cpp337 SkDQuadPair SkDQuad::chopAt(double t) const function in class:SkDQuad
H A DSkPathOpsCubic.cpp103 SkDCubicPair SkDCubic::chopAt(double t) const { function in class:SkDCubic
667 SkDCubicPair pair = chopAt(t1 == 0 ? t2 : t1);
/external/skia/src/core/
H A DSkGeometry.h218 bool SK_WARN_UNUSED_RESULT chopAt(SkScalar t, SkConic dst[2]) const;
219 void chopAt(SkScalar t1, SkScalar t2, SkConic* dst) const;
H A DSkGeometry.cpp841 SkDCubicPair pair = cubic.chopAt(roots[0]);
943 bool SkConic::chopAt(SkScalar t, SkConic dst[2]) const { function in class:SkConic
974 void SkConic::chopAt(SkScalar t1, SkScalar t2, SkConic* dst) const { function in class:SkConic
981 if (this->chopAt(t1 ? t1 : t2, pair)) {
1216 if (!this->chopAt(t, dst)) {
1234 if (!this->chopAt(t, dst)) {
H A DSkPathMeasure.cpp88 if (conic.chopAt(stopT, tmp)) {
95 if (conic.chopAt(startT, tmp1)) {
100 conic.chopAt(startT, stopT, &tmp);
/external/skia/tests/
H A DPathOpsTestCommon.cpp98 pair = cubic->chopAt(inflectT[0]);
113 pair = cubic->chopAt(inflectT[0]);
H A DPathOpsConicIntersectionTest.cpp168 if (!conic.chopAt(SkDoubleToScalar(t), chopped)) {
H A DPathOpsCubicReduceOrderTest.cpp45 SkDCubicPair cubicPair = cubic.chopAt(0.5);
H A DPathOpsOpTest.cpp3603 SkDCubicPair c1pair = c1.chopAt(c1InflectionTs[0]);
3604 SkDCubicPair c1apair = c1pair.first().chopAt(c1InflectionTs[1]);
3605 SkDCubicPair c2pair = c2.chopAt(c2InflectionTs[0]);
/external/skia/gm/
H A Dbeziereffects.cpp365 if (!conic.chopAt(t, dst)) {
/external/skia/src/gpu/ops/
H A DGrAAHairLinePathRenderer.cpp146 if (!conic.chopAt(t, dst)) {
/external/skia/samplecode/
H A DSampleAAGeometry.cpp223 if (!conic.chopAt(0.5f, chop)) {
1365 if (conic.chopAt(0.5f, split)) {

Completed in 338 milliseconds