Home
last modified time | relevance | path

Searched refs:fFontID (Results 1 – 5 of 5) sorted by relevance

/external/skia/src/gpu/
DGrPathRendering.cpp89 rec.fFontID = typeface->uniqueID(); in createGlyphs()
/external/skia/src/core/
DSkGlyphCache.cpp479 SkASSERT(typeface->uniqueID() == rec->fFontID); in VisitCache()
541 index, rec.fFontID, cache.countCachedGlyphs(), in dump_visitor()
573 gGlyphCacheDumpName, fontName.c_str(), rec.fFontID, &cache); in sk_trace_dump_visitor()
DSkScalerContext.h44 uint32_t fFontID; member
DSkPaint.cpp1315 rec->fFontID = typeface->uniqueID(); in MakeRec()
/external/skia/src/ports/
DSkFontHost_FreeType.cpp238 uint32_t fFontID; member
274 : fNext(nullptr), fSkStream(std::move(stream)), fRefCnt(1), fFontID(fontID) in SkFaceRec()
336 if (cachedRec->fFontID == fontID) { in ref_ft_face()