Searched refs:font (Results 1 – 12 of 12) sorted by relevance
| /CTR-SDK-4.2.7-SampleDemos/documents/css/ |
| D | main.css | 7 font-family : Arial; 8 font-size : 10pt; 26 font-family : Arial; 27 font-size : 160%; 28 font-weight : bold; 36 font-family : Arial; 37 font-size : 100%; 38 font-weight : bold; 51 font-family : Arial; 52 font-size : 10pt; [all …]
|
| D | manpage.css | 7 font-size : 90%; 18 font-size : 90%; 33 font-weight : bold; 34 font-size : 180%; 46 font-weight : bold; 47 font-size : 140%; 59 font-weight : bold; 60 font-size : 120%; 94 font-weight : bold; 101 font-weight : bold; [all …]
|
| D | contents.css | 7 font-size : 80%; 23 font-size : 100%; 24 font-weight : bold; 36 font-family : Arial; 37 font-size : 100%; 38 font-weight : bold; 51 font-family : Arial; 52 font-size : 100%; 53 font-weight : bold; 78 font-family : Arial; [all …]
|
| D | button.css | 7 font-size : 100%; 34 font-weight : bold; 35 font-size : 80%; 48 font-weight : bold; 49 font-size : 80%;
|
| /CTR-SDK-4.2.7-SampleDemos/font/ArchiveFont/ |
| D | main.cpp | 67 InitShaders(nn::font::RectDrawer* pDrawer) in InitShaders() 83 nn::font::RectDrawer::GetVertexBufferCommandBufferSize(shaderBinary, fileSize); in InitShaders() 116 const nn::font::ColorBufferInfo colBufInfo = { height, width, PICA_DATA_DEPTH24_STENCIL8_EXT }; in InitDraw() 186 nn::font::ArchiveFont* pFont, in InitFont() 218 const u32 fontBufferSize = nn::font::ArchiveFont::GetRequireBufferSize( in InitFont() 226 void* const fontBuffer = s_AppHeap.Allocate(fontBufferSize, nn::font::GlyphDataAlignment); in InitFont() 269 nn::font::ArchiveFont* pFont, in InitFontStreaming() 275 nn::font::ArchiveFont::ConstructContext context; in InitFontStreaming() 276 nn::font::ArchiveFont::ConstructResult ret = nn::font::ArchiveFont::CONSTRUCT_ERROR; in InitFontStreaming() 283 NN_ASSERT(readBufferSize >= nn::font::ArchiveFont::HEADER_SIZE); in InitFontStreaming() [all …]
|
| D | OMakefile | 52 $(SHADER_PATH): $(CTRSDK_ROOT)/resources/shaders/font/$(SHADER_BIN)
|
| /CTR-SDK-4.2.7-SampleDemos/font/ResFont/ |
| D | main.cpp | 59 InitShaders(nn::font::RectDrawer* pDrawer) in InitShaders() 75 nn::font::RectDrawer::GetVertexBufferCommandBufferSize(shaderBinary, fileSize); in InitShaders() 109 const nn::font::ColorBufferInfo colBufInfo = { width, height, PICA_DATA_DEPTH24_STENCIL8_EXT }; in InitDraw() 178 nn::font::ResFont* pFont, in InitFont() 191 void* buffer = s_AppHeap.Allocate(fileSize, nn::font::GlyphDataAlignment); in InitFont() 215 const u32 drawBufferSize = nn::font::ResFont::GetDrawBufferSize(buffer); in InitFont() 229 CleanupFont(nn::font::ResFont* pFont) in CleanupFont() 258 nn::font::DispStringBuffer* 261 const u32 DrawBufferSize = nn::font::CharWriter::GetDispStringBufferSize(charMax); in AllocDispStringBuffer() 265 return nn::font::CharWriter::InitDispStringBuffer(bufMem, charMax); in AllocDispStringBuffer() [all …]
|
| D | OMakefile | 52 $(SHADER_PATH): $(CTRSDK_ROOT)/resources/shaders/font/$(SHADER_BIN)
|
| /CTR-SDK-4.2.7-SampleDemos/font/PackedFont/ |
| D | main.cpp | 69 InitShaders(nn::font::TextWriterResource* pResource) in InitShaders() 122 nn::font::PackedFont* pFont, in InitFont() 161 const u32 fontBufferSize = nn::font::PackedFont::GetRequireBufferSize( in InitFont() 170 void* const fontBuffer = s_AppHeap.Allocate(fontBufferSize, nn::font::GlyphDataAlignment); in InitFont() 216 nn::font::PackedFont* pFont, in InitFontStreaming() 223 nn::font::PackedFont::ConstructContext context; in InitFontStreaming() 224 nn::font::PackedFont::ConstructResult ret = nn::font::PackedFont::CONSTRUCT_ERROR; in InitFontStreaming() 231 NN_ASSERT(readBufferSize >= nn::font::PackedFont::HEADER_SIZE); in InitFontStreaming() 242 readSize = pFileReader->Read(readBuffer, nn::font::PackedFont::HEADER_SIZE); in InitFontStreaming() 243 if (readSize != nn::font::PackedFont::HEADER_SIZE) in InitFontStreaming() [all …]
|
| D | OMakefile | 52 $(SHADER_PATH): $(CTRSDK_ROOT)/resources/shaders/font/$(SHADER_BIN)
|
| /CTR-SDK-4.2.7-SampleDemos/common/include/scene/ |
| D | TextWriter.h | 160 nn::font::DispStringBuffer* AllocateStringBuffer(s32 charMax); 166 nn::font::ResFont m_font; 168 nn::font::RectDrawer m_drawer; 169 nn::font::WideTextWriter m_writer; 171 nn::font::DispStringBuffer*m_pStringBuffer;
|
| /CTR-SDK-4.2.7-SampleDemos/common/libraries/scene/ |
| D | TextWriter.cpp | 42 const nn::font::ColorBufferInfo s_colBufferInfos[DISPLAY_NUM] = 321 u32 drawBufferSize = nn::font::ResFont::GetDrawBufferSize(pBuffer); in InitializeFont() 342 …u32 vtxBufferCmdBufferSize = nn::font::RectDrawer::GetVertexBufferCommandBufferSize(NNFONT_RECTDRA… in InitializeShader() 357 nn::font::DispStringBuffer* TextWriter::AllocateStringBuffer(s32 charMax) in AllocateStringBuffer() 360 const u32 bufferSize = nn::font::CharWriter::GetDispStringBufferSize(charMax); in AllocateStringBuffer() 366 return nn::font::CharWriter::InitDispStringBuffer(pBuffer, charMax); in AllocateStringBuffer()
|