Searched defs:needsScaling (Results 1 - 9 of 9) 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/msm8909/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/msm8994/liboverlay/
H A Doverlay.h59 PipeSpecs() : formatClass(FORMAT_RGB), needsScaling(false), fb(false),
62 bool needsScaling; member in struct:overlay::Overlay::PipeSpecs
/hardware/qcom/display/msm8960/libhwcomposer/
H A Dhwc_utils.cpp360 bool needsScaling(hwc_layer_1_t const* layer) { function in namespace:qhwc
379 if(needsScaling(layer) && 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)) {
1209 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)) {
1197 if(!needsScaling(&list->hwLayers[j])) {
/hardware/qcom/display/msm8909/libhwcomposer/
H A Dhwc_utils.cpp941 bool needsScaling(hwc_layer_1_t const* layer) { function in namespace:qhwc
1012 if(needsScaling(layer) && isAlphaPresent(layer)) {
1514 if(!needsScaling(&list->hwLayers[j])) {
/hardware/qcom/display/msm8994/libhwcomposer/
H A Dhwc_utils.cpp874 bool needsScaling(hwc_layer_1_t const* layer) { function in namespace:qhwc
948 if(needsScaling(layer) && isAlphaPresent(layer)) {
1422 if(!needsScaling(&list->hwLayers[j])) {

Completed in 417 milliseconds