HomeSort by relevance Sort by last modified time
    Searched refs:const_color (Results 1 - 6 of 6) sorted by null

  /hardware/qcom/display/msm8084/libcopybit/
copybit.cpp 605 req->const_color.b = (uint32_t)((color >> 16) & 0xff);
606 req->const_color.g = (uint32_t)((color >> 8) & 0xff);
607 req->const_color.r = (uint32_t)((color >> 0) & 0xff);
608 req->const_color.alpha = MDP_ALPHA_NOP;
658 req->const_color.r = (uint32_t)((color >> 0) & 0xff);
659 req->const_color.g = (uint32_t)((color >> 8) & 0xff);
660 req->const_color.b = (uint32_t)((color >> 16) & 0xff);
661 req->const_color.alpha = (uint32_t)((color >> 24) & 0xff);
  /hardware/qcom/display/msm8226/libcopybit/
copybit.cpp 605 req->const_color.b = (uint32_t)((color >> 16) & 0xff);
606 req->const_color.g = (uint32_t)((color >> 8) & 0xff);
607 req->const_color.r = (uint32_t)((color >> 0) & 0xff);
608 req->const_color.alpha = MDP_ALPHA_NOP;
658 req->const_color.r = (uint32_t)((color >> 0) & 0xff);
659 req->const_color.g = (uint32_t)((color >> 8) & 0xff);
660 req->const_color.b = (uint32_t)((color >> 16) & 0xff);
661 req->const_color.alpha = (uint32_t)((color >> 24) & 0xff);
  /hardware/qcom/msm8x26/kernel-headers/linux/
msm_mdp.h 304 struct color const_color; member in struct:mdp_blit_req
    [all...]
  /hardware/qcom/msm8x26/original-kernel-headers/linux/
msm_mdp.h 291 struct color const_color; member in struct:mdp_blit_req
  /hardware/qcom/msm8x84/kernel-headers/linux/
msm_mdp.h 301 struct color const_color; member in struct:mdp_blit_req
    [all...]
  /hardware/qcom/msm8x84/original-kernel-headers/linux/
msm_mdp.h 289 struct color const_color; member in struct:mdp_blit_req

Completed in 561 milliseconds