Home | History | Annotate | Download | only in libqdutils

Lines Matching refs:displayFrame

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