Searched refs:nx (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;
389 GGLcoord nx = -dy; local
393 const GGLfixed norm = gglMulx(width, gglSqrtRecipx(nx*nx
[all...]

Completed in 252 milliseconds