Home
last modified time | relevance | path

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

/NW4C-1.3.3/sources/libraries/font/
Dfont_ArchiveFont.cpp190 if (GetFINF() != NULL) in StreamingConstruct()
227 if (ret == CONSTRUCT_FINISH && GetFINF() == NULL) in StreamingConstruct()
246 if (AdjustIndex(GetFINF()->alterCharIndex) == GLYPH_INDEX_NOT_FOUND) in StreamingConstruct()
248 GetFINF()->alterCharIndex = 0; in StreamingConstruct()
318 NN_POINTER_ASSERT(GetFINF()); in GetGlyphFromIndex()
319 const FontTextureGlyph& tg = *GetFINF()->pGlyph; in GetGlyphFromIndex()
324 index = GetFINF()->alterCharIndex; in GetGlyphFromIndex()
Dfont_PackedFont.cpp181 if (GetFINF() != NULL) in StreamingConstruct()
231 if (ret == CONSTRUCT_FINISH && GetFINF() == NULL) in StreamingConstruct()
240 if (AdjustIndex(GetFINF()->alterCharIndex) == GLYPH_INDEX_NOT_FOUND) in StreamingConstruct()
242 GetFINF()->alterCharIndex = 0; in StreamingConstruct()
321 NN_POINTER_ASSERT(GetFINF()); in GetGlyph()
327 index = GetFINF()->alterCharIndex; in GetGlyph()
361 NN_POINTER_ASSERT(GetFINF()); in PreloadSheet()
381 NN_POINTER_ASSERT(GetFINF()); in LockSheet()
665 const FontTextureGlyph& tg = *GetFINF()->pGlyph; in MakeGlyph()
703 NN_POINTER_ASSERT(GetFINF()); in GetSheetIndex()
[all …]
Dfont_ArchiveFontBase.cpp65 index = GetFINF()->alterCharIndex; in GetCharWidths()
127 const FontTextureGlyph& tg = *GetFINF()->pGlyph; in AdjustIndex()
/NW4C-1.3.3/include/nw/font/
Dfont_ResFontBase.h147 FontInformation* GetFINF() { return m_pFontInfo; } in GetFINF() function
149 const FontInformation* GetFINF() const { return m_pFontInfo; } in GetFINF() function