Searched refs:fontScale (Results 1 – 7 of 7) sorted by relevance
| /CTR-SDK-4.2.7-SampleDemos/common/libraries/scene/ |
| D | GuiLabel.cpp | 22 …u32 id, s32 x, s32 y, u32 width, u32 height, const wchar_t* pText, void* pExtraData, f32 fontScale) in Label() argument 23 : ControlBase(CONTROL_TYPE_LABEL, id, x, y, width, height, pText, pExtraData, fontScale) in Label()
|
| D | GuiButton.cpp | 22 …u32 id, s32 x, s32 y, u32 width, u32 height, const wchar_t* pText, void* pExtraData, f32 fontScale) in Button() argument 23 : ControlBase(CONTROL_TYPE_BUTTON, id, x, y, width, height, pText, pExtraData, fontScale) in Button()
|
| D | GuiControlBase.cpp | 38 …u32 id, s32 x, s32 y, u32 width, u32 height, const wchar_t* pText, void* pExtraData, f32 fontScale) in ControlBase() argument 49 m_TextScale = fontScale; in ControlBase()
|
| D | Util.cpp | 173 f32 fontScale = pTextWriter->GetFontScale(); in DrawBusyIcon() local 180 pTextWriter->SetFontScale(fontScale); in DrawBusyIcon()
|
| /CTR-SDK-4.2.7-SampleDemos/common/include/scene/ |
| D | GuiLabel.h | 40 …, u32 height, const wchar_t* pText = NULL, void* pExtraData = NULL, f32 fontScale = DEFAULT_FONT_S…
|
| D | GuiButton.h | 40 …, u32 height, const wchar_t* pText = NULL, void* pExtraData = NULL, f32 fontScale = DEFAULT_FONT_S…
|
| D | GuiControlBase.h | 48 …32 id, s32 x, s32 y, u32 width, u32 height, const wchar_t* pText, void* pExtraData, f32 fontScale);
|