OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:prevLastY
(Results
1 - 2
of
2
) sorted by null
/external/skia/legacy/src/core/
SkRegion_path.cpp
134
int
prevLastY
= fCurrScanline->fLastY;
140
if (y - 1 >
prevLastY
) { // insert empty run
/external/skia/src/core/
SkRegion_path.cpp
147
int
prevLastY
= fCurrScanline->fLastY;
153
if (y - 1 >
prevLastY
) { // insert empty run
Completed in 18 milliseconds