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

/system/core/libpixelflinger/include/private/pixelflinger/
H A Dggl_context.h380 int32_t dy; member in struct:android::texture_shade_t::__anon1620::__anon1622
/system/core/libpixelflinger/
H A Dtrap.cpp359 const GGLcoord dy = abs(v0[1] - v1[1]); local
367 ((dx > dy) ? ny : nx) = halfWidth;
388 const GGLcoord dy = v0[1] - v1[1]; local
389 GGLcoord nx = -dy;
682 int dy = y2 - y1; local
684 if ( dy == 0 || y1 > ymax || y2 < ymin )
709 edge->x_incr = gglDivQ16(dx, dy);
871 int dy = y2 - y1; local
873 if (dy==0 || y1>ymax || y2<ymin)
894 edge->x_incr = gglDivQ16(dx, dy);
1072 int32_t dy = y - yt; local
1125 int32_t dy = y - yt; local
[all...]

Completed in 86 milliseconds