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

/system/core/include/private/pixelflinger/
H A Dggl_context.h378 int32_t dy; member in struct:android::texture_shade_t::__anon324::__anon326
/system/core/libpixelflinger/
H A Dtrap.cpp357 const GGLcoord dy = abs(v0[1] - v1[1]); local
365 ((dx > dy) ? ny : nx) = halfWidth;
386 const GGLcoord dy = v0[1] - v1[1]; local
387 GGLcoord nx = -dy;
680 int dy = y2 - y1; local
682 if ( dy == 0 || y1 > ymax || y2 < ymin )
707 edge->x_incr = gglDivQ16(dx, dy);
869 int dy = y2 - y1; local
871 if (dy==0 || y1>ymax || y2<ymin)
892 edge->x_incr = gglDivQ16(dx, dy);
1070 int32_t dy = y - yt; local
1123 int32_t dy = y - yt; local
[all...]

Completed in 22 milliseconds