Lines Matching defs:displayFrame
363 hwc_rect_t displayFrame = layer->displayFrame;
366 dst_w = displayFrame.right - displayFrame.left;
367 dst_h = displayFrame.bottom - displayFrame.top;
610 hwc_rect_t fbDisplayFrame = list->hwLayers[last].displayFrame;
612 nwr.left = list->hwLayers[0].displayFrame.left;
613 nwr.top = list->hwLayers[0].displayFrame.top;
614 nwr.right = list->hwLayers[0].displayFrame.right;
615 nwr.bottom = list->hwLayers[0].displayFrame.bottom;
618 hwc_rect_t displayFrame = list->hwLayers[i].displayFrame;
619 nwr.left = min(nwr.left, displayFrame.left);
620 nwr.top = min(nwr.top, displayFrame.top);
621 nwr.right = max(nwr.right, displayFrame.right);
622 nwr.bottom = max(nwr.bottom, displayFrame.bottom);
944 hwc_rect_t dst = layer->displayFrame;
1025 hwc_rect_t dst = layer->displayFrame;