Home | History | Annotate | Download | only in libhwcomposer

Lines Matching refs:displayFrame

328     hwc_rect_t displayFrame = layer->displayFrame;
329 copybit_rect_t dstRect = {displayFrame.left, displayFrame.top,
330 displayFrame.right,
331 displayFrame.bottom};
343 int32_t screen_w = displayFrame.right - displayFrame.left;
344 int32_t screen_h = displayFrame.bottom - displayFrame.top;
488 hwc_rect_t displayFrame = layer->displayFrame;
490 width = displayFrame.right - displayFrame.left;
491 height = displayFrame.bottom - displayFrame.top;