Lines Matching refs:GetFINF
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()
711 index = GetFINF()->alterCharIndex; in GetSheetIndex()
722 const FontTextureGlyph& tg = *GetFINF()->pGlyph; in CalcSheetIndex()
772 const u32 offsetBytes = cacheIndex * GetFINF()->pGlyph->sheetSize; in GetLoadedSheet()