Searched defs:origPtT (Results 1 - 2 of 2) sorted by relevance

/external/skia/src/pathops/
H A DSkOpCoincidence.cpp33 const SkOpPtT* origPtT = (this->*getEnd)(); local
34 const SkOpSpanBase* origSpan = origPtT->span();
38 if (origPtT != testPtT) {
H A DSkPathOpsDebug.cpp1421 const SkOpPtT* origPtT = (this->*getEnd)(); local
1422 const SkOpSpanBase* origSpan = origPtT->span();
1426 if (origPtT != testPtT) {
1427 log->record(SkPathOpsDebug::kCorrectEnd_Glitch, this, origPtT, testPtT);

Completed in 91 milliseconds