Lines Matching refs:SetPosition
50 config.rect.SetPosition(x, y);
137 button->SetPosition(40, 40); // 40: x, 40: y
143 button1->SetPosition(30, 10); // 30: x, 10: y
156 block->SetPosition(100, 40); // 100: x, 40: y
163 block2->SetPosition(40, 40); // 40: x, 40: y
170 block3->SetPosition(100, 40); // 100: x, 40: y
177 block4->SetPosition(1, 1);
193 g_rootView1->SetPosition(0, 0);
197 g_rootView2->SetPosition(0, 0, 200, 200); // 200: width, 200: height
201 g_rootView3->SetPosition(0, 0, 200, 200); // 200: width, 200: height
206 label->SetPosition(100, 0, 100, 100); // 100: x, 100: width, 100: height
214 image->SetPosition(220, 0, 80, 80); // 220: x, 80: width, 80: height
251 rootView->SetPosition(0, 0);