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