Lines Matching defs:rect
594 struct Region::Rect *rect = new Region::Rect();
595 rect->x = 0x100;
596 rect->y = 0x100;
597 rect->w = 0x100;
598 rect->h = 0x100;
599 region->rects = rect;
717 struct Region::Rect *rect = new Region::Rect();
718 rect->x = 0x100;
719 rect->y = 0x100;
720 rect->w = 0x100;
721 rect->h = 0x100;
722 region->rects = rect;
916 struct Region::Rect * rect = new Region::Rect();
917 rect->x = 0x100;
918 rect->y = 0x100;
919 rect->w = 0x100;
920 rect->h = 0x100;
921 region->rects = rect;
939 struct Region::Rect * rect = new Region::Rect();
940 rect->x = 0x100;
941 rect->y = 0x100;
942 rect->w = 0x100;
943 rect->h = 0x100;
944 region->rects = rect;
968 struct Region::Rect * rect = new Region::Rect();
969 rect->x = 0x100;
970 rect->y = 0x100;
971 rect->w = 0x100;
972 rect->h = 0x100;
973 region->rects = rect;
976 delete rect;
1003 struct Region::Rect *rect = new Region::Rect();
1004 rect->x = 0x100;
1005 rect->y = 0x100;
1006 rect->w = 0x100;
1007 rect->h = 0x100;
1008 region->rects = rect;
1043 struct Region::Rect *rect = new Region::Rect();
1044 rect->x = 0x100;
1045 rect->y = 0x100;
1046 rect->w = 0x100;
1047 rect->h = 0x100;
1048 region->rects = rect;
1507 struct Region::Rect * rect = new Region::Rect();
1508 rect->x = 0x100;
1509 rect->y = 0x100;
1510 rect->w = 0x100;
1511 rect->h = 0x100;
1512 region->rects = rect;
1515 delete rect;