Searched refs:oldx (Results 1 – 4 of 4) sorted by relevance
/external/valgrind/main/helgrind/tests/ |
D | tc08_hbl2.c | 104 int oldx = 0; in child_fn() local 109 if (x != oldx) { in child_fn() 110 oldx = x; in child_fn() 111 printf("child: new value %d\n", oldx); in child_fn()
|
/external/skia/src/core/ |
D | SkEdge.cpp | 252 SkFixed oldx = fQx; in updateQuadratic() local 264 newx = oldx + (dx >> shift); in updateQuadratic() 274 success = this->updateLine(oldx, oldy, newx, newy); in updateQuadratic() 275 oldx = newx; in updateQuadratic() 429 SkFixed oldx = fCx; in updateCubic() local 440 newx = oldx + (fCDx >> dshift); in updateCubic() 454 success = this->updateLine(oldx, oldy, newx, newy); in updateCubic() 455 oldx = newx; in updateCubic()
|
/external/jdiff/src/jdiff/ |
D | DiffMyers.java | 144 int x, y, oldx, tlo = fd[fdiagoff + d - 1], thi = fd[fdiagoff + d + 1]; in diag() local 150 oldx = x; in diag() 155 if (x - oldx > 20) in diag() 176 int x, y, oldx, tlo = bd[bdiagoff + d - 1], thi = bd[bdiagoff + d + 1]; in diag() local 182 oldx = x; in diag() 187 if (oldx - x > 20) in diag()
|
/external/qemu/distrib/sdl-1.2.12/src/video/vgl/ |
D | SDL_vglevents.c | 47 static int oldx = -1; variable 111 if ((x != oldx) || (y != oldy)) { in handle_mouse() 113 oldx = x; in handle_mouse()
|