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

/system/core/libpixelflinger/
H A Dbuffer.cpp38 static uint32_t downshift_component(uint32_t in, uint32_t v,
196 v = downshift_component(v, u, pixelSize, 0, h, l, 0, 0, dither);
264 p = downshift_component(p, r, hbits, lbits, f->rh, f->rl, 0, 1, -1);
265 p = downshift_component(p, g, hbits, lbits, f->gh, f->gl, 0, 1, -1);
266 p = downshift_component(p, b, hbits, lbits, f->bh, f->bl, 0, 1, -1);
267 p = downshift_component(p, a, hbits, lbits, f->ah, f->al, 0, 1, -1);
323 uint32_t downshift_component( uint32_t in, uint32_t v, function in namespace:android

Completed in 86 milliseconds