Home
last modified time | relevance | path

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

/external/skia/src/pathops/
DSkPathOpsTSect.h235 SkTSpan<TCurve, OppCurve>* addSplitAt(SkTSpan<TCurve, OppCurve>* span, double t) { in addSplitAt()
360 SkTSpan<TCurve, OppCurve>* SkTSect<TCurve, OppCurve>::addFollowing( in addFollowing()
973 SkTSpan<TCurve, OppCurve>* first, SkTSpan<TCurve, OppCurve>* last) { in computePerpendiculars()
1013 int SkTSect<TCurve, OppCurve>::countConsecutiveSpans(SkTSpan<TCurve, OppCurve>* first, in countConsecutiveSpans()
1059 SkTSpan<TCurve, OppCurve>* SkTSect<TCurve, OppCurve>::extractCoincident( in extractCoincident()
1153 SkTSpan<TCurve, OppCurve>* SkTSect<TCurve, OppCurve>::findCoincidentRun( in findCoincidentRun()
1193 int SkTSect<TCurve, OppCurve>::intersects(SkTSpan<TCurve, OppCurve>* span, in intersects()
1246 int SkTSect<TCurve, OppCurve>::linesIntersect(SkTSpan<TCurve, OppCurve>* span, in linesIntersect()
1375 void SkTSect<TCurve, OppCurve>::markSpanGone(SkTSpan<TCurve, OppCurve>* span) { in markSpanGone()
1459 SkTSpan<TCurve, OppCurve>* SkTSect<TCurve, OppCurve>::prev( in prev()
[all …]
/external/skia/tests/
DPathOpsTSectDebug.h109 void SkTSect<TCurve, OppCurve>::dumpCommon(const SkTSpan<TCurve, OppCurve>* test) const { in dumpCommon()
122 void SkTSect<TCurve, OppCurve>::dumpCommonCurves(const SkTSpan<TCurve, OppCurve>* test) const { in dumpCommonCurves()
DPathOpsDebug.cpp358 const SkTSpan<TCurve, OppCurve>* DebugSpan(const SkTSect<TCurve, OppCurve>* sect, int id) { in DebugSpan()
388 const SkTSpan<TCurve, OppCurve>* DebugT(const SkTSect<TCurve, OppCurve>* sect, double t) { in DebugT()
418 void Dump(const SkTSect<TCurve, OppCurve>* sect) { in Dump()
448 void DumpBoth(SkTSect<TCurve, OppCurve>* sect1, SkTSect<OppCurve, TCurve>* sect2) { in DumpBoth()
478 void DumpBounded(SkTSect<TCurve, OppCurve>* sect1, int id) { in DumpBounded()
508 void DumpBounds(SkTSect<TCurve, OppCurve>* sect1) { in DumpBounds()
538 void DumpCoin(SkTSect<TCurve, OppCurve>* sect1) { in DumpCoin()
568 void DumpCoinCurves(SkTSect<TCurve, OppCurve>* sect1) { in DumpCoinCurves()
598 void DumpCurves(const SkTSect<TCurve, OppCurve>* sect) { in DumpCurves()
628 void Dump(const SkTSpan<TCurve, OppCurve>* span) { in Dump()
[all …]