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

/system/core/libpixelflinger/
H A Dtrap.cpp358 GGLcoord nx, ny; local
359 nx = ny = 0;
365 ((dx > dy) ? ny : nx) = halfWidth;
368 v[0][0] += nx; v[0][1] += ny;
369 v[1][0] += nx; v[1][1] += ny;
370 v[2][0] -= nx; v[2][1] -= ny;
371 v[3][0] -= nx; v[3][1] -= ny;
388 GGLcoord ny = dx; local
391 const GGLfixed norm = gglMulx(width, gglSqrtRecipx(nx*nx+ny*ny),
[all...]

Completed in 20 milliseconds