Searched defs:Ucr (Results 1 - 1 of 1) sorted by path

/system/core/libpixelflinger/
H A Draster.cpp173 const GGLint Ucr = crop[0]; local
175 const GGLint s0 = Ucr - x;
190 const GGLint Ucr = crop[0] << 16; local
198 int32_t s0 = Ucr - gglMulx(dsdx, x); // s0 = Ucr - x * dsdx

Completed in 46 milliseconds