/external/skia/src/pathops/ |
D | SkOpCoincidence.h | 81 void setCoinPtTEnd(const SkOpPtT* ptT) { in setCoinPtTEnd() 89 void setCoinPtTStart(const SkOpPtT* ptT) { in setCoinPtTStart() 102 void setOppPtTEnd(const SkOpPtT* ptT) { in setOppPtTEnd() 110 void setOppPtTStart(const SkOpPtT* ptT) { in setOppPtTStart()
|
D | SkOpSpan.cpp | 20 const SkOpPtT* ptT = this; in active() local 32 const SkOpPtT* ptT = this; in contains() local 44 const SkOpPtT* ptT = this; in contains() local 55 const SkOpPtT* ptT = this; in contains() local 67 const SkOpPtT* ptT = this; in contains() local 82 const SkOpPtT* ptT = this; in find() local
|
D | SkOpSpan.h | 310 const SkOpPtT* ptT() const { in ptT() function 314 SkOpPtT* ptT() { in ptT() function
|
D | SkPathOpsDebug.cpp | 841 const SkOpPtT* ptT = span->ptT(), * stopPtT = ptT; in DebugClearVisited() local 869 const SkOpPtT* ptT = spanBase->ptT(), * spanStopPtT = ptT; in debugMissingCoincidence() local 1068 const SkOpPtT* ptT = spanBase->ptT(); in debugMoveNearby() local 2147 const SkOpPtT* ptT = next->ptT(); in DebugCheckBetween() local 2564 const SkOpPtT* ptT = &fPtT; in debugResetCoinT() local 2574 const SkOpPtT* ptT = &fPtT; in debugSetCoinT() local 2604 const SkOpPtT* ptT = &fPtT; in debugValidate() local 2732 const SkOpPtT* ptT = this; in debugContains() local 2752 const SkOpPtT* ptT = this; in debugContains() local
|
D | SkOpSegment.cpp | 1137 SkOpPtT* ptT = span->ptT(), * stopPtT = ptT; in ClearVisited() local 1164 SkOpPtT* ptT = spanBase->ptT(), * spanStopPtT = ptT; in missingCoincidence() local 1441 SkOpPtT* ptT = spanBase->ptT(); in moveNearby() local 1565 SkOpPtT* ptT = span->ptT(), * stopPtT = ptT; in sortAngles() local 1665 bool SkOpSegment::testForCoincidence(const SkOpPtT* priorPtT, const SkOpPtT* ptT, in testForCoincidence()
|
D | SkOpCoincidence.cpp | 34 void (SkCoincidentSpans::*setEnd)(const SkOpPtT* ptT) ) { in correctOneEnd() 357 bool SkOpCoincidence::addEndMovedSpans(const SkOpPtT* ptT) { in addEndMovedSpans()
|
/external/skqp/src/pathops/ |
D | SkOpCoincidence.h | 81 void setCoinPtTEnd(const SkOpPtT* ptT) { in setCoinPtTEnd() 89 void setCoinPtTStart(const SkOpPtT* ptT) { in setCoinPtTStart() 102 void setOppPtTEnd(const SkOpPtT* ptT) { in setOppPtTEnd() 110 void setOppPtTStart(const SkOpPtT* ptT) { in setOppPtTStart()
|
D | SkOpSpan.cpp | 20 const SkOpPtT* ptT = this; in active() local 32 const SkOpPtT* ptT = this; in contains() local 44 const SkOpPtT* ptT = this; in contains() local 55 const SkOpPtT* ptT = this; in contains() local 67 const SkOpPtT* ptT = this; in contains() local 82 const SkOpPtT* ptT = this; in find() local
|
D | SkOpSpan.h | 310 const SkOpPtT* ptT() const { in ptT() function 314 SkOpPtT* ptT() { in ptT() function
|
D | SkPathOpsDebug.cpp | 842 const SkOpPtT* ptT = span->ptT(), * stopPtT = ptT; in DebugClearVisited() local 870 const SkOpPtT* ptT = spanBase->ptT(), * spanStopPtT = ptT; in debugMissingCoincidence() local 1069 const SkOpPtT* ptT = spanBase->ptT(); in debugMoveNearby() local 2148 const SkOpPtT* ptT = next->ptT(); in DebugCheckBetween() local 2565 const SkOpPtT* ptT = &fPtT; in debugResetCoinT() local 2575 const SkOpPtT* ptT = &fPtT; in debugSetCoinT() local 2605 const SkOpPtT* ptT = &fPtT; in debugValidate() local 2733 const SkOpPtT* ptT = this; in debugContains() local 2753 const SkOpPtT* ptT = this; in debugContains() local
|
D | SkOpSegment.cpp | 1137 SkOpPtT* ptT = span->ptT(), * stopPtT = ptT; in ClearVisited() local 1164 SkOpPtT* ptT = spanBase->ptT(), * spanStopPtT = ptT; in missingCoincidence() local 1441 SkOpPtT* ptT = spanBase->ptT(); in moveNearby() local 1565 SkOpPtT* ptT = span->ptT(), * stopPtT = ptT; in sortAngles() local 1665 bool SkOpSegment::testForCoincidence(const SkOpPtT* priorPtT, const SkOpPtT* ptT, in testForCoincidence()
|
D | SkOpCoincidence.cpp | 34 void (SkCoincidentSpans::*setEnd)(const SkOpPtT* ptT) ) { in correctOneEnd() 357 bool SkOpCoincidence::addEndMovedSpans(const SkOpPtT* ptT) { in addEndMovedSpans()
|
/external/skqp/tests/ |
D | PathOpsDebug.cpp | 279 const SkOpAngle* PtTAngle(const SkOpPtT* ptT, int id) { in PtTAngle() 283 SkOpContour* PtTContour(SkOpPtT* ptT, int id) { in PtTContour() 287 const SkOpPtT* PtTPtT(const SkOpPtT* ptT, int id) { in PtTPtT() 291 const SkOpSegment* PtTSegment(const SkOpPtT* ptT, int id) { in PtTSegment() 295 const SkOpSpanBase* PtTSpan(const SkOpPtT* ptT, int id) { in PtTSpan() 632 const SkOpPtT* ptT = this; in debugMatchID() local 1110 const SkOpPtT* ptT = span->ptT(); in debugPtT() local 1116 const SkOpPtT* ptT = tail->ptT(); in debugPtT() local 1459 void Dump(const SkOpPtT& ptT) { in Dump() 1463 void DumpAll(const SkOpPtT& ptT) { in DumpAll()
|
/external/skia/tests/ |
D | PathOpsDebug.cpp | 279 const SkOpAngle* PtTAngle(const SkOpPtT* ptT, int id) { in PtTAngle() 283 SkOpContour* PtTContour(SkOpPtT* ptT, int id) { in PtTContour() 287 const SkOpPtT* PtTPtT(const SkOpPtT* ptT, int id) { in PtTPtT() 291 const SkOpSegment* PtTSegment(const SkOpPtT* ptT, int id) { in PtTSegment() 295 const SkOpSpanBase* PtTSpan(const SkOpPtT* ptT, int id) { in PtTSpan() 632 const SkOpPtT* ptT = this; in debugMatchID() local 1110 const SkOpPtT* ptT = span->ptT(); in debugPtT() local 1116 const SkOpPtT* ptT = tail->ptT(); in debugPtT() local 1459 void Dump(const SkOpPtT& ptT) { in Dump() 1463 void DumpAll(const SkOpPtT& ptT) { in DumpAll()
|