Home
last modified time | relevance | path

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

/external/skqp/src/core/
DSkEdge.cpp293 SkFixed oldy = fQy; in updateQuadratic() local
306 newy = oldy + (dy >> shift); in updateQuadratic()
314 success = this->updateLine(oldx, oldy, newx, newy); in updateQuadratic()
316 oldy = newy; in updateQuadratic()
463 SkFixed oldy = fCy; in updateCubic() local
477 newy = oldy + (fCDy >> dshift); in updateCubic()
490 if (newy < oldy) { in updateCubic()
491 newy = oldy; in updateCubic()
494 success = this->updateLine(oldx, oldy, newx, newy); in updateCubic()
496 oldy = newy; in updateCubic()
DSkAnalyticEdge.cpp368 SkFixed oldy = fQEdge.fQy; in updateQuadratic() local
381 newy = oldy + (dy >> shift); in updateQuadratic()
411 oldy = newy; in updateQuadratic()
460 SkFixed oldy = fCEdge.fCy; in updateCubic() local
473 newy = oldy + (fCEdge.fCDy >> dshift); in updateCubic()
484 if (sortY && newy < oldy) { in updateCubic()
485 newy = oldy; in updateCubic()
504 oldy = newy; in updateCubic()
/external/skia/src/core/
DSkEdge.cpp293 SkFixed oldy = fQy; in updateQuadratic() local
306 newy = oldy + (dy >> shift); in updateQuadratic()
314 success = this->updateLine(oldx, oldy, newx, newy); in updateQuadratic()
316 oldy = newy; in updateQuadratic()
463 SkFixed oldy = fCy; in updateCubic() local
477 newy = oldy + (fCDy >> dshift); in updateCubic()
490 if (newy < oldy) { in updateCubic()
491 newy = oldy; in updateCubic()
494 success = this->updateLine(oldx, oldy, newx, newy); in updateCubic()
496 oldy = newy; in updateCubic()
DSkAnalyticEdge.cpp368 SkFixed oldy = fQEdge.fQy; in updateQuadratic() local
381 newy = oldy + (dy >> shift); in updateQuadratic()
411 oldy = newy; in updateQuadratic()
460 SkFixed oldy = fCEdge.fCy; in updateCubic() local
473 newy = oldy + (fCEdge.fCDy >> dshift); in updateCubic()
484 if (sortY && newy < oldy) { in updateCubic()
485 newy = oldy; in updateCubic()
504 oldy = newy; in updateCubic()
/external/jline/src/src/test/resources/jline/example/
Denglish.gz