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

/external/skia/src/pathops/
H A DSkPathOpsDebug.cpp2195 double lcs, lce, los, loe; local
2203 loe = list->oppPtTEnd()->fT;
2204 if (los > loe) {
2205 SkTSwap(los, loe);
2217 loe = list->coinPtTEnd()->fT;
2222 SkASSERT(toe < los || loe < tos);

Completed in 58 milliseconds