Searched defs:needsScaling (Results 1 - 3 of 3) sorted by relevance

/hardware/qcom/display/msm8960/libhwcomposer/
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/msm8974/libhwcomposer/
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)) {
/hardware/qcom/display/msm8x26/libhwcomposer/
H A Dhwc_utils.cpp322 bool needsScaling(hwc_layer_1_t const* layer) { function in namespace:qhwc
341 if(needsScaling(layer) && isAlphaPresent(layer)) {

Completed in 169 milliseconds