Searched defs:clamp_max (Results 1 - 1 of 1) sorted by relevance

/system/core/libpixelflinger/
H A Dscanline.cpp620 const GGLfixed clamp_max = (size << 16) - FIXED_HALF; local
622 if (coord > clamp_max) coord = clamp_max;
626 const GGLfixed clamp_max = (size << 16); local
628 if (coord > clamp_max) coord = clamp_max;

Completed in 34 milliseconds