Searched refs:clamp_max (Results 1 – 1 of 1) sorted by relevance
625 const GGLfixed clamp_max = (size << 16) - FIXED_HALF; in wrapping() local627 if (coord > clamp_max) coord = clamp_max; in wrapping()631 const GGLfixed clamp_max = (size << 16); in wrapping() local633 if (coord > clamp_max) coord = clamp_max; in wrapping()