Home
last modified time | relevance | path

Searched refs:overlapRect (Results 1 – 3 of 3) sorted by relevance

/hardware/qcom/display/msm8909/libhwcomposer/
Dhwc_mdpcomp.cpp939 hwc_rect_t overlapRect[MAX_PTOR_LAYERS]; in fullMDPCompWithPTOR() local
940 memset(overlapRect, 0, sizeof(overlapRect)); in fullMDPCompWithPTOR()
977 overlapRect[numPTORLayersFound] = list->hwLayers[i].displayFrame; in fullMDPCompWithPTOR()
1003 hwc_rect_t commonRect = getIntersection(overlapRect[0], overlapRect[1]); in fullMDPCompWithPTOR()
1005 overlapRect[1] = deductRect(overlapRect[1], commonRect); in fullMDPCompWithPTOR()
1006 list->hwLayers[minLayerIndex[1]].displayFrame = overlapRect[1]; in fullMDPCompWithPTOR()
1063 overlapRect[j]))) { in fullMDPCompWithPTOR()
1069 getIntersection(layer->displayFrame, overlapRect[j])); in fullMDPCompWithPTOR()
/hardware/qcom/display/msm8994/libhwcomposer/
Dhwc_mdpcomp.cpp941 hwc_rect_t overlapRect[MAX_PTOR_LAYERS]; in fullMDPCompWithPTOR() local
942 memset(overlapRect, 0, sizeof(overlapRect)); in fullMDPCompWithPTOR()
979 overlapRect[numPTORLayersFound] = list->hwLayers[i].displayFrame; in fullMDPCompWithPTOR()
1005 hwc_rect_t commonRect = getIntersection(overlapRect[0], overlapRect[1]); in fullMDPCompWithPTOR()
1007 overlapRect[1] = deductRect(overlapRect[1], commonRect); in fullMDPCompWithPTOR()
1008 list->hwLayers[minLayerIndex[1]].displayFrame = overlapRect[1]; in fullMDPCompWithPTOR()
1065 overlapRect[j]))) { in fullMDPCompWithPTOR()
1071 getIntersection(layer->displayFrame, overlapRect[j])); in fullMDPCompWithPTOR()
/hardware/qcom/display/msm8226/libhwcomposer/
Dhwc_mdpcomp.cpp840 hwc_rect_t overlapRect[MAX_PTOR_LAYERS]; in fullMDPCompWithPTOR() local
841 memset(overlapRect, 0, sizeof(overlapRect)); in fullMDPCompWithPTOR()
877 overlapRect[numPTORLayersFound] = list->hwLayers[i].displayFrame; in fullMDPCompWithPTOR()
883 if(isValidRect(getIntersection(overlapRect[0], overlapRect[1]))) { in fullMDPCompWithPTOR()
920 overlapRect[j]))) { in fullMDPCompWithPTOR()
926 overlapRect[j]); in fullMDPCompWithPTOR()