Lines Matching refs:ptT
279 const SkOpAngle* PtTAngle(const SkOpPtT* ptT, int id) { in PtTAngle() argument
280 return ptT->debugAngle(id); in PtTAngle()
283 SkOpContour* PtTContour(SkOpPtT* ptT, int id) { in PtTContour() argument
284 return ptT->debugContour(id); in PtTContour()
287 const SkOpPtT* PtTPtT(const SkOpPtT* ptT, int id) { in PtTPtT() argument
288 return ptT->debugPtT(id); in PtTPtT()
291 const SkOpSegment* PtTSegment(const SkOpPtT* ptT, int id) { in PtTSegment() argument
292 return ptT->debugSegment(id); in PtTSegment()
295 const SkOpSpanBase* PtTSpan(const SkOpPtT* ptT, int id) { in PtTSpan() argument
296 return ptT->debugSpan(id); in PtTSpan()
632 const SkOpPtT* ptT = this; in debugMatchID() local
634 if (ptT->debugID() == id) { in debugMatchID()
637 } while ((!limit || ++loop <= limit) && (ptT = ptT->next()) && ptT != this); in debugMatchID()
757 const SkOpPtT* oPt = this->ptT()->next(); in dumpBase()
838 span->ptT()->dumpBase(); in dump()
1110 const SkOpPtT* ptT = span->ptT(); in debugPtT() local
1111 if (ptT->debugMatchID(id)) { in debugPtT()
1112 return ptT; in debugPtT()
1116 const SkOpPtT* ptT = tail->ptT(); in debugPtT() local
1117 if (ptT->debugMatchID(id)) { in debugPtT()
1118 return ptT; in debugPtT()
1459 void Dump(const SkOpPtT& ptT) { in Dump() argument
1460 ptT.dump(); in Dump()
1463 void DumpAll(const SkOpPtT& ptT) { in DumpAll() argument
1464 ptT.dumpAll(); in DumpAll()