Searched refs:SkTSect (Results 1 – 8 of 8) sorted by relevance
/external/skqp/src/pathops/ |
D | SkPathOpsTSect.h | 81 class SkTSect; variable 110 const SkTSect* debugOpp() const; 240 SkDEBUGCODE(SkTSect* fDebugSect); 242 friend class SkTSect; variable 245 class SkTSect { 247 SkTSect(const SkTCurve& c 249 static void BinarySearch(SkTSect* sect1, SkTSect* sect2, 255 const SkTSect* debugOpp() const { in debugOpp() 264 void dumpBoth(SkTSect* ) const; 292 bool binarySearchCoin(SkTSect* , double tStart, double tStep, double* t, [all …]
|
D | SkPathOpsTSect.cpp | 54 SkTSpan* SkTSect::addFollowing( in addFollowing() 77 void SkTSect::addForPerp(SkTSpan* span, double t) { in addForPerp() 147 const SkTSect* SkTSpan::debugOpp() const { in debugOpp() 498 SkTSect::SkTSect(const SkTCurve& c in SkTSect() function in SkTSect 518 SkTSpan* SkTSect::addOne() { in addOne() 547 bool SkTSect::binarySearchCoin(SkTSect* sect2, double tStart, in binarySearchCoin() 615 SkTSpan* SkTSect::boundsMax() { in boundsMax() 635 bool SkTSect::coincidentCheck(SkTSect* sect2) { in coincidentCheck() 670 void SkTSect::coincidentForce(SkTSect* sect2, in coincidentForce() 706 bool SkTSect::coincidentHasT(double t) { in coincidentHasT() [all …]
|
D | SkPathOpsDebug.h | 32 class SkTSect; variable
|
/external/skia/src/pathops/ |
D | SkPathOpsTSect.h | 81 class SkTSect; variable 110 const SkTSect* debugOpp() const; 240 SkDEBUGCODE(SkTSect* fDebugSect); 242 friend class SkTSect; variable 245 class SkTSect { 247 SkTSect(const SkTCurve& c 249 static void BinarySearch(SkTSect* sect1, SkTSect* sect2, 255 const SkTSect* debugOpp() const { in debugOpp() 264 void dumpBoth(SkTSect* ) const; 292 bool binarySearchCoin(SkTSect* , double tStart, double tStep, double* t, [all …]
|
D | SkPathOpsTSect.cpp | 54 SkTSpan* SkTSect::addFollowing( in addFollowing() 77 void SkTSect::addForPerp(SkTSpan* span, double t) { in addForPerp() 147 const SkTSect* SkTSpan::debugOpp() const { in debugOpp() 498 SkTSect::SkTSect(const SkTCurve& c in SkTSect() function in SkTSect 518 SkTSpan* SkTSect::addOne() { in addOne() 547 bool SkTSect::binarySearchCoin(SkTSect* sect2, double tStart, in binarySearchCoin() 615 SkTSpan* SkTSect::boundsMax() { in boundsMax() 635 bool SkTSect::coincidentCheck(SkTSect* sect2) { in coincidentCheck() 670 void SkTSect::coincidentForce(SkTSect* sect2, in coincidentForce() 706 bool SkTSect::coincidentHasT(double t) { in coincidentHasT() [all …]
|
D | SkPathOpsDebug.h | 32 class SkTSect; variable
|
/external/skqp/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 …]
|
/external/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 …]
|