Home
last modified time | relevance | path

Searched defs:newY (Results 1 – 5 of 5) sorted by relevance

/external/replicaisland/src/com/replica/replicaisland/
DMovementComponent.java51 float newY = object.getPosition().y + offsetY; in update() local
DInputGameInterface.java133 float newY; in update() local
/external/skia/samplecode/
DSampleLitAtlas.cpp49 SkScalar newY = s * fLightDir.fX + c * fLightDir.fY; in rotateLight() local
/external/deqp/modules/egl/
DteglResizeTests.cpp290 const int newY = yCorner == 0 ? 0 : newHeight - minHeight; in compareCorners() local
/external/skia/src/gpu/text/
DGrAtlasTextBlob.cpp318 const SkMatrix& newViewMatrix, SkScalar newX, SkScalar newY, in calculate_translation()