Home
last modified time | relevance | path

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

/external/skqp/src/pathops/
DSkOpSegment.cpp1442 const SkOpPtT* headPtT = ptT; in moveNearby() local
1443 while ((ptT = ptT->next()) != headPtT) { in moveNearby()
1457 test->upCast()->release(headPtT); in moveNearby()
DSkPathOpsDebug.cpp1070 const SkOpPtT* headPtT = ptT; in debugMoveNearby() local
1071 while ((ptT = ptT->next()) != headPtT) { in debugMoveNearby()
1082 glitches->record(SkPathOpsDebug::kMoveNearbyRelease_Glitch, test, headPtT); in debugMoveNearby()
/external/skia/src/pathops/
DSkOpSegment.cpp1442 const SkOpPtT* headPtT = ptT; in moveNearby() local
1443 while ((ptT = ptT->next()) != headPtT) { in moveNearby()
1457 test->upCast()->release(headPtT); in moveNearby()
DSkPathOpsDebug.cpp1070 const SkOpPtT* headPtT = ptT; in debugMoveNearby() local
1071 while ((ptT = ptT->next()) != headPtT) { in debugMoveNearby()
1082 glitches->record(SkPathOpsDebug::kMoveNearbyRelease_Glitch, test, headPtT); in debugMoveNearby()