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

/external/chromium_org/third_party/skia/src/core/
H A DSkRegion.cpp847 int b_bot = *b_runs++; local
857 assert_sentinel(b_bot, false);
864 b_bot < SkRegion::kRunTypeSentinel) {
883 if (b_bot <= a_top) { // [...] <...>
884 bot = b_bot;
893 if (a_bot <= b_bot) {
897 if (b_bot <= a_bot) {
898 bot = a_top = b_bot;
923 b_top = b_bot;
924 b_bot
[all...]
/external/skia/src/core/
H A DSkRegion.cpp847 int b_bot = *b_runs++; local
857 assert_sentinel(b_bot, false);
864 b_bot < SkRegion::kRunTypeSentinel) {
883 if (b_bot <= a_top) { // [...] <...>
884 bot = b_bot;
893 if (a_bot <= b_bot) {
897 if (b_bot <= a_bot) {
898 bot = a_top = b_bot;
923 b_top = b_bot;
924 b_bot
[all...]

Completed in 979 milliseconds