Lines Matching defs:Right
1044 int Right, Bottom, MaxBoxes;
1057 Right = (int)prect->x + (int)prect->width;
1058 pboxClipped->x2 = min(pextent->x2, Right);
1082 Right = (int)prect->x + (int)prect->width;
1083 box.x2 = min(pextent->x2, Right);
1132 int Right, Bottom;
1143 Right = (int)prect->x + (int)prect->width;
1144 pboxClipped->x2 = min(pextent->x2, Right);
1164 Right = (int)prect->x + (int)prect->width;
1165 box.x2 = min(pextent->x2, Right);