Lines Matching defs:RECT
64 const IRect& RECT = layer.displayRect;
66 if ((point.x >= RECT.x) && (point.x < (RECT.x + RECT.w)) && (point.y >= RECT.y) &&
67 (point.y < (RECT.y + RECT.h))) {
88 const IRect& RECT = layer.displayRect;
90 GetCheckPoints({RECT.x, RECT.y}, points);
91 GetCheckPoints({RECT.x, RECT.y + RECT.h}, points);
92 GetCheckPoints({RECT.x + RECT.w, RECT.y}, points);
93 GetCheckPoints({RECT.x + RECT.w, RECT.y + RECT.h}, points);
95 GetCheckPoints({RECT.x + RECT.w / MID_POS, RECT.y + RECT.h / MID_POS}, points); // center point