Searched refs:const_color (Results 1 – 13 of 13) sorted by relevance
605 req->const_color.b = (uint32_t)((color >> 16) & 0xff); in clear_copybit()606 req->const_color.g = (uint32_t)((color >> 8) & 0xff); in clear_copybit()607 req->const_color.r = (uint32_t)((color >> 0) & 0xff); in clear_copybit()608 req->const_color.alpha = MDP_ALPHA_NOP; in clear_copybit()658 req->const_color.r = (uint32_t)((color >> 0) & 0xff); in fill_color()659 req->const_color.g = (uint32_t)((color >> 8) & 0xff); in fill_color()660 req->const_color.b = (uint32_t)((color >> 16) & 0xff); in fill_color()661 req->const_color.alpha = (uint32_t)((color >> 24) & 0xff); in fill_color()
632 req->const_color.b = (uint32_t)((color >> 16) & 0xff); in clear_copybit()633 req->const_color.g = (uint32_t)((color >> 8) & 0xff); in clear_copybit()634 req->const_color.r = (uint32_t)((color >> 0) & 0xff); in clear_copybit()635 req->const_color.alpha = MDP_ALPHA_NOP; in clear_copybit()685 req->const_color.r = (uint32_t)((color >> 0) & 0xff); in fill_color()686 req->const_color.g = (uint32_t)((color >> 8) & 0xff); in fill_color()687 req->const_color.b = (uint32_t)((color >> 16) & 0xff); in fill_color()688 req->const_color.alpha = (uint32_t)((color >> 24) & 0xff); in fill_color()
617 req->const_color.b = (uint32_t)((color >> 16) & 0xff); in clear_copybit()618 req->const_color.g = (uint32_t)((color >> 8) & 0xff); in clear_copybit()619 req->const_color.r = (uint32_t)((color >> 0) & 0xff); in clear_copybit()620 req->const_color.alpha = MDP_ALPHA_NOP; in clear_copybit()670 req->const_color.r = (uint32_t)((color >> 0) & 0xff); in fill_color()671 req->const_color.g = (uint32_t)((color >> 8) & 0xff); in fill_color()672 req->const_color.b = (uint32_t)((color >> 16) & 0xff); in fill_color()673 req->const_color.alpha = (uint32_t)((color >> 24) & 0xff); in fill_color()
637 req->const_color.b = (uint32_t)((color >> 16) & 0xff); in clear_copybit()638 req->const_color.g = (uint32_t)((color >> 8) & 0xff); in clear_copybit()639 req->const_color.r = (uint32_t)((color >> 0) & 0xff); in clear_copybit()640 req->const_color.alpha = MDP_ALPHA_NOP; in clear_copybit()690 req->const_color.r = (uint32_t)((color >> 0) & 0xff); in fill_color()691 req->const_color.g = (uint32_t)((color >> 8) & 0xff); in fill_color()692 req->const_color.b = (uint32_t)((color >> 16) & 0xff); in fill_color()693 req->const_color.alpha = (uint32_t)((color >> 24) & 0xff); in fill_color()
291 struct color const_color; member
304 struct color const_color; member
301 struct color const_color; member
289 struct color const_color; member
311 struct color const_color; member
322 struct color const_color; member
382 struct color const_color; member
358 struct color const_color; member