Home
last modified time | relevance | path

Searched refs:ty (Results 1 – 3 of 3) sorted by relevance

/development/tools/winscope/src/flickerlib/
Dcommon.js206 const ty = proto.ty ?? 0;
208 if (dsdx || dtdx || tx || dsdy || dtdy || ty) {
209 const matrix = new Matrix(dsdx, dtdx, tx, dsdy, dtdy, ty);
/development/tools/winscope/src/
Dmatrix_utils.js24 y: matrix.dtdx * x + matrix.dtdy * y + matrix.ty,
/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
DSpriteTextRenderer.java236 float ty = sy - height * 0.5f; in drawLabel() local
237 mLabels.draw(gl, tx, ty, labelId); in drawLabel()