Searched refs:isAlphaPresent (Results 1 - 6 of 6) sorted by relevance

/hardware/qcom/display/msm8960/libhwcomposer/
H A Dhwc_utils.h170 bool isAlphaPresent(hwc_layer_1_t const* layer);
H A Dhwc_utils.cpp380 if(needsScaling(layer) && isAlphaPresent(layer)) {
386 bool isAlphaPresent(hwc_layer_1_t const* layer) { function in namespace:qhwc
/hardware/qcom/display/msm8x26/libhwcomposer/
H A Dhwc_utils.h170 bool isAlphaPresent(hwc_layer_1_t const* layer);
H A Dhwc_utils.cpp341 if(needsScaling(layer) && isAlphaPresent(layer)) {
347 bool isAlphaPresent(hwc_layer_1_t const* layer) { function in namespace:qhwc
/hardware/qcom/display/msm8974/libhwcomposer/
H A Dhwc_utils.h190 bool isAlphaPresent(hwc_layer_1_t const* layer);
H A Dhwc_utils.cpp324 if(needsScaling(ctx, layer, dpy) && isAlphaPresent(layer)) {
330 bool isAlphaPresent(hwc_layer_1_t const* layer) { function in namespace:qhwc

Completed in 56 milliseconds