Home
last modified time | relevance | path

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

/external/skia/src/pathops/
DSkOpSegment.cpp1382 const SkOpPtT* headPtT = ptT; in moveNearby() local
1383 while ((ptT = ptT->next()) != headPtT) { in moveNearby()
1394 test->upCast()->release(headPtT); in moveNearby()
DSkPathOpsDebug.cpp1068 const SkOpPtT* headPtT = ptT; in debugMoveNearby() local
1069 while ((ptT = ptT->next()) != headPtT) { in debugMoveNearby()
1080 glitches->record(SkPathOpsDebug::kMoveNearbyRelease_Glitch, test, headPtT); in debugMoveNearby()