Searched refs:overlapRect (Results 1 – 2 of 2) sorted by relevance
941 hwc_rect_t overlapRect[MAX_PTOR_LAYERS]; in fullMDPCompWithPTOR() local942 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()
840 hwc_rect_t overlapRect[MAX_PTOR_LAYERS]; in fullMDPCompWithPTOR() local841 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()