Lines Matching refs:newx
265 SkFixed newx, newy; in updateQuadratic() local
273 newx = oldx + (dx >> shift); in updateQuadratic()
280 newx = fQLastX; in updateQuadratic()
283 success = this->updateLine(oldx, oldy, newx, newy); in updateQuadratic()
284 oldx = newx; in updateQuadratic()
288 fQx = newx; in updateQuadratic()
428 SkFixed newx, newy; in updateCubic() local
437 newx = oldx + (fCDx >> dshift); in updateCubic()
448 newx = fCLastX; in updateCubic()
458 success = this->updateLine(oldx, oldy, newx, newy); in updateCubic()
459 oldx = newx; in updateCubic()
463 fCx = newx; in updateCubic()