HomeSort by relevance Sort by last modified time
    Searched refs:fFontID (Results 1 - 6 of 6) sorted by null

  /external/skia/src/pdf/
SkPDFCanon.h 53 SkFontID fFontID; // uint32_t
  /external/skia/src/gpu/
GrPathRendering.cpp 90 rec.fFontID = typeface->uniqueID();
  /external/skia/src/core/
SkScalerContext.h 44 uint32_t fFontID;
SkGlyphCache.cpp 489 // Precondition: the typeface id must be the fFontID in the descriptor
496 SkASSERT(typeface->uniqueID() == rec->fFontID);
558 index, rec.fFontID, cache.countCachedGlyphs(),
590 gGlyphCacheDumpName, fontName.c_str(), rec.fFontID, &cache);
SkPaint.cpp     [all...]
  /external/skia/src/ports/
SkFontHost_FreeType.cpp 238 uint32_t fFontID;
274 : fNext(nullptr), fSkStream(std::move(stream)), fRefCnt(1), fFontID(fontID)
336 if (cachedRec->fFontID == fontID) {
    [all...]

Completed in 168 milliseconds