Home
last modified time | relevance | path

Searched refs:oldy (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/core/
DSkEdge.cpp280 SkFixed oldy = fQy; in updateQuadratic() local
293 newy = oldy + (dy >> shift); in updateQuadratic()
301 success = this->updateLine(oldx, oldy, newx, newy); in updateQuadratic()
303 oldy = newy; in updateQuadratic()
457 SkFixed oldy = fCy; in updateCubic() local
471 newy = oldy + (fCDy >> dshift); in updateCubic()
484 if (newy < oldy) { in updateCubic()
485 newy = oldy; in updateCubic()
488 success = this->updateLine(oldx, oldy, newx, newy); in updateCubic()
490 oldy = newy; in updateCubic()
/external/skia/legacy/src/core/
DSkEdge.cpp253 SkFixed oldy = fQy; in updateQuadratic() local
266 newy = oldy + (dy >> shift); in updateQuadratic()
274 success = this->updateLine(oldx, oldy, newx, newy); in updateQuadratic()
276 oldy = newy; in updateQuadratic()
430 SkFixed oldy = fCy; in updateCubic() local
444 newy = oldy + (fCDy >> dshift); in updateCubic()
454 success = this->updateLine(oldx, oldy, newx, newy); in updateCubic()
456 oldy = newy; in updateCubic()
/external/qemu/distrib/sdl-1.2.15/src/video/vgl/
DSDL_vglevents.c48 static int oldy = -1; variable
111 if ((x != oldx) || (y != oldy)) { in handle_mouse()
114 oldy = y; in handle_mouse()