Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/font/
Dfont_CharWriter.cpp235 Glyph glyph; in Print() local
236 m_pFont->GetGlyph(&glyph, code); in Print()
238 CharWidths &widths = glyph.widths; in Print()
255 PrintGlyph(m_CursorPos.x + left, glyph); in Print()
265 CharWriter::DrawGlyph(const Glyph& glyph) in DrawGlyph() argument
267 NN_POINTER_ASSERT(&glyph); in DrawGlyph()
268 PrintGlyph(m_CursorPos.x, glyph); in DrawGlyph()
269 m_CursorPos.x += glyph.widths.glyphWidth * m_Scale.x; in DrawGlyph()
281 const Glyph& glyph in PrintGlyph() argument
284 NN_POINTER_ASSERT(&glyph); in PrintGlyph()
[all …]
Dfont_ResFont.cpp291 FontTextureGlyph* glyph = reinterpret_cast<FontTextureGlyph*>( in Rebuild() local
295 NN_NULL_ASSERT(glyph->sheetImage); in Rebuild()
296 ResolveOffset(glyph->sheetImage, fileHeader); in Rebuild()
297 NN_POINTER_ASSERT(glyph->sheetImage); in Rebuild()
300 NW_FONT_MIN_ASSERT ( glyph->cellWidth, 1 ); in Rebuild()
301 NW_FONT_MIN_ASSERT ( glyph->cellHeight, 1 ); in Rebuild()
302 NW_FONT_MINMAX_ASSERT ( glyph->sheetSize, 32 * 32 / 2, 1024 * 1024 * 4 ); in Rebuild()
303 NW_FONT_MIN_ASSERT ( glyph->sheetNum, 1 ); in Rebuild()
304 NW_FONT_MIN_ASSERT ( glyph->sheetRow, 1 ); in Rebuild()
305 NW_FONT_MIN_ASSERT ( glyph->sheetLine, 1 ); in Rebuild()
[all …]
Dfont_ResFontBase.cpp248 ResFontBase::GetGlyph( Glyph* glyph, CharCode c ) const in GetGlyph() argument
251 GetGlyphFromIndex(glyph, index); in GetGlyph()
420 Glyph* glyph, in GetGlyphFromIndex() argument
432 glyph->pTexture = pSheet; in GetGlyphFromIndex()
433 glyph->widths = GetCharWidthsFromIndex(index); in GetGlyphFromIndex()
434 glyph->pTextureObject = NULL != m_pTexObjs ? GetTextureObject(sheetNo) : 0; in GetGlyphFromIndex()
435 SetGlyphMember(glyph, index, tg); in GetGlyphFromIndex()
440 Glyph* glyph, in SetGlyphMember() argument
451 glyph->height = tg.cellHeight; in SetGlyphMember()
452 glyph->texFormat = static_cast<TexFmt>(tg.sheetFormat); in SetGlyphMember()
[all …]
Dfont_PairFont.cpp227 Glyph* glyph, in GetGlyph() argument
233 return m_Primary->GetGlyph(glyph, c); in GetGlyph()
237 return m_Secondary->GetGlyph(glyph, c); in GetGlyph()
241 return m_Primary->GetGlyph(glyph, c); in GetGlyph()
245 return m_Secondary->GetGlyph(glyph, c); in GetGlyph()
Dfont_ArchiveFont.cpp300 Glyph* glyph, in GetGlyph() argument
305 GetGlyphFromIndex(glyph, index); in GetGlyph()
316 Glyph* glyph, in GetGlyphFromIndex() argument
336 glyph->pTexture = pSheet; in GetGlyphFromIndex()
337 glyph->widths = GetCharWidthsFromIndex(index); in GetGlyphFromIndex()
338 glyph->pTextureObject = GetTextureObject(sheetNo); in GetGlyphFromIndex()
339 SetGlyphMember(glyph, adjustedIndex, tg); in GetGlyphFromIndex()
Dfont_PackedFont.cpp662 Glyph* glyph, in MakeGlyph() argument
669 glyph->pTexture = GetLoadedSheet(cacheIndex); in MakeGlyph()
670 glyph->widths = GetCharWidthsFromIndex(gindex); in MakeGlyph()
671 glyph->pTextureObject = GetTextureObject(cacheIndex); in MakeGlyph()
672 SetGlyphMember(glyph, gindex, tg); in MakeGlyph()
/NW4C-2.0.3/tools/FontConverter/xggp/
Dglyph-groups.dtd1 <!ELEMENT glyph-groups (head?, body)>
2 <!ATTLIST glyph-groups version CDATA #REQUIRED>
/NW4C-2.0.3/include/nw/font/
Dfont_ResFontBase.h244 Glyph* glyph,
256 Glyph* glyph,
Dfont_CharWriter.h371 void DrawGlyph(const Glyph& glyph);
632 const Glyph& glyph);
641 void LoadTexture(const Glyph& glyph);
Dfont_PackedFont.h244 Glyph* glyph,
380 Glyph* glyph,
Dfont_PairFont.h106 Glyph* glyph, // グリフ情報を受け取るバッファ