Searched refs:GetFINF (Results 1 – 4 of 4) sorted by relevance
190 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()
181 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 …]
65 index = GetFINF()->alterCharIndex; in GetCharWidths()127 const FontTextureGlyph& tg = *GetFINF()->pGlyph; in AdjustIndex()
147 FontInformation* GetFINF() { return m_pFontInfo; } in GetFINF() function149 const FontInformation* GetFINF() const { return m_pFontInfo; } in GetFINF() function