Lines Matching refs:SkOpPtT
227 const SkOpPtT* AnglePtT(const SkOpAngle* angle, int id) { in AnglePtT()
247 const SkOpPtT* ContourPtT(SkOpContour* contour, int id) { in ContourPtT()
267 const SkOpPtT* CoincidencePtT(SkOpCoincidence* coin, int id) { in CoincidencePtT()
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()
307 const SkOpPtT* SegmentPtT(const SkOpSegment* span, int id) { in SegmentPtT()
327 const SkOpPtT* SpanPtT(const SkOpSpanBase* span, int id) { in SpanPtT()
515 const SkOpPtT* SkOpAngle::debugPtT(int id) const { in debugPtT()
629 bool SkOpPtT::debugMatchID(int id) const { in debugMatchID()
632 const SkOpPtT* ptT = this; in debugMatchID()
641 const SkOpAngle* SkOpPtT::debugAngle(int id) const { in debugAngle()
645 SkOpContour* SkOpPtT::debugContour(int id) const { in debugContour()
649 const SkOpCoincidence* SkOpPtT::debugCoincidence() const { in debugCoincidence()
653 const SkOpPtT* SkOpPtT::debugPtT(int id) const { in debugPtT()
657 const SkOpSegment* SkOpPtT::debugSegment(int id) const { in debugSegment()
661 const SkOpSpanBase* SkOpPtT::debugSpan(int id) const { in debugSpan()
665 void SkOpPtT::dump() const { in dump()
672 void SkOpPtT::dumpAll() const { in dumpAll()
674 const SkOpPtT* next = this; in dumpAll()
691 void SkOpPtT::dumpBase() const { in dumpBase()
709 const SkOpPtT* SkOpSpanBase::debugPtT(int id) const { in debugPtT()
757 const SkOpPtT* oPt = this->ptT()->next(); in dumpBase()
819 const SkOpPtT* SkOpSegment::debugPtT(int id) const { in debugPtT()
1103 const SkOpPtT* SkOpGlobalState::debugPtT(int id) const { in debugPtT()
1110 const SkOpPtT* ptT = span->ptT(); in debugPtT()
1116 const SkOpPtT* ptT = tail->ptT(); in debugPtT()
1459 void Dump(const SkOpPtT& ptT) { in Dump()
1463 void DumpAll(const SkOpPtT& ptT) { in DumpAll()