Home | History | Annotate | Download | only in hwc

Lines Matching refs:displayFrame

446             layer->displayFrame.left = testRandMod(width);
447 layer->displayFrame.top = testRandMod(height);
448 layer->displayFrame.right = layer->displayFrame.left
449 + testRandMod(width - layer->displayFrame.left) + 1;
450 layer->displayFrame.bottom = layer->displayFrame.top
451 + testRandMod(height - layer->displayFrame.top) + 1;
454 // the sourceCrop to displayFrame occurs. This is the
465 if (((layer->displayFrame.left + sourceWidth) <= width)
466 && ((layer->displayFrame.top + sourceHeight) <= height)) {
467 layer->displayFrame.right = layer->displayFrame.left
469 layer->displayFrame.bottom = layer->displayFrame.top
475 layer->visibleRegionScreen.rects = &layer->displayFrame;