Lines Matching defs:displayFrame
364 hwc_rect_t displayFrame = layer->displayFrame;
367 dst_w = displayFrame.right - displayFrame.left;
368 dst_h = displayFrame.bottom - displayFrame.top;
602 hwc_rect_t fbDisplayFrame = list->hwLayers[last].displayFrame;
604 nwr.left = list->hwLayers[0].displayFrame.left;
605 nwr.top = list->hwLayers[0].displayFrame.top;
606 nwr.right = list->hwLayers[0].displayFrame.right;
607 nwr.bottom = list->hwLayers[0].displayFrame.bottom;
610 hwc_rect_t displayFrame = list->hwLayers[i].displayFrame;
611 nwr.left = min(nwr.left, displayFrame.left);
612 nwr.top = min(nwr.top, displayFrame.top);
613 nwr.right = max(nwr.right, displayFrame.right);
614 nwr.bottom = max(nwr.bottom, displayFrame.bottom);
939 hwc_rect_t dst = layer->displayFrame;
1020 hwc_rect_t dst = layer->displayFrame;