Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/src/pathops/
H A DSkPathOpsQuad.cpp354 SkDQuadPair SkDQuad::chopAt(double t) const in chopAt() function in SkDQuad
H A DSkPathOpsCubic.cpp111 SkDCubicPair SkDCubic::chopAt(double t) const { in chopAt() function in SkDCubic
/aosp_15_r20/external/skia/src/core/
H A DSkGeometry.cpp1297 bool SkConic::chopAt(SkScalar t, SkConic dst[2]) const { in chopAt() function in SkConic
1328 void SkConic::chopAt(SkScalar t1, SkScalar t2, SkConic* dst) const { in chopAt() function in SkConic