Home | History | Annotate | Download | only in hwc

Lines Matching defs:displayFrame

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