Home | History | Annotate | Download | only in libpixelflinger

Lines Matching full:clamp_max

602         const GGLfixed clamp_max = (size << 16) - FIXED_HALF;
604 if (coord > clamp_max) coord = clamp_max;
608 const GGLfixed clamp_max = (size << 16);
610 if (coord > clamp_max) coord = clamp_max;