| /CTR-SDK-4.2.7-SampleDemos/dlp/SimpleServer/ |
| D | SimpleServer.cpp | 57 void DisplayClientState(u16 x, u16 y, nn::dlp::ClientState state, in DisplayClientState() 83 u16 DisplayClientList(u16 selected, u16 x, u16 y, demo::RenderSystemDrawing* pRenderSystem) in DisplayClientList() 162 u16 x = 1; in DisplayTitleInfo() local 178 u16 x = 1; in DisplayInitialize() local 226 u16 x = 1; in DisplayStart() local 316 u16 x = 1; in DisplayAcceptClient() local 348 u16 x = 1; in DisplayDistribute() local 396 u16 x = 1; in DisplayReboot() local 425 u16 x = 1; in DisplayError() local
|
| /CTR-SDK-4.2.7-SampleDemos/dlp/FakeClient/ |
| D | FakeClient.cpp | 66 void DisplayCube(demo::RenderSystemDrawing* pRenderSystem, u16 x, u16 y) in DisplayCube() 70 u16 x; in DisplayCube() member 100 u16 x = 1; in DisplayTitleList() local 213 void DisplayIcon(const nn::dlp::IconInfo icon, f32 x, f32 y, bool update, demo::RenderSystemDrawing… in DisplayIcon() 237 u16 x = 8; in DisplayTitleInfo() local 269 u16 x = 1; in DisplayServerInfo() local 284 u16 x = 1; in DisplayNodeInfo() local 303 u16 x = 1; in DisplayDownloadInfo() local 340 u16 x = 1; in DisplayInitialize() local 384 u16 x = 1; in DisplayStart() local [all …]
|
| /CTR-SDK-4.2.7-SampleDemos/common/libraries/scene/ |
| D | TenKey.cpp | 43 scene::Label* CreateInputBox(u32 id, u16 x, const wchar_t* pText) in CreateInputBox() 57 scene::Label* CreateHyphen(u16 x) in CreateHyphen() 131 u16 x = (NN_GX_DISPLAY1_HEIGHT - fieldWidth) / 2; in Initialize() local 238 void TenKey::MyControlEventCallback(scene::ControlEvent event, scene::ControlBase* pControl, s16 x,… in MyControlEventCallback()
|
| D | GuiControlBase.cpp | 38 ControlBase::ControlBase(ControlType type, u32 id, s32 x, s32 y, u32 width, u32 height, const wchar… in ControlBase() 129 s32 x = 0; in CalculateTextX() local
|
| D | GuiUtil.cpp | 49 void util::DrawBox(f32 x, f32 y, f32 width, f32 height, f32 lineWidth) in DrawBox()
|
| D | Util.cpp | 163 void DrawBusyIcon(TextWriter* pTextWriter, u16 x, u16 y, u32 counter) in DrawBusyIcon() 194 f32 x = ((f32)NN_GX_DISPLAY1_HEIGHT - width) / 2.0f; in DrawConfirmMessage() local 204 f32 x = ((f32)NN_GX_DISPLAY1_HEIGHT - width) / 2.0f; in DrawConfirmMessage() local
|
| D | TextWriter.cpp | 235 void TextWriter::Printf(f32 x, f32 y, const wchar_t* pFormat, ...) in Printf() 249 void TextWriter::PutString(f32 x, f32 y, const wchar_t* pString) in PutString()
|
| D | GuiLabel.cpp | 22 Label::Label(u32 id, s32 x, s32 y, u32 width, u32 height, const wchar_t* pText, void* pExtraData, f… in Label()
|
| D | GuiButton.cpp | 22 Button::Button(u32 id, s32 x, s32 y, u32 width, u32 height, const wchar_t* pText, void* pExtraData,… in Button()
|
| D | GuiControlManager.cpp | 118 s32 x = (*it)->GetX(); in Update() local
|
| /CTR-SDK-4.2.7-SampleDemos/demo1/ |
| D | tp.cpp | 21 void MakeTouchMark(demo::RenderSystemDrawing* p_RenderSystem, u16 x, u16 y, u16 length) in MakeTouchMark()
|
| /CTR-SDK-4.2.7-SampleDemos/applet/phtsel/ |
| D | PhtselMenu.h | 129 virtual void Draw( demo::RenderSystemDrawing& df, s32 x, s32 y, bool bSelectItem ) const in Draw() 198 …void DrawParam( demo::RenderSystemDrawing& df, s32 x, s32 y, const char* format, Param param ) co… in DrawParam() 274 virtual void Draw( demo::RenderSystemDrawing& df, s32 x, s32 y, bool bSelectItem ) const in Draw()
|
| D | Menu.h | 165 void DrawItemNameCommon( demo::RenderSystemDrawing& df, s32 x, s32 y, bool bSelectItem ) const in DrawItemNameCommon() 222 virtual void Draw( demo::RenderSystemDrawing& df, s32 x, s32 y, bool bSelectItem ) const in Draw() 288 virtual void Draw( demo::RenderSystemDrawing& df, s32 x, s32 y, bool bSelectItem ) const in Draw()
|
| /CTR-SDK-4.2.7-SampleDemos/gx/DMPGL/LightingSpotAtte/ |
| D | LightingSpotAtte.cpp | 94 float x = ( float )j / ( float )256; in SetRenderState() local 107 float x = ( float )j / ( float )256; in SetRenderState() local 120 float x = ( float )j / ( float )256; in SetRenderState() local
|
| /CTR-SDK-4.2.7-SampleDemos/gx/DMPGL/Common/ |
| D | Tga.cpp | 46 unsigned short x, y; member 111 int x; in _LoadTGAScanline() local 140 int x; in _LoadTGAScanlineRLE() local
|
| /CTR-SDK-4.2.7-SampleDemos/dlp/include/ |
| D | dlpDemo.h | 44 #define DLP_ROUNDUP(x, base) (((x) + ((base)-1)) & ~((base)-1)) argument
|
| /CTR-SDK-4.2.7-SampleDemos/gx/DMPGL/LightingDistanceAtte/ |
| D | LightingDistanceAtte.cpp | 90 float x = (float)j / 255.f; in SetRenderState() local 192 float x = -3.f*N + (float)k*N; in DrawFrame() local
|
| D | s.h | 14 double x = v[0]; in _norm_vec() local 57 float x = r * sin( theta ) * sin( phai ); in _tToVTBN() local 103 float x, y, z; member
|
| /CTR-SDK-4.2.7-SampleDemos/common/libraries/demo/Body/ |
| D | demo_Cylinder.cpp | 76 f32 x = m_Radius * sinValue; in InitializeCylinder() local
|
| /CTR-SDK-4.2.7-SampleDemos/cec/cec_demo2/ |
| D | cec_Main.cpp | 437 u16 x,y; in DisplayCreation() local 531 u16 x; in DisplayWriting() local 754 u16 x,y; in DisplayReading() local
|
| /CTR-SDK-4.2.7-SampleDemos/gx/Demo/ScreenCapture/ |
| D | gx_CaptureUtil.cpp | 204 int x, y; in SaveDisplayBufferSD() local
|
| /CTR-SDK-4.2.7-SampleDemos/common/libraries/demo/Utility/ |
| D | demo_MemoryManager.cpp | 31 inline uptr MathRoundup(uptr x, int base) in MathRoundup()
|
| /CTR-SDK-4.2.7-SampleDemos/common/include/scene/ |
| D | GuiControlBase.h | 188 void SetX(s32 x) in SetX()
|
| /CTR-SDK-4.2.7-SampleDemos/gx/Cmd/TriangleSimpleCmd/ |
| D | MemoryManager.cpp | 31 inline uptr MathRoundup(uptr x, int base) in MathRoundup()
|
| /CTR-SDK-4.2.7-SampleDemos/gx/Cmd/FragmentLightingSimpleCmd/ |
| D | MemoryManager.cpp | 34 inline uptr MathRoundup(uptr x, int base) in MathRoundup()
|