Home
last modified time | relevance | path

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

/external/skia/src/pathops/
DSkPathOpsTSect.h252 SkTSpan<TCurve, OppCurve>* addSplitAt(SkTSpan<TCurve, OppCurve>* span, double t) { in addSplitAt()
379 SkTSpan<TCurve, OppCurve>* SkTSect<TCurve, OppCurve>::addFollowing( in addFollowing()
1033 SkTSpan<TCurve, OppCurve>* first, SkTSpan<TCurve, OppCurve>* last) { in computePerpendiculars()
1073 int SkTSect<TCurve, OppCurve>::countConsecutiveSpans(SkTSpan<TCurve, OppCurve>* first, in countConsecutiveSpans()
1119 SkTSpan<TCurve, OppCurve>* SkTSect<TCurve, OppCurve>::extractCoincident( in extractCoincident()
1213 SkTSpan<TCurve, OppCurve>* SkTSect<TCurve, OppCurve>::findCoincidentRun( in findCoincidentRun()
1253 int SkTSect<TCurve, OppCurve>::intersects(SkTSpan<TCurve, OppCurve>* span, in intersects()
1334 int SkTSect<TCurve, OppCurve>::linesIntersect(SkTSpan<TCurve, OppCurve>* span, in linesIntersect()
1492 void SkTSect<TCurve, OppCurve>::markSpanGone(SkTSpan<TCurve, OppCurve>* span) { in markSpanGone()
1576 SkTSpan<TCurve, OppCurve>* SkTSect<TCurve, OppCurve>::prev( in prev()
[all …]
/external/skia/tests/
DPathOpsDebug.cpp375 const SkTSpan<TCurve, OppCurve>* DebugSpan(const SkTSect<TCurve, OppCurve>* sect, int id) { in DebugSpan()
405 const SkTSpan<TCurve, OppCurve>* DebugT(const SkTSect<TCurve, OppCurve>* sect, double t) { in DebugT()
435 void Dump(const SkTSect<TCurve, OppCurve>* sect) { in Dump()
465 void DumpBoth(SkTSect<TCurve, OppCurve>* sect1, SkTSect<OppCurve, TCurve>* sect2) { in DumpBoth()
495 void DumpBounded(SkTSect<TCurve, OppCurve>* sect1, int id) { in DumpBounded()
525 void DumpBounds(SkTSect<TCurve, OppCurve>* sect1) { in DumpBounds()
555 void DumpCoin(SkTSect<TCurve, OppCurve>* sect1) { in DumpCoin()
585 void DumpCoinCurves(SkTSect<TCurve, OppCurve>* sect1) { in DumpCoinCurves()
615 void DumpCurves(const SkTSect<TCurve, OppCurve>* sect) { in DumpCurves()
645 void Dump(const SkTSpan<TCurve, OppCurve>* span) { in Dump()
[all …]
DPathOpsTSectDebug.h119 void SkTSect<TCurve, OppCurve>::dumpCommon(const SkTSpan<TCurve, OppCurve>* test) const { in dumpCommon()
132 void SkTSect<TCurve, OppCurve>::dumpCommonCurves(const SkTSpan<TCurve, OppCurve>* test) const { in dumpCommonCurves()