Home | History | Annotate | Download | only in libqdutils

Lines Matching refs:displayFrame

48     hwc_rect_t fbFrame = list->hwLayers[last].displayFrame;
59 hwc_rect_t displayFrame = list->hwLayers[i].displayFrame;
60 Rect tmpRect(displayFrame.left,displayFrame.top,
61 displayFrame.right,displayFrame.bottom);
71 hwc_rect_t displayFrame = list->hwLayers[i].displayFrame;
72 Rect tmpRect(displayFrame.left,displayFrame.top,displayFrame.right,
73 displayFrame.bottom);