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

/hardware/qcom/display/msm8084/liboverlay/
H A Doverlay.h56 PipeSpecs() : formatClass(FORMAT_RGB), needsScaling(false), fb(false),
59 bool needsScaling; member in struct:overlay::Overlay::PipeSpecs
/hardware/qcom/display/msm8226/liboverlay/
H A Doverlay.h56 PipeSpecs() : formatClass(FORMAT_RGB), needsScaling(false), fb(false),
59 bool needsScaling; member in struct:overlay::Overlay::PipeSpecs
/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/msm8084/libhwcomposer/
H A Dhwc_utils.cpp712 bool needsScaling(hwc_layer_1_t const* layer) { function in namespace:qhwc
783 if(needsScaling(layer) && isAlphaPresent(layer)) {
1203 if(!needsScaling(&list->hwLayers[j])) {
/hardware/qcom/display/msm8226/libhwcomposer/
H A Dhwc_utils.cpp699 bool needsScaling(hwc_layer_1_t const* layer) { function in namespace:qhwc
770 if(needsScaling(layer) && isAlphaPresent(layer)) {
1196 if(!needsScaling(&list->hwLayers[j])) {

Completed in 100 milliseconds