Home
last modified time | relevance | path

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

/system/core/libpixelflinger/
Dbuffer.cpp263 const int32_t lbits = GGL_COLOR_BITS - 8; in ggl_pack_color() local
264 p = downshift_component(p, r, hbits, lbits, f->rh, f->rl, 0, 1, -1); in ggl_pack_color()
265 p = downshift_component(p, g, hbits, lbits, f->gh, f->gl, 0, 1, -1); in ggl_pack_color()
266 p = downshift_component(p, b, hbits, lbits, f->bh, f->bl, 0, 1, -1); in ggl_pack_color()
267 p = downshift_component(p, a, hbits, lbits, f->ah, f->al, 0, 1, -1); in ggl_pack_color()