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

  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_utils.h 157 HWC_COLOR_FILL = 0x00000008,
575 !(layer->flags & HWC_COLOR_FILL));
hwc.cpp 568 case HWC_COLOR_FILL:
hwc_copybit.cpp 364 if (layer->flags & HWC_COLOR_FILL) { // Color layer
hwc_mdpcomp.cpp 315 if (layer->flags & HWC_COLOR_FILL) {
    [all...]
hwc_utils.cpp     [all...]
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_utils.h 182 HWC_COLOR_FILL = 0x00000008,
614 !(layer->flags & HWC_COLOR_FILL));
hwc.cpp 557 case HWC_COLOR_FILL:
hwc_mdpcomp.cpp 340 if (layer->flags & HWC_COLOR_FILL) {
    [all...]
hwc_copybit.cpp 731 if (layer->flags & HWC_COLOR_FILL) { // Color layer
    [all...]
hwc_utils.cpp     [all...]
  /hardware/qcom/display/msm8909/libhwcomposer/
hwc_utils.h 204 HWC_COLOR_FILL = 0x00000008,
684 !(layer->flags & HWC_COLOR_FILL));
hwc.cpp 595 case HWC_COLOR_FILL:
    [all...]
hwc_mdpcomp.cpp 394 if (layer->flags & HWC_COLOR_FILL) {
814 int transform = (layer->flags & HWC_COLOR_FILL) ? 0 : layer->transform;
    [all...]
hwc_utils.cpp     [all...]
hwc_copybit.cpp     [all...]
  /hardware/qcom/display/msm8994/libhwcomposer/
hwc_utils.h 200 HWC_COLOR_FILL = 0x00000008,
703 !(layer->flags & HWC_COLOR_FILL));
hwc.cpp 608 case HWC_COLOR_FILL:
    [all...]
hwc_copybit.cpp 784 if (layer->flags & HWC_COLOR_FILL) { // Color layer
    [all...]
hwc_mdpcomp.cpp 398 if (layer->flags & HWC_COLOR_FILL) {
841 int transform = (layer->flags & HWC_COLOR_FILL) ? 0 : layer->transform;
    [all...]
hwc_utils.cpp     [all...]

Completed in 82 milliseconds