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

/system/core/libpixelflinger/
H A Dscanline.cpp581 const GGLfixed clamp_max = (size << 16) - FIXED_HALF; local
583 if (coord > clamp_max) coord = clamp_max;
587 const GGLfixed clamp_max = (size << 16); local
589 if (coord > clamp_max) coord = clamp_max;

Completed in 58 milliseconds