Lines Matching refs:x
43 scene::Label* CreateInputBox(u32 id, u16 x, const wchar_t* pText) in CreateInputBox() argument
46 scene::Label* pLabel = new scene::Label(id, x, 8, BOX_SIZE, 36, pText); in CreateInputBox()
57 scene::Label* CreateHyphen(u16 x) in CreateHyphen() argument
60 … scene::Label* pLabel = new scene::Label(scene::CONTROL_ID_UNUSED, x, 12, HYPHEN_SIZE, 30, L"-"); in CreateHyphen()
131 u16 x = (NN_GX_DISPLAY1_HEIGHT - fieldWidth) / 2; in Initialize() local
137 m_controlManager.Add(CreateInputBox(id, x, L"")); in Initialize()
138 x += BOX_SIZE + margin; in Initialize()
142 m_controlManager.Add(CreateHyphen(x)); in Initialize()
143 x += HYPHEN_SIZE + margin; in Initialize()
238 void TenKey::MyControlEventCallback(scene::ControlEvent event, scene::ControlBase* pControl, s16 x,… in MyControlEventCallback() argument
240 (void)x; in MyControlEventCallback()