Home
last modified time | relevance | path

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

/system/core/libpixelflinger/
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()
1039 const int xml = max(xmin, gglFixedToIntFloor(l_min_i)); in aapolyx()
1040 const int xmr = min(xmax, gglFixedToIntFloor(r_max_i)); in aapolyx()
1057 coverage = covPtr + gglFixedToIntFloor(l_min_i); in aapolyx()
1111 coverage = covPtr + gglFixedToIntFloor(l_max_i); in aapolyx()
1122 coverage = covPtr + gglFixedToIntFloor(r_min_i); in aapolyx()
Dfixed.cpp156 exp = gglFixedToIntFloor(p); in gglPowx()
/system/core/libpixelflinger/include/private/pixelflinger/
Dggl_fixed.h37 inline GGLfixed gglFixedToIntFloor(GGLfixed f) ALWAYS_INLINE ;
51 GGLfixed gglFixedToIntFloor(GGLfixed f) { in gglFixedToIntFloor() function
62 return gglFixedToIntFloor(v)<<FIXED_BITS; in gglFloorx()