Searched refs:SkTSect (Results 1 – 4 of 4) sorted by relevance
/third_party/skia/src/pathops/ |
D | SkPathOpsTSect.h | 80 class SkTSect; variable 109 const SkTSect* debugOpp() const; 239 SkDEBUGCODE(SkTSect* fDebugSect); 241 friend class SkTSect; variable 244 class SkTSect { 246 SkTSect(const SkTCurve& c 248 static void BinarySearch(SkTSect* sect1, SkTSect* sect2, 254 const SkTSect* debugOpp() const { in debugOpp() 263 void dumpBoth(SkTSect* ) const; 291 bool binarySearchCoin(SkTSect* , double tStart, double tStep, double* t, [all …]
|
D | SkPathOpsTSect.cpp | 55 SkTSpan* SkTSect::addFollowing( in addFollowing() 78 void SkTSect::addForPerp(SkTSpan* span, double t) { in addForPerp() 148 const SkTSect* SkTSpan::debugOpp() const { in debugOpp() 499 SkTSect::SkTSect(const SkTCurve& c in SkTSect() function in SkTSect 519 SkTSpan* SkTSect::addOne() { in addOne() 548 bool SkTSect::binarySearchCoin(SkTSect* sect2, double tStart, in binarySearchCoin() 616 SkTSpan* SkTSect::boundsMax() { in boundsMax() 636 bool SkTSect::coincidentCheck(SkTSect* sect2) { in coincidentCheck() 671 void SkTSect::coincidentForce(SkTSect* sect2, in coincidentForce() 707 bool SkTSect::coincidentHasT(double t) { in coincidentHasT() [all …]
|
D | SkPathOpsDebug.h | 32 class SkTSect; variable
|
/third_party/skia/tests/ |
D | PathOpsDebug.cpp | 416 const SkTSpan* DebugSpan(const SkTSect* sect, int id) { in DebugSpan() 420 const SkTSpan* DebugT(const SkTSect* sect, double t) { in DebugT() 425 void Dump(const SkTSect* sect) { in Dump() 429 void DumpBoth(SkTSect* sect1, SkTSect* sect2) { in DumpBoth() 433 void DumpBounded(SkTSect* sect1, int id) { in DumpBounded() 437 void DumpBounds(SkTSect* sect1) { in DumpBounds() 441 void DumpCoin(SkTSect* sect1) { in DumpCoin() 445 void DumpCoinCurves(SkTSect* sect1) { in DumpCoinCurves() 449 void DumpCurves(const SkTSect* sect) { in DumpCurves() 1176 const SkTSpan* SkTSect::debugSpan(int id) const { in debugSpan() [all …]
|