Searched refs:headPtT (Results 1 - 2 of 2) sorted by relevance

/external/skia/src/pathops/
H A DSkOpSegment.cpp1384 const SkOpPtT* headPtT = ptT; local
1385 while ((ptT = ptT->next()) != headPtT) {
1396 test->upCast()->release(headPtT);
H A DSkPathOpsDebug.cpp1068 const SkOpPtT* headPtT = ptT; local
1069 while ((ptT = ptT->next()) != headPtT) {
1080 glitches->record(SkPathOpsDebug::kMoveNearbyRelease_Glitch, test, headPtT);

Completed in 53 milliseconds