HomeSort by relevance Sort by last modified time
    Searched full:argb_color (Results 1 - 1 of 1) sorted by null

  /hardware/qcom/display/msm8996/sdm/libs/hwc/
hwc_color_manager.cpp 56 uint32_t argb_color = ((params.color.r << 16) & 0xff0000) | ((params.color.g) & 0xff) local
58 return argb_color;

Completed in 132 milliseconds