Home
last modified time | relevance | path

Searched refs:GetFINF (Results 1 – 4 of 4) sorted by relevance

/NW4C-2.0.3/sources/libraries/font/
Dfont_ArchiveFont.cpp192 if (GetFINF() != NULL) in StreamingConstruct()
229 if (ret == CONSTRUCT_FINISH && GetFINF() == NULL) in StreamingConstruct()
248 if (AdjustIndex(GetFINF()->alterCharIndex) == GLYPH_INDEX_NOT_FOUND) in StreamingConstruct()
250 GetFINF()->alterCharIndex = 0; in StreamingConstruct()
320 NN_POINTER_ASSERT(GetFINF()); in GetGlyphFromIndex()
321 const FontTextureGlyph& tg = *GetFINF()->pGlyph; in GetGlyphFromIndex()
326 index = GetFINF()->alterCharIndex; in GetGlyphFromIndex()
Dfont_PackedFont.cpp183 if (GetFINF() != NULL) in StreamingConstruct()
233 if (ret == CONSTRUCT_FINISH && GetFINF() == NULL) in StreamingConstruct()
242 if (AdjustIndex(GetFINF()->alterCharIndex) == GLYPH_INDEX_NOT_FOUND) in StreamingConstruct()
244 GetFINF()->alterCharIndex = 0; in StreamingConstruct()
323 NN_POINTER_ASSERT(GetFINF()); in GetGlyph()
329 index = GetFINF()->alterCharIndex; in GetGlyph()
363 NN_POINTER_ASSERT(GetFINF()); in PreloadSheet()
383 NN_POINTER_ASSERT(GetFINF()); in LockSheet()
667 const FontTextureGlyph& tg = *GetFINF()->pGlyph; in MakeGlyph()
705 NN_POINTER_ASSERT(GetFINF()); in GetSheetIndex()
[all …]
Dfont_ArchiveFontBase.cpp67 index = GetFINF()->alterCharIndex; in GetCharWidths()
129 const FontTextureGlyph& tg = *GetFINF()->pGlyph; in AdjustIndex()
/NW4C-2.0.3/include/nw/font/
Dfont_ResFontBase.h149 FontInformation* GetFINF() { return m_pFontInfo; } in GetFINF() function
151 const FontInformation* GetFINF() const { return m_pFontInfo; } in GetFINF() function