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

/external/skia/src/pathops/
H A DSkPathOpsQuad.cpp289 SkDQuadPair SkDQuad::chopAt(double t) const function in class:SkDQuad
H A DSkPathOpsCubic.cpp106 SkDCubicPair SkDCubic::chopAt(double t) const { function in class:SkDCubic
623 SkDCubicPair pair = chopAt(t1 == 0 ? t2 : t1);

Completed in 73 milliseconds