Searched defs:ptT (Results 1 - 5 of 5) sorted by relevance

/external/skia/src/pathops/
H A DSkOpSpan.cpp13 return this->span()->ptT() != this;
28 const SkOpPtT* ptT = this; local
29 const SkOpPtT* stopPtT = ptT;
30 while ((ptT = ptT->next()) != stopPtT) {
31 if (ptT == check) {
40 SkOpPtT* ptT = this; local
41 const SkOpPtT* stopPtT = ptT;
42 while ((ptT = ptT
56 SkOpPtT* ptT = fNext; local
72 SkOpPtT* ptT = this; local
160 SkOpPtT* ptT = &this->fPtT, * stopPtT = ptT; local
188 SkOpPtT* ptT = &this->fPtT; local
207 SkOpPtT* ptT = &this->fPtT, * stopPtT = ptT; local
[all...]
H A DSkOpSpan.h264 const SkOpPtT* ptT() const { function in class:SkOpSpanBase
268 SkOpPtT* ptT() { function in class:SkOpSpanBase
H A DSkOpSegment.cpp99 SkOpPtT* oPtT = start->ptT()->next();
233 SkOpPtT* ptT = segment->addT(i[0][0], SkOpSegment::kAllowAlias, allocator); local
234 ptT->fPt = newPt;
235 endPtT.addOpp(ptT);
306 if ((testT = test->ptT()->fT) >= t) {
315 result = existing->ptT();
328 SkOpPtT* result = span->ptT();
376 return span->ptT();
1130 SkOpPtT* otherPtT = endSpan->ptT()->next();
1179 SkOpPtT* ptT local
1202 SkOpPtT* ptT = spanBase->ptT(), * spanStopPtT = ptT; local
1527 SkOpPtT* ptT = span->ptT(), * stopPtT = ptT; local
1676 testForCoincidence(const SkOpPtT* priorPtT, const SkOpPtT* ptT, const SkOpSpanBase* prior, const SkOpSpanBase* spanBase, const SkOpSegment* opp, SkScalar flatnessLimit) const argument
[all...]
H A DSkPathOpsDebug.cpp499 if ((testT = test->ptT()->fT) >= t) {
621 const SkOpPtT* ptT = spanBase->ptT(), * spanStopPtT = ptT; local
622 SkASSERT(ptT->span() == spanBase);
623 while ((ptT = ptT->next()) != spanStopPtT) {
624 if (ptT->deleted()) {
627 SkOpSegment* opp = ptT->span()->segment();
655 priorStopPtT = priorPtT = priorTest->ptT();
874 const SkOpPtT* ptT = span->ptT(); local
1513 const SkOpPtT* ptT = &this->fPtT; local
1534 const SkOpPtT* ptT = &this->fPtT, * stopPtT = ptT; local
1603 const SkOpPtT* ptT = &fPtT; local
1672 const SkOpPtT* ptT = this; local
1692 const SkOpPtT* ptT = this; local
[all...]
/external/skia/tests/
H A DPathOpsDebug.cpp258 const SkOpAngle* SkPathOpsDebug::DebugPtTAngle(const SkOpPtT* ptT, int id) { argument
259 return ptT->debugAngle(id);
262 SkOpContour* SkPathOpsDebug::DebugPtTContour(SkOpPtT* ptT, int id) { argument
263 return ptT->debugContour(id);
266 const SkOpPtT* SkPathOpsDebug::DebugPtTPtT(const SkOpPtT* ptT, int id) { argument
267 return ptT->debugPtT(id);
270 const SkOpSegment* SkPathOpsDebug::DebugPtTSegment(const SkOpPtT* ptT, int id) { argument
271 return ptT->debugSegment(id);
274 const SkOpSpanBase* SkPathOpsDebug::DebugPtTSpan(const SkOpPtT* ptT, int id) { argument
275 return ptT
911 const SkOpPtT* ptT = this; local
1361 const SkOpPtT* ptT = span->ptT(); local
1367 const SkOpPtT* ptT = tail->ptT(); local
[all...]

Completed in 172 milliseconds