Home
last modified time | relevance | path

Searched refs:splitAt (Results 1 – 1 of 1) sorted by relevance

/external/skia/src/pathops/
DSkPathOpsTSect.h167 return splitAt(work, (work->fStartT + work->fEndT) * 0.5, heap); in split()
170 bool splitAt(SkTSpan* work, double t, SkChunkAlloc* heap);
254 result->splitAt(span, t, &fHeap); in addSplitAt()
734 bool SkTSpan<TCurve, OppCurve>::splitAt(SkTSpan* work, double t, SkChunkAlloc* heap) { in splitAt() function