Searched defs:testTop (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/experimental/Intersection/
H A DEdgeWalker.cpp2146 SkScalar testTop = test->fBounds.fTop; local
2147 if (bottom <= testTop) {
2154 if (testTop > y) {
2155 bottom = testTop;
/external/skia/experimental/Intersection/
H A DEdgeWalker.cpp2146 SkScalar testTop = test->fBounds.fTop; local
2147 if (bottom <= testTop) {
2154 if (testTop > y) {
2155 bottom = testTop;

Completed in 100 milliseconds