/hardware/qcom/display/msm8996/libcopybit/ |
D | copybit.cpp | 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()
|
/hardware/qcom/sdm845/display/libcopybit/ |
D | copybit.cpp | 639 req->const_color.b = (uint32_t)((color >> 16) & 0xff); in clear_copybit() 640 req->const_color.g = (uint32_t)((color >> 8) & 0xff); in clear_copybit() 641 req->const_color.r = (uint32_t)((color >> 0) & 0xff); in clear_copybit() 642 req->const_color.alpha = MDP_ALPHA_NOP; in clear_copybit() 692 req->const_color.r = (uint32_t)((color >> 0) & 0xff); in fill_color() 693 req->const_color.g = (uint32_t)((color >> 8) & 0xff); in fill_color() 694 req->const_color.b = (uint32_t)((color >> 16) & 0xff); in fill_color() 695 req->const_color.alpha = (uint32_t)((color >> 24) & 0xff); in fill_color()
|
/hardware/qcom/display/msm8994/libcopybit/ |
D | copybit.cpp | 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()
|
/hardware/qcom/display/msm8909/libcopybit/ |
D | copybit.cpp | 639 req->const_color.b = (uint32_t)((color >> 16) & 0xff); in clear_copybit() 640 req->const_color.g = (uint32_t)((color >> 8) & 0xff); in clear_copybit() 641 req->const_color.r = (uint32_t)((color >> 0) & 0xff); in clear_copybit() 642 req->const_color.alpha = MDP_ALPHA_NOP; in clear_copybit() 692 req->const_color.r = (uint32_t)((color >> 0) & 0xff); in fill_color() 693 req->const_color.g = (uint32_t)((color >> 8) & 0xff); in fill_color() 694 req->const_color.b = (uint32_t)((color >> 16) & 0xff); in fill_color() 695 req->const_color.alpha = (uint32_t)((color >> 24) & 0xff); in fill_color()
|
/hardware/qcom/display/msm8909w_3100/libcopybit/ |
D | copybit.cpp | 639 req->const_color.b = (uint32_t)((color >> 16) & 0xff); in clear_copybit() 640 req->const_color.g = (uint32_t)((color >> 8) & 0xff); in clear_copybit() 641 req->const_color.r = (uint32_t)((color >> 0) & 0xff); in clear_copybit() 642 req->const_color.alpha = MDP_ALPHA_NOP; in clear_copybit() 692 req->const_color.r = (uint32_t)((color >> 0) & 0xff); in fill_color() 693 req->const_color.g = (uint32_t)((color >> 8) & 0xff); in fill_color() 694 req->const_color.b = (uint32_t)((color >> 16) & 0xff); in fill_color() 695 req->const_color.alpha = (uint32_t)((color >> 24) & 0xff); in fill_color()
|
/hardware/qcom/display/msm8998/libcopybit/ |
D | copybit.cpp | 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()
|
/hardware/qcom/display/msm8226/libcopybit/ |
D | copybit.cpp | 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()
|
/hardware/qcom/display/msm8084/libcopybit/ |
D | copybit.cpp | 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()
|
/hardware/qcom/msm8x26/original-kernel-headers/linux/ |
D | msm_mdp.h | 291 struct color const_color; member
|
/hardware/qcom/msm8x26/kernel-headers/linux/ |
D | msm_mdp.h | 304 struct color const_color; member
|
/hardware/qcom/msm8x84/original-kernel-headers/linux/ |
D | msm_mdp.h | 289 struct color const_color; member
|
/hardware/qcom/msm8x84/kernel-headers/linux/ |
D | msm_mdp.h | 301 struct color const_color; member
|
/hardware/qcom/msm8994/original-kernel-headers/linux/ |
D | msm_mdp.h | 311 struct color const_color; member
|
/hardware/qcom/msm8994/kernel-headers/linux/ |
D | msm_mdp.h | 322 struct color const_color; member
|
/hardware/qcom/msm8996/kernel-headers/linux/ |
D | msm_mdp.h | 385 struct color const_color; member
|
/hardware/qcom/msm8998/kernel-headers/linux/ |
D | msm_mdp.h | 391 struct color const_color; member
|
/hardware/qcom/msm8996/original-kernel-headers/linux/ |
D | msm_mdp.h | 361 struct color const_color; member
|
/hardware/qcom/msm8x09/original-kernel-headers/linux/ |
D | msm_mdp.h | 360 struct color const_color; member
|
/hardware/qcom/msm8x09/kernel-headers/linux/ |
D | msm_mdp.h | 311 struct color const_color; member
|
/hardware/qcom/msm8998/original-kernel-headers/linux/ |
D | msm_mdp.h | 367 struct color const_color; member
|