Searched refs:gglFixedToIntCeil (Results 1 – 2 of 2) sorted by relevance
38 inline GGLfixed gglFixedToIntCeil(GGLfixed f) ALWAYS_INLINE ;54 GGLfixed gglFixedToIntCeil(GGLfixed f) { in gglFixedToIntCeil() function65 return gglFixedToIntCeil(v)<<FIXED_BITS; in gglCeilx()
1027 if (gglFixedToIntCeil(l_max) >= xmax) l_max = gglIntToFixed(xmax)-1; in aapolyx()1028 if (gglFixedToIntCeil(r_max) >= xmax) r_max = gglIntToFixed(xmax)-1; in aapolyx()