Home
last modified time | relevance | path

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

/third_party/skia/src/pathops/
DSkPathOpsTSect.h196 return splitAt(work, (work->fStartT + work->fEndT) * 0.5, heap); in split()
199 bool splitAt(SkTSpan* work, double t, SkArenaAlloc* heap);
285 result->splitAt(span, t, &fHeap); in addSplitAt()
DSkPathOpsTSect.cpp403 bool SkTSpan::splitAt(SkTSpan* work, double t, SkArenaAlloc* heap) { in splitAt() function in SkTSpan