Home
last modified time | relevance | path

Searched refs:HWC_COLOR_FILL (Results 1 – 15 of 15) sorted by relevance

/hardware/qcom/display/msm8084/libhwcomposer/
Dhwc_utils.h157 HWC_COLOR_FILL = 0x00000008, enumerator
575 !(layer->flags & HWC_COLOR_FILL)); in has90Transform()
Dhwc_copybit.cpp364 if (layer->flags & HWC_COLOR_FILL) { // Color layer in drawLayerUsingCopybit()
Dhwc.cpp568 case HWC_COLOR_FILL: in hwc_query()
Dhwc_mdpcomp.cpp315 if (layer->flags & HWC_COLOR_FILL) { in isValidDimension()
1660 if (!(layer->flags & HWC_COLOR_FILL)) { in draw()
Dhwc_utils.cpp1632 if (layer->flags & HWC_COLOR_FILL) { in configureNonSplit()
/hardware/qcom/display/msm8226/libhwcomposer/
Dhwc_utils.h182 HWC_COLOR_FILL = 0x00000008, enumerator
614 !(layer->flags & HWC_COLOR_FILL)); in has90Transform()
Dhwc.cpp557 case HWC_COLOR_FILL: in hwc_query()
Dhwc_mdpcomp.cpp340 if (layer->flags & HWC_COLOR_FILL) { in isValidDimension()
1873 if (!(layer->flags & HWC_COLOR_FILL)) { in draw()
Dhwc_copybit.cpp731 if (layer->flags & HWC_COLOR_FILL) { // Color layer in drawLayerUsingCopybit()
Dhwc_utils.cpp1637 if (layer->flags & HWC_COLOR_FILL) { in configureNonSplit()
/hardware/qcom/display/msm8994/libhwcomposer/
Dhwc_utils.h200 HWC_COLOR_FILL = 0x00000008, enumerator
703 !(layer->flags & HWC_COLOR_FILL)); in has90Transform()
Dhwc_mdpcomp.cpp398 if (layer->flags & HWC_COLOR_FILL) { in isValidDimension()
841 int transform = (layer->flags & HWC_COLOR_FILL) ? 0 : layer->transform; in tryFullFrame()
2272 if (!(layer->flags & HWC_COLOR_FILL)) { in draw()
Dhwc.cpp608 case HWC_COLOR_FILL: in hwc_query()
Dhwc_utils.cpp986 int transform = (list->hwLayers[i].flags & HWC_COLOR_FILL) ? 0 : in trimList()
1427 int transform = (layer->flags & HWC_COLOR_FILL) ? 0 : in optimizeLayerRects()
1978 if (layer->flags & HWC_COLOR_FILL) { in configureNonSplit()
Dhwc_copybit.cpp784 if (layer->flags & HWC_COLOR_FILL) { // Color layer in drawLayerUsingCopybit()