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

/external/skia/src/pathops/
H A DSkPathOpsDebug.cpp2129 static void DebugCheckBetween(const SkOpSpanBase* next, const SkOpSpanBase* end, function
2264 static void DebugCheckBetween(const SkCoincidentSpans* head, const SkCoincidentSpans* opt, function
2269 DebugCheckBetween(coin->coinPtTStart()->span(), coin->coinPtTEnd()->span(),
2272 DebugCheckBetween(coin->oppPtTStart()->span(), coin->oppPtTEnd()->span(),
2286 DebugCheckBetween(fHead, fTop, nullptr);
2287 DebugCheckBetween(fTop, nullptr, nullptr);
/external/skqp/src/pathops/
H A DSkPathOpsDebug.cpp2129 static void DebugCheckBetween(const SkOpSpanBase* next, const SkOpSpanBase* end, function
2264 static void DebugCheckBetween(const SkCoincidentSpans* head, const SkCoincidentSpans* opt, function
2269 DebugCheckBetween(coin->coinPtTStart()->span(), coin->coinPtTEnd()->span(),
2272 DebugCheckBetween(coin->oppPtTStart()->span(), coin->oppPtTEnd()->span(),
2286 DebugCheckBetween(fHead, fTop, nullptr);
2287 DebugCheckBetween(fTop, nullptr, nullptr);

Completed in 211 milliseconds