Searched refs:oldy (Results 1 – 3 of 3) sorted by relevance
/external/skia/src/core/ |
D | SkEdge.cpp | 262 SkFixed oldy = fQy; in updateQuadratic() local 275 newy = oldy + (dy >> shift); in updateQuadratic() 283 success = this->updateLine(oldx, oldy, newx, newy); in updateQuadratic() 285 oldy = newy; in updateQuadratic() 427 SkFixed oldy = fCy; in updateCubic() local 441 newy = oldy + (fCDy >> dshift); in updateCubic() 454 if (newy < oldy) { in updateCubic() 455 newy = oldy; in updateCubic() 458 success = this->updateLine(oldx, oldy, newx, newy); in updateCubic() 460 oldy = newy; in updateCubic()
|
/external/chromium_org/third_party/skia/src/core/ |
D | SkEdge.cpp | 278 SkFixed oldy = fQy; in updateQuadratic() local 291 newy = oldy + (dy >> shift); in updateQuadratic() 299 success = this->updateLine(oldx, oldy, newx, newy); in updateQuadratic() 301 oldy = newy; in updateQuadratic() 454 SkFixed oldy = fCy; in updateCubic() local 468 newy = oldy + (fCDy >> dshift); in updateCubic() 481 if (newy < oldy) { in updateCubic() 482 newy = oldy; in updateCubic() 485 success = this->updateLine(oldx, oldy, newx, newy); in updateCubic() 487 oldy = newy; in updateCubic()
|
/external/qemu/distrib/sdl-1.2.15/src/video/vgl/ |
D | SDL_vglevents.c | 48 static int oldy = -1; variable 111 if ((x != oldx) || (y != oldy)) { in handle_mouse() 114 oldy = y; in handle_mouse()
|