OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gglDivQ16
(Results
1 - 2
of
2
) sorted by null
/system/core/include/private/pixelflinger/
ggl_fixed.h
253
inline int32_t
gglDivQ16
(GGLfixed n, GGLfixed d) CONST;
254
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 12 milliseconds