Searched refs:gglIntToFixed (Results 1 - 3 of 3) sorted by relevance

/system/core/libpixelflinger/
H A Draster.cpp50 ggl_rasterPos2x(con, gglIntToFixed(x), gglIntToFixed(y));
181 x = gglIntToFixed(x);
182 y = gglIntToFixed(y);
H A Dtrap.cpp1025 if (gglFixedToIntFloor(l_min) >= xmax) l_min = gglIntToFixed(xmax)-1;
1026 if (gglFixedToIntFloor(r_min) >= xmax) r_min = gglIntToFixed(xmax)-1;
1027 if (gglFixedToIntCeil(l_max) >= xmax) l_max = gglIntToFixed(xmax)-1;
1028 if (gglFixedToIntCeil(r_max) >= xmax) r_max = gglIntToFixed(xmax)-1;
/system/core/include/private/pixelflinger/
H A Dggl_fixed.h35 inline GGLfixed gglIntToFixed(GGLfixed i) ALWAYS_INLINE ;
45 GGLfixed gglIntToFixed(GGLfixed i) { function

Completed in 65 milliseconds