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

/external/skia/legacy/src/core/
H A DSkRegion_path.cpp134 int prevLastY = fCurrScanline->fLastY; local
140 if (y - 1 > prevLastY) { // insert empty run
/external/skia/src/core/
H A DSkRegion_path.cpp147 int prevLastY = fCurrScanline->fLastY; local
153 if (y - 1 > prevLastY) { // insert empty run

Completed in 33 milliseconds