Home
last modified time | relevance | path

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

/system/core/libpixelflinger/
Draster.cpp50 ggl_rasterPos2x(con, gglIntToFixed(x), gglIntToFixed(y)); in ggl_rasterPos2i()
181 x = gglIntToFixed(x); in gglBitBlit()
182 y = gglIntToFixed(y); in gglBitBlit()
Dtrap.cpp1027 if (gglFixedToIntFloor(l_min) >= xmax) l_min = gglIntToFixed(xmax)-1; in aapolyx()
1028 if (gglFixedToIntFloor(r_min) >= xmax) r_min = gglIntToFixed(xmax)-1; in aapolyx()
1029 if (gglFixedToIntCeil(l_max) >= xmax) l_max = gglIntToFixed(xmax)-1; in aapolyx()
1030 if (gglFixedToIntCeil(r_max) >= xmax) r_max = gglIntToFixed(xmax)-1; in aapolyx()
/system/core/libpixelflinger/include/private/pixelflinger/
Dggl_fixed.h35 inline GGLfixed gglIntToFixed(GGLfixed i) ALWAYS_INLINE ;
45 GGLfixed gglIntToFixed(GGLfixed i) { in gglIntToFixed() function