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

/external/skia/src/pathops/
H A DSkOpSegment.cpp1274 SkOpPtT* oppStartPtT = oppTest->ptT(); local
1275 SkOpPtT* oppPtT = oppStartPtT;
1276 while ((oppPtT = oppPtT->next()) != oppStartPtT) {
H A DSkPathOpsDebug.cpp1028 const SkOpPtT* oppStartPtT = oppTest->ptT(); local
1029 const SkOpPtT* oppPtT = oppStartPtT;
1030 while ((oppPtT = oppPtT->next()) != oppStartPtT) {

Completed in 239 milliseconds