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

/system/core/libpixelflinger/
H A Dscanline.cpp602 const GGLfixed clamp_max = (size << 16) - FIXED_HALF; local
604 if (coord > clamp_max) coord = clamp_max;
608 const GGLfixed clamp_max = (size << 16); local
610 if (coord > clamp_max) coord = clamp_max;

Completed in 247 milliseconds