Searched defs:ptT (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/skia/src/pathops/ |
H A D | SkOpSpan.cpp | 26 const SkOpPtT* ptT = this; in active() local 38 const SkOpPtT* ptT = this; in contains() local 50 const SkOpPtT* ptT = this; in contains() local 61 const SkOpPtT* ptT = this; in contains() local 73 const SkOpPtT* ptT = this; in contains() local 88 const SkOpPtT* ptT = this; in find() local
|
H A D | SkOpCoincidence.h | 85 void setCoinPtTEnd(const SkOpPtT* ptT) { in setCoinPtTEnd() 93 void setCoinPtTStart(const SkOpPtT* ptT) { in setCoinPtTStart() 106 void setOppPtTEnd(const SkOpPtT* ptT) { in setOppPtTEnd() 114 void setOppPtTStart(const SkOpPtT* ptT) { in setOppPtTStart()
|
H A D | SkPathOpsDebug.cpp | 823 const SkOpPtT* ptT = span->ptT(), * stopPtT = ptT; in DebugClearVisited() local 851 const SkOpPtT* ptT = spanBase->ptT(), * spanStopPtT = ptT; in debugMissingCoincidence() local 1050 const SkOpPtT* ptT = spanBase->ptT(); in debugMoveNearby() local 2111 const SkOpPtT* ptT = next->ptT(); in DebugCheckBetween() local 2524 const SkOpPtT* ptT = &fPtT; in debugResetCoinT() local 2534 const SkOpPtT* ptT = &fPtT; in debugSetCoinT() local 2564 const SkOpPtT* ptT = &fPtT; in debugValidate() local 2688 const SkOpPtT* ptT = this; in debugContains() local 2708 const SkOpPtT* ptT = this; in debugContains() local
|
H A D | SkOpSegment.cpp | 1143 SkOpPtT* ptT = span->ptT(), * stopPtT = ptT; in ClearVisited() local 1170 SkOpPtT* ptT = spanBase->ptT(), * spanStopPtT = ptT; in missingCoincidence() local 1447 SkOpPtT* ptT = spanBase->ptT(); in moveNearby() local 1571 SkOpPtT* ptT = span->ptT(), * stopPtT = ptT; in sortAngles() local 1671 bool SkOpSegment::testForCoincidence(const SkOpPtT* priorPtT, const SkOpPtT* ptT, in testForCoincidence()
|
H A D | SkOpSpan.h | 310 const SkOpPtT* ptT() const { in ptT() function 314 SkOpPtT* ptT() { in ptT() function
|
H A D | SkOpCoincidence.cpp | 42 void (SkCoincidentSpans::*setEnd)(const SkOpPtT* ptT) ) { in correctOneEnd() 365 bool SkOpCoincidence::addEndMovedSpans(const SkOpPtT* ptT) { in addEndMovedSpans()
|
/aosp_15_r20/external/skia/tests/ |
H A D | PathOpsDebug.cpp | 300 const SkOpAngle* PtTAngle(const SkOpPtT* ptT, int id) { in PtTAngle() 304 SkOpContour* PtTContour(SkOpPtT* ptT, int id) { in PtTContour() 308 const SkOpPtT* PtTPtT(const SkOpPtT* ptT, int id) { in PtTPtT() 312 const SkOpSegment* PtTSegment(const SkOpPtT* ptT, int id) { in PtTSegment() 316 const SkOpSpanBase* PtTSpan(const SkOpPtT* ptT, int id) { in PtTSpan() 653 const SkOpPtT* ptT = this; in debugMatchID() local 1131 const SkOpPtT* ptT = span->ptT(); in debugPtT() local 1137 const SkOpPtT* ptT = tail->ptT(); in debugPtT() local 1480 void Dump(const SkOpPtT& ptT) { in Dump() 1484 void DumpAll(const SkOpPtT& ptT) { in DumpAll()
|