Home | History | Annotate | Download | only in libhwcomposer

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;
609 hwc_rect_t fbDisplayFrame = list->hwLayers[last].displayFrame;
611 nwr.left = list->hwLayers[0].displayFrame.left;
612 nwr.top = list->hwLayers[0].displayFrame.top;
613 nwr.right = list->hwLayers[0].displayFrame.right;
614 nwr.bottom = list->hwLayers[0].displayFrame.bottom;
617 hwc_rect_t displayFrame = list->hwLayers[i].displayFrame;
618 nwr.left = min(nwr.left, displayFrame.left);
619 nwr.top = min(nwr.top, displayFrame.top);
620 nwr.right = max(nwr.right, displayFrame.right);
621 nwr.bottom = max(nwr.bottom, displayFrame.bottom);
946 hwc_rect_t dst = layer->displayFrame;
1027 hwc_rect_t dst = layer->displayFrame;