Home
last modified time | relevance | path

Searched refs:oldx (Results 1 – 7 of 7) sorted by relevance

/external/skia/src/core/
DSkAnalyticEdge.cpp81 SkFixed oldx = fQEdge.fQx; in updateQuadratic() local
94 newx = oldx + (dx >> shift); in updateQuadratic()
124 oldx = newx; in updateQuadratic()
173 SkFixed oldx = fCEdge.fCx; in updateCubic() local
183 newx = oldx + (fCEdge.fCDx >> dshift); in updateCubic()
212 : SkFDot6Div(SkFixedToFDot6(newx - oldx), in updateCubic()
215 success = this->updateLine(oldx, fSnappedY, newx, newSnappedY, slope); in updateCubic()
217 oldx = newx; in updateCubic()
DSkEdge.cpp291 SkFixed oldx = fQx; in updateQuadratic() local
303 newx = oldx + (dx >> shift); in updateQuadratic()
313 success = this->updateLine(oldx, oldy, newx, newy); in updateQuadratic()
314 oldx = newx; in updateQuadratic()
460 SkFixed oldx = fCx; in updateCubic() local
471 newx = oldx + (fCDx >> dshift); in updateCubic()
492 success = this->updateLine(oldx, oldy, newx, newy); in updateCubic()
493 oldx = newx; in updateCubic()
/external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/solvers/
DMullerSolver.java221 double oldx = Double.POSITIVE_INFINITY; in solve() local
241 if (FastMath.abs(x - oldx) <= tolerance) { in solve()
264 oldx = x; in solve()
275 oldx = Double.POSITIVE_INFINITY; in solve()
360 double oldx = Double.POSITIVE_INFINITY; in solve2() local
389 oldx = Double.POSITIVE_INFINITY; in solve2()
395 if (FastMath.abs(x - oldx) <= tolerance) { in solve2()
411 oldx = x; in solve2()
DRiddersSolver.java193 double oldx = Double.POSITIVE_INFINITY; in solve() local
210 if (FastMath.abs(x - oldx) <= tolerance) { in solve()
242 oldx = x; in solve()
/external/libvncserver/examples/
Dexample.c63 int oldx,oldy; member
134 x,y,cd->oldx,cd->oldy); in doptr()
136 if(x1>cd->oldx) x1++; else cd->oldx++; in doptr()
138 rfbMarkRectAsModified(cl->screen,x,y,cd->oldx,cd->oldy); in doptr()
158 cd->oldx=x; cd->oldy=y; cd->oldButton=buttonMask; in doptr()
201 int x1=cd->oldx,y1=cd->oldy,x2,y2; in dokey()
202 …cd->oldx+=rfbDrawCharWithClip(cl->screen,&radonFont,cd->oldx,cd->oldy,(char)key,0,0,cl->screen->wi… in dokey()
/external/valgrind/helgrind/tests/
Dtc08_hbl2.c146 int oldx = 0; in child_fn() local
151 if (x != oldx) { in child_fn()
152 oldx = x; in child_fn()
153 printf("child: new value %d\n", oldx); in child_fn()
/external/jdiff/src/jdiff/
DDiffMyers.java144 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()