Searched defs:chopAt (Results 1 - 3 of 3) sorted by relevance

/external/skia/src/pathops/
H A DSkPathOpsCubic.cpp103 SkDCubicPair SkDCubic::chopAt(double t) const { function in class:SkDCubic
667 SkDCubicPair pair = chopAt(t1 == 0 ? t2 : t1);
H A DSkPathOpsQuad.cpp337 SkDQuadPair SkDQuad::chopAt(double t) const function in class:SkDQuad
/external/skia/src/core/
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)) {

Completed in 202 milliseconds