Searched refs:GetFINF (Results 1 – 4 of 4) sorted by relevance
192 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()
183 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 …]
67 index = GetFINF()->alterCharIndex; in GetCharWidths()129 const FontTextureGlyph& tg = *GetFINF()->pGlyph; in AdjustIndex()
149 FontInformation* GetFINF() { return m_pFontInfo; } in GetFINF() function151 const FontInformation* GetFINF() const { return m_pFontInfo; } in GetFINF() function