| /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() 163 u16 y = 2; in DisplayTitleInfo() local 179 u16 y = 2; in DisplayInitialize() local 227 u16 y = 2; in DisplayStart() local 317 u16 y = 2; in DisplayAcceptClient() local 349 u16 y = 2; in DisplayDistribute() local 397 u16 y = 2; in DisplayReboot() local 426 u16 y = 2; 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() 71 u16 y; in DisplayCube() member 101 u16 y = 2; in DisplayTitleList() local 213 void DisplayIcon(const nn::dlp::IconInfo icon, f32 x, f32 y, bool update, demo::RenderSystemDrawing… in DisplayIcon() 238 u16 y = 2; in DisplayTitleInfo() local 270 u16 y = 9; in DisplayServerInfo() local 285 u16 y = 13; in DisplayNodeInfo() local 304 u16 y = 2; in DisplayDownloadInfo() local 341 u16 y = 2; in DisplayInitialize() local 385 u16 y = 2; in DisplayStart() local [all …]
|
| /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()
|
| D | phtsel_demo.cpp | 326 const s32 y = 20+14*i; in DrawText() local
|
| /CTR-SDK-4.2.7-SampleDemos/common/libraries/scene/ |
| 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() 195 f32 y = ((f32)NN_GX_DISPLAY1_WIDTH - 45.0f) / 2.0f - (height + 1.0f); in DrawConfirmMessage() local 205 f32 y = ((f32)NN_GX_DISPLAY1_WIDTH - 45.0f) / 2.0f + 1.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 | 119 s32 y = (*it)->GetY(); in Update() local
|
| D | GuiControlBase.cpp | 38 ControlBase::ControlBase(ControlType type, u32 id, s32 x, s32 y, u32 width, u32 height, const wchar… in ControlBase()
|
| D | TenKey.cpp | 238 …lEventCallback(scene::ControlEvent event, scene::ControlBase* pControl, s16 x, s16 y, void* pParam) in MyControlEventCallback()
|
| /CTR-SDK-4.2.7-SampleDemos/gx/DMPGL/Common/ |
| D | Tga.cpp | 46 unsigned short x, y; member 229 int y; in dmpLoadTGA() local
|
| /CTR-SDK-4.2.7-SampleDemos/gx/DMPGL/LightingDistanceAtte/ |
| D | s.h | 15 double y = v[1]; in _norm_vec() local 55 float y = - r * cos( theta ); in _tToVTBN() local 103 float x, y, z; member
|
| D | LightingDistanceAtte.cpp | 91 float y = 1 - x; in SetRenderState() local
|
| /CTR-SDK-4.2.7-SampleDemos/common/libraries/demo/Body/ |
| D | demo_Cylinder.cpp | 77 f32 y = (- halfHeight); in InitializeCylinder() local
|
| /CTR-SDK-4.2.7-SampleDemos/cec/cec_demo2/ |
| D | cec_Main.cpp | 437 u16 x,y; in DisplayCreation() local 532 u16 y; 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/include/scene/ |
| D | GuiControlBase.h | 196 void SetY(s32 y) in SetY()
|
| /CTR-SDK-4.2.7-SampleDemos/common/libraries/demo/Render/ |
| D | demo_RenderSystem.cpp | 167 …void RenderSystem::SetViewport(const GLint x, const GLint y, const GLsizei width, const GLsizei he… in SetViewport()
|
| D | demo_FrameBuffer.cpp | 302 …void FrameBuffer::SetViewport(const GLint x, const GLint y, const GLsizei width, const GLsizei hei… in SetViewport()
|
| /CTR-SDK-4.2.7-SampleDemos/gx/Demo/DrawTexture2d/ |
| D | gx_DrawTexture2d.cpp | 282 for (u32 y = 0; y < textureHeight; y++) in GetTextureDataFromBmpFileData() local
|
| /CTR-SDK-4.2.7-SampleDemos/gx/Api/CommandListDouble/ |
| D | gx_CommandListDouble.cpp | 382 f32 y = s_CubeOffsetY + 2.0f * (s_CubeHalfEdges[1] + s_CubeOffsetSpace) * j; in InitializeGraphics() local
|