Home | History | Annotate | Download | only in hwc

Lines Matching defs:displayFrame

177     struct hwc_rect   displayFrame;
247 struct displayFrame {
652 rect.displayFrame.left = x;
653 rect.displayFrame.top = y;
654 rect.displayFrame.right = x + startDim.width();
655 rect.displayFrame.bottom = y + startDim.height();
1293 // cause a portion or all of the foreground displayFrame
1296 foreground.displayFrame.left += 5;
1297 foreground.displayFrame.top += 5;
1298 foreground.displayFrame.right += 5;
1299 foreground.displayFrame.bottom += 5;
1312 sourceCrop(sDim), displayFrame(dfDim)
1424 layer->displayFrame = it->displayFrame;
1427 layer->visibleRegionScreen.rects = &layer->displayFrame;