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

/external/skia/src/core/
H A DSkRegion.cpp839 int a_bot = *a_runs++; local
849 assert_sentinel(a_bot, false);
857 while (a_bot < SkRegion::kRunTypeSentinel ||
868 if (a_bot <= b_top) { // [...] <...>
869 bot = a_bot;
887 if (a_bot <= b_bot) {
888 bot = b_top = a_bot;
891 if (b_bot <= a_bot) {
908 a_top = a_bot;
909 a_bot
[all...]

Completed in 54 milliseconds