Searched defs:newY (Results 1 – 11 of 11) sorted by relevance
51 float newY = object.getPosition().y + offsetY; in update() local
133 float newY; in update() local
51 float newY = (ev.getX() / width) * height; in swapXY() local
656 final Ref<Float> newY = new Ref<>(0f); in transform() local688 float newY = matrix[3] * x + matrix[4] * y + matrix[5]; in transformPoint() local
201 const SkMatrix& newViewMatrix, SkScalar newX, SkScalar newY, in calculate_translation()
49 SkScalar newY = s * fLightDir.fX + c * fLightDir.fY; in rotateLight() local
290 const int newY = yCorner == 0 ? 0 : newHeight - minHeight; in compareCorners() local
333 final float newY = lastY + delta.y; in drawHistoryPoint() local