Lines Matching refs:SkOpPtT

206 const SkOpPtT* SkPathOpsDebug::DebugAnglePtT(const SkOpAngle* angle, int id) {  in DebugAnglePtT()
226 const SkOpPtT* SkPathOpsDebug::DebugContourPtT(SkOpContour* contour, int id) { in DebugContourPtT()
246 const SkOpPtT* SkPathOpsDebug::DebugCoincidencePtT(SkOpCoincidence* coin, int id) { in DebugCoincidencePtT()
258 const SkOpAngle* SkPathOpsDebug::DebugPtTAngle(const SkOpPtT* ptT, int id) { in DebugPtTAngle()
262 SkOpContour* SkPathOpsDebug::DebugPtTContour(SkOpPtT* ptT, int id) { in DebugPtTContour()
266 const SkOpPtT* SkPathOpsDebug::DebugPtTPtT(const SkOpPtT* ptT, int id) { in DebugPtTPtT()
270 const SkOpSegment* SkPathOpsDebug::DebugPtTSegment(const SkOpPtT* ptT, int id) { in DebugPtTSegment()
274 const SkOpSpanBase* SkPathOpsDebug::DebugPtTSpan(const SkOpPtT* ptT, int id) { in DebugPtTSpan()
286 const SkOpPtT* SkPathOpsDebug::DebugSegmentPtT(const SkOpSegment* span, int id) { in DebugSegmentPtT()
306 const SkOpPtT* SkPathOpsDebug::DebugSpanPtT(const SkOpSpanBase* span, int id) { in DebugSpanPtT()
794 const SkOpPtT* SkOpAngle::debugPtT(int id) const { in debugPtT()
908 bool SkOpPtT::debugMatchID(int id) const { in debugMatchID()
911 const SkOpPtT* ptT = this; in debugMatchID()
920 const SkOpAngle* SkOpPtT::debugAngle(int id) const { in debugAngle()
924 SkOpContour* SkOpPtT::debugContour(int id) { in debugContour()
928 const SkOpPtT* SkOpPtT::debugPtT(int id) const { in debugPtT()
932 const SkOpSegment* SkOpPtT::debugSegment(int id) const { in debugSegment()
936 const SkOpSpanBase* SkOpPtT::debugSpan(int id) const { in debugSpan()
940 void SkOpPtT::dump() const { in dump()
947 void SkOpPtT::dumpAll() const { in dumpAll()
949 const SkOpPtT* next = this; in dumpAll()
966 void SkOpPtT::dumpBase() const { in dumpBase()
979 const SkOpPtT* SkOpSpanBase::debugPtT(int id) const { in debugPtT()
1018 const SkOpPtT* oPt = this->ptT()->next(); in dumpBase()
1076 const SkOpPtT* SkOpSegment::debugPtT(int id) const { in debugPtT()
1354 const SkOpPtT* SkOpGlobalState::debugPtT(int id) const { in debugPtT()
1361 const SkOpPtT* ptT = span->ptT(); in debugPtT()
1367 const SkOpPtT* ptT = tail->ptT(); in debugPtT()