Searched refs:needsScaling (Results 1 - 9 of 9) sorted by relevance

/hardware/qcom/display/msm8960/libhwcomposer/
H A Dhwc_utils.h169 bool needsScaling(hwc_layer_1_t const* layer);
H A Dhwc_mdpcomp.cpp867 if(!qhwc::needsScaling(layer) && !ctx->mNeedsRotator
1038 if(!qhwc::needsScaling(layer) && !ctx->mNeedsRotator
H A Dhwc_utils.cpp361 bool needsScaling(hwc_layer_1_t const* layer) { function in namespace:qhwc
380 if(needsScaling(layer) && isAlphaPresent(layer)) {
/hardware/qcom/display/msm8x26/libhwcomposer/
H A Dhwc_utils.h169 bool needsScaling(hwc_layer_1_t const* layer);
H A Dhwc_mdpcomp.cpp856 if(!qhwc::needsScaling(layer) && !ctx->mNeedsRotator
1027 if(!qhwc::needsScaling(layer) && !ctx->mNeedsRotator
H A Dhwc_utils.cpp322 bool needsScaling(hwc_layer_1_t const* layer) { function in namespace:qhwc
341 if(needsScaling(layer) && isAlphaPresent(layer)) {
/hardware/qcom/display/msm8974/libhwcomposer/
H A Dhwc_utils.h189 bool needsScaling(hwc_context_t* ctx, hwc_layer_1_t const* layer, const int& dpy);
H A Dhwc_mdpcomp.cpp1002 } else if(!qhwc::needsScaling(ctx, layer, mDpy)
1188 } else if(!qhwc::needsScaling(ctx, layer, mDpy)
H A Dhwc_utils.cpp303 bool needsScaling(hwc_context_t* ctx, hwc_layer_1_t const* layer, function in namespace:qhwc
324 if(needsScaling(ctx, layer, dpy) && isAlphaPresent(layer)) {

Completed in 43 milliseconds