Searched defs:ny (Results 1 - 1 of 1) sorted by relevance

/system/core/libpixelflinger/
H A Dtrap.cpp360 GGLcoord nx, ny; local
361 nx = ny = 0;
367 ((dx > dy) ? ny : nx) = halfWidth;
370 v[0][0] += nx; v[0][1] += ny;
371 v[1][0] += nx; v[1][1] += ny;
372 v[2][0] -= nx; v[2][1] -= ny;
373 v[3][0] -= nx; v[3][1] -= ny;
390 GGLcoord ny = dx; local
393 const GGLfixed norm = gglMulx(width, gglSqrtRecipx(nx*nx+ny*ny),
[all...]

Completed in 29 milliseconds