Home
last modified time | relevance | path

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

/external/skia/src/pdf/
DSkPDFCanon.h53 SkFontID fFontID; // uint32_t member
/external/skia/src/gpu/
DGrPathRendering.cpp90 rec.fFontID = typeface->uniqueID(); in createGlyphs()
/external/skia/src/core/
DSkGlyphCache.cpp496 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()
DSkScalerContext.h44 uint32_t fFontID; member
DSkPaint.cpp1323 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()