Home
last modified time | relevance | path

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

/NW4C-1.3.3/sources/libraries/font/
Dfont_CharWriter.cpp233 Glyph glyph; in Print() local
234 m_pFont->GetGlyph(&glyph, code); in Print()
236 CharWidths &widths = glyph.widths; in Print()
253 PrintGlyph(m_CursorPos.x + left, glyph); in Print()
263 CharWriter::DrawGlyph(const Glyph& glyph) in DrawGlyph() argument
265 NN_POINTER_ASSERT(&glyph); in DrawGlyph()
266 PrintGlyph(m_CursorPos.x, glyph); in DrawGlyph()
267 m_CursorPos.x += glyph.widths.glyphWidth * m_Scale.x; in DrawGlyph()
279 const Glyph& glyph in PrintGlyph() argument
282 NN_POINTER_ASSERT(&glyph); in PrintGlyph()
[all …]
Dfont_ResFont.cpp289 FontTextureGlyph* glyph = reinterpret_cast<FontTextureGlyph*>( in Rebuild() local
293 NN_NULL_ASSERT(glyph->sheetImage); in Rebuild()
294 ResolveOffset(glyph->sheetImage, fileHeader); in Rebuild()
295 NN_POINTER_ASSERT(glyph->sheetImage); in Rebuild()
298 NW_FONT_MIN_ASSERT ( glyph->cellWidth, 1 ); in Rebuild()
299 NW_FONT_MIN_ASSERT ( glyph->cellHeight, 1 ); in Rebuild()
300 NW_FONT_MINMAX_ASSERT ( glyph->sheetSize, 32 * 32 / 2, 1024 * 1024 * 4 ); in Rebuild()
301 NW_FONT_MIN_ASSERT ( glyph->sheetNum, 1 ); in Rebuild()
302 NW_FONT_MIN_ASSERT ( glyph->sheetRow, 1 ); in Rebuild()
303 NW_FONT_MIN_ASSERT ( glyph->sheetLine, 1 ); in Rebuild()
[all …]
Dfont_ResFontBase.cpp246 ResFontBase::GetGlyph( Glyph* glyph, CharCode c ) const in GetGlyph() argument
249 GetGlyphFromIndex(glyph, index); in GetGlyph()
418 Glyph* glyph, in GetGlyphFromIndex() argument
430 glyph->pTexture = pSheet; in GetGlyphFromIndex()
431 glyph->widths = GetCharWidthsFromIndex(index); in GetGlyphFromIndex()
432 glyph->pTextureObject = NULL != m_pTexObjs ? GetTextureObject(sheetNo) : 0; in GetGlyphFromIndex()
433 SetGlyphMember(glyph, index, tg); in GetGlyphFromIndex()
438 Glyph* glyph, in SetGlyphMember() argument
449 glyph->height = tg.cellHeight; in SetGlyphMember()
450 glyph->texFormat = static_cast<TexFmt>(tg.sheetFormat); in SetGlyphMember()
[all …]
Dfont_PairFont.cpp225 Glyph* glyph, in GetGlyph() argument
231 return m_Primary->GetGlyph(glyph, c); in GetGlyph()
235 return m_Secondary->GetGlyph(glyph, c); in GetGlyph()
239 return m_Primary->GetGlyph(glyph, c); in GetGlyph()
243 return m_Secondary->GetGlyph(glyph, c); in GetGlyph()
Dfont_ArchiveFont.cpp298 Glyph* glyph, in GetGlyph() argument
303 GetGlyphFromIndex(glyph, index); in GetGlyph()
314 Glyph* glyph, in GetGlyphFromIndex() argument
334 glyph->pTexture = pSheet; in GetGlyphFromIndex()
335 glyph->widths = GetCharWidthsFromIndex(index); in GetGlyphFromIndex()
336 glyph->pTextureObject = GetTextureObject(sheetNo); in GetGlyphFromIndex()
337 SetGlyphMember(glyph, adjustedIndex, tg); in GetGlyphFromIndex()
Dfont_PackedFont.cpp660 Glyph* glyph, in MakeGlyph() argument
667 glyph->pTexture = GetLoadedSheet(cacheIndex); in MakeGlyph()
668 glyph->widths = GetCharWidthsFromIndex(gindex); in MakeGlyph()
669 glyph->pTextureObject = GetTextureObject(cacheIndex); in MakeGlyph()
670 SetGlyphMember(glyph, gindex, tg); in MakeGlyph()
/NW4C-1.3.3/tools/FontConverter/xggp/
Dglyph-groups.dtd1 <!ELEMENT glyph-groups (head?, body)>
2 <!ATTLIST glyph-groups version CDATA #REQUIRED>
/NW4C-1.3.3/include/nw/font/
Dfont_ResFontBase.h242 Glyph* glyph,
254 Glyph* glyph,
Dfont_CharWriter.h369 void DrawGlyph(const Glyph& glyph);
630 const Glyph& glyph);
639 void LoadTexture(const Glyph& glyph);
Dfont_PackedFont.h242 Glyph* glyph,
378 Glyph* glyph,
Dfont_PairFont.h104 Glyph* glyph, // グリフ情報を受け取るバッファ