Searched refs:FixedFloor (Results 1 – 3 of 3) sorted by relevance
423 #define FixedFloor(X) ((X) & FIXED_INT_MASK) macro
646 const GLint s = FixedToInt(FixedFloor(s_fix)) & info->smask; \ in fast_persp_span()647 const GLint t = FixedToInt(FixedFloor(t_fix)) & info->tmask; \ in fast_persp_span()
581 fdxOuter = FixedFloor(fdxLeftEdge - FIXED_EPSILON); in NAME()