HomeSort by relevance Sort by last modified time
    Searched refs:gglDivQ16 (Results 1 - 2 of 2) sorted by null

  /system/core/include/private/pixelflinger/
ggl_fixed.h 582 inline int32_t gglDivQ16(GGLfixed n, GGLfixed d) CONST;
583 inline int32_t gglDivQ16(GGLfixed n, GGLfixed d) {
  /system/core/libpixelflinger/
trap.cpp 707 edge->x_incr = gglDivQ16(dx, dy);
892 edge->x_incr = gglDivQ16(dx, dy);
894 edge->y_incr = abs(gglDivQ16(dy, dx));
    [all...]

Completed in 62 milliseconds