Searched refs:fFontID (Results 1 – 6 of 6) sorted by relevance
53 SkFontID fFontID; // uint32_t member
90 rec.fFontID = typeface->uniqueID(); in createGlyphs()
496 SkASSERT(typeface->uniqueID() == rec->fFontID); in VisitCache()558 index, rec.fFontID, cache.countCachedGlyphs(), in dump_visitor()590 gGlyphCacheDumpName, fontName.c_str(), rec.fFontID, &cache); in sk_trace_dump_visitor()
44 uint32_t fFontID; member
1323 rec->fFontID = typeface->uniqueID(); in MakeRec()
238 uint32_t fFontID; member274 : fNext(nullptr), fSkStream(std::move(stream)), fRefCnt(1), fFontID(fontID) in SkFaceRec()336 if (cachedRec->fFontID == fontID) { in ref_ft_face()