Home
last modified time | relevance | path

Searched refs:gglFixedToIntCeil (Results 1 – 2 of 2) sorted by relevance

/system/core/libpixelflinger/include/private/pixelflinger/
Dggl_fixed.h38 inline GGLfixed gglFixedToIntCeil(GGLfixed f) ALWAYS_INLINE ;
54 GGLfixed gglFixedToIntCeil(GGLfixed f) { in gglFixedToIntCeil() function
65 return gglFixedToIntCeil(v)<<FIXED_BITS; in gglCeilx()
/system/core/libpixelflinger/
Dtrap.cpp1029 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()