Lines Matching refs:rectParam

387         RectParam* rectParam = new RectParam;
388 if (rectParam == nullptr) {
392 rectParam->start = startPoint;
393 rectParam->height = height;
394 rectParam->width = width;
398 cmd.param = rectParam;
405 RectParam* rectParam = new RectParam;
406 if (rectParam == nullptr) {
410 rectParam->start = startPoint;
411 rectParam->height = height;
412 rectParam->width = width;
416 cmd.param = rectParam;
452 RectParam* rectParam = new RectParam;
453 if (rectParam == nullptr) {
457 rectParam->start = startPoint;
458 rectParam->height = height;
459 rectParam->width = width;
463 cmd.param = rectParam;
477 RectParam* rectParam = new RectParam;
478 if (rectParam == nullptr) {
482 rectParam->start = startPoint;
483 rectParam->height = height;
484 rectParam->width = width;
488 cmd.param = rectParam;
1101 RectParam* rectParam = static_cast<RectParam*>(param);
1109 GetAbsolutePosition(rectParam->start, rect, style, start);
1115 if ((rectParam->height <= lineWidth) || (rectParam->width <= lineWidth)) {
1117 coords.SetHeight(rectParam->height + lineWidth);
1118 coords.SetWidth(rectParam->width + lineWidth);
1125 coords.SetWidth(rectParam->width);
1128 coords.SetPosition(x + rectParam->width, y);
1129 coords.SetHeight(rectParam->height);
1134 coords.SetHeight(rectParam->height);
1138 coords.SetPosition(x + lineWidth, y + rectParam->height);
1140 coords.SetWidth(rectParam->width);
1154 RectParam* rectParam = static_cast<RectParam*>(param);
1157 if ((rectParam->height <= lineWidth) || (rectParam->width <= lineWidth)) {
1161 GetAbsolutePosition(rectParam->start, rect, style, start);
1165 coords.SetHeight(rectParam->height - lineWidth);
1166 coords.SetWidth(rectParam->width - lineWidth);