Home
last modified time | relevance | path

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

/external/skia/src/pathops/
DSkPathOpsTSect.h178 return splitAt(work, (work->fStartT + work->fEndT) * 0.5, heap); in split()
181 bool splitAt(SkTSpan* work, double t, SkArenaAlloc* heap);
268 result->splitAt(span, t, &fHeap); in addSplitAt()
758 bool SkTSpan<TCurve, OppCurve>::splitAt(SkTSpan* work, double t, SkArenaAlloc* heap) { in splitAt() function