Home | History | Annotate | Download | only in libqdutils

Lines Matching full:rect

30 /* get union of two rects into 3rd rect */
39 int clear (copybit_device_t *copybit, private_handle_t* hnd, hwc_rect_t& rect)
42 copybit_rect_t clear_rect = {rect.left, rect.top,rect.right,rect.bottom};
64 Rect fbFrameRect(fbFrame.left,fbFrame.top,fbFrame.right,fbFrame.bottom);
70 Rect tmpRect(dirtyRect.left,dirtyRect.top,dirtyRect.right,
85 Rect tmpRect(displayFrame.left,displayFrame.top,
98 Rect tmpRect(displayFrame.left,displayFrame.top,displayFrame.right,
107 //TO DO :- 1. remove union and call clear for each rect.
111 const Rect& r = *it++;
119 //disable swap rect if presents