Home | History | Annotate | Download | only in hwc

Lines Matching defs:displayFrame

178     struct hwc_rect   displayFrame;
248 struct displayFrame {
653 rect.displayFrame.left = x;
654 rect.displayFrame.top = y;
655 rect.displayFrame.right = x + startDim.width();
656 rect.displayFrame.bottom = y + startDim.height();
1294 // cause a portion or all of the foreground displayFrame
1297 foreground.displayFrame.left += 5;
1298 foreground.displayFrame.top += 5;
1299 foreground.displayFrame.right += 5;
1300 foreground.displayFrame.bottom += 5;
1313 sourceCrop(sDim), displayFrame(dfDim)
1425 layer->displayFrame = it->displayFrame;
1428 layer->visibleRegionScreen.rects = &layer->displayFrame;