Home
last modified time | relevance | path

Searched refs:pLabel (Results 1 – 1 of 1) sorted by relevance

/CTR-SDK-4.2.7-SampleDemos/common/libraries/scene/
DTenKey.cpp46 scene::Label* pLabel = new scene::Label(id, x, 8, BOX_SIZE, 36, pText); in CreateInputBox() local
50 pLabel->SetTextAlign(scene::TEXT_ALIGN_CENTER); in CreateInputBox()
51 pLabel->SetBorderColor(scene::CONTROL_STATE_DEFAULT, borderColor); in CreateInputBox()
52 pLabel->SetBorderWidth(1.0f); in CreateInputBox()
54 return pLabel; in CreateInputBox()
60 … scene::Label* pLabel = new scene::Label(scene::CONTROL_ID_UNUSED, x, 12, HYPHEN_SIZE, 30, L"-"); in CreateHyphen() local
62 pLabel->SetTextAlign(scene::TEXT_ALIGN_CENTER); in CreateHyphen()
64 return pLabel; in CreateHyphen()