Lines Matching defs:startPos
1253 Point startPos = {imageView->GetX(), imageView->GetY()};
1255 GetAbsolutePosition({startPos.x, startPos.y}, rect, style, start);
1265 imageView->SetPosition(startPos.x, startPos.y);
1280 Point startPos = {label->GetX(), label->GetY()};
1282 GetAbsolutePosition({startPos.x, startPos.y}, rect, style, start);
1285 label->SetPosition(startPos.x, startPos.y);