Home
last modified time | relevance | path

Searched refs:nextY (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/core/
DSkRegion_rects.cpp98 SkRegion::RunType nextY = SkRegion::kRunTypeSentinel;
104 nextY = SkMin32(nextY, edge->fTop);
113 nextY = SkMin32(nextY, edge->fTop);
127 nextY = SkMin32(nextY, edge->fBottom);
142 r->fBottom = nextY; // update bottom
147 r->fBottom = nextY;
152 return nextY;
266 SkRegion::RunType nextY = accum.append(currY, edge);
270 if (edge->fBottom <= nextY) {
276 while (edge->fTop == nextY) {
[all …]
/external/webkit/Source/WebCore/editing/
DSelectionController.cpp906 int nextY; in modify() local
907 if (!absoluteCaretY(next, nextY)) in modify()
910 nextY = -nextY; in modify()
911 if (nextY - startY > verticalDistance) in modify()
913 if (nextY >= lastY) { in modify()
914 lastY = nextY; in modify()