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

/external/skia/src/core/
H A DSkRegion.cpp841 int b_bot = *b_runs++; local
851 assert_sentinel(b_bot, false);
858 b_bot < SkRegion::kRunTypeSentinel) {
877 if (b_bot <= a_top) { // [...] <...>
878 bot = b_bot;
887 if (a_bot <= b_bot) {
891 if (b_bot <= a_bot) {
892 bot = a_top = b_bot;
917 b_top = b_bot;
918 b_bot
[all...]

Completed in 586 milliseconds