OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:prevBot
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/src/core/
SkRegion.cpp
855
int
prevBot
= SkRegion::kRunTypeSentinel; // so we fail the first test
897
if (top >
prevBot
) {
925
prevBot
= bot;
[
all
...]
SkAAClip.cpp
812
int
prevBot
= 0;
820
SkASSERT(bot >=
prevBot
);
821
if (bot >
prevBot
) {
828
if (top >
prevBot
) {
839
prevBot
= bot;
[
all
...]
Completed in 82 milliseconds