Home | History | Annotate | Download | only in libhwcomposer

Lines Matching defs:displayFrame

307     hwc_rect_t displayFrame  = layer->displayFrame;
309 trimLayer(ctx, dpy, layer->transform, sourceCrop, displayFrame);
311 dst_w = displayFrame.right - displayFrame.left;
312 dst_h = displayFrame.bottom - displayFrame.top;
563 hwc_rect_t fbDisplayFrame = list->hwLayers[last].displayFrame;
565 nwr.left = list->hwLayers[0].displayFrame.left;
566 nwr.top = list->hwLayers[0].displayFrame.top;
567 nwr.right = list->hwLayers[0].displayFrame.right;
568 nwr.bottom = list->hwLayers[0].displayFrame.bottom;
571 hwc_rect_t displayFrame = list->hwLayers[i].displayFrame;
572 nwr.left = min(nwr.left, displayFrame.left);
573 nwr.top = min(nwr.top, displayFrame.top);
574 nwr.right = max(nwr.right, displayFrame.right);
575 nwr.bottom = max(nwr.bottom, displayFrame.bottom);
892 hwc_rect_t dst = layer->displayFrame;
984 hwc_rect_t dst = layer->displayFrame;