Searched refs:clamp_max (Results 1 – 1 of 1) sorted by relevance
620 const GGLfixed clamp_max = (size << 16) - FIXED_HALF; in wrapping() local622 if (coord > clamp_max) coord = clamp_max; in wrapping()626 const GGLfixed clamp_max = (size << 16); in wrapping() local628 if (coord > clamp_max) coord = clamp_max; in wrapping()