Lines Matching refs:rect
170 struct Region::Rect * rect = new Region::Rect(); variable
171 rect->x = 0x100;
172 rect->y = 0x100;
173 rect->w = 0x100;
174 rect->h = 0x100;
175 region->rects = rect;
190 struct Region::Rect * rect = new Region::Rect(); variable
191 rect->x = 0x100;
192 rect->y = 0x100;
193 rect->w = 0x100;
194 rect->h = 0x100;
195 region->rects = rect;