Home
last modified time | relevance | path

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

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