Lines Matching defs:right
98 drawable->self_bitmap_area.right = 0;
122 * Right now implementing with a single draw and a clip list. Clip
142 int left, right, top, bottom;
164 right = clips->x2;
172 right = max_t(int, right, (int)clips_ptr->x2);
177 width = right - left;
196 drawable_rect.right = right;
229 drawable->u.copy.src_area.right = width;
244 rects[i].right = clips_ptr->x2;