Searched refs:fFontID (Results 1 – 6 of 6) sorted by relevance
/external/skia/src/pdf/ |
D | SkPDFCanon.cpp | 57 fFontRecords[i].fFont, fFontRecords[i].fFontID, in findFont() 72 rec->fFontID = fontID; in addFont()
|
D | SkPDFCanon.h | 69 uint32_t fFontID; member
|
/external/skia/src/gpu/ |
D | GrPathRendering.cpp | 65 rec.fFontID = typeface->uniqueID(); in createGlyphs()
|
/external/skia/src/core/ |
D | SkScalerContext.h | 28 uint32_t fFontID; member
|
D | SkPaint.cpp | 1341 rec->fFontID = typeface->uniqueID(); in MakeRec()
|
/external/skia/src/ports/ |
D | SkFontHost_FreeType.cpp | 240 uint32_t fFontID; member 267 : fNext(NULL), fSkStream(stream), fRefCnt(1), fFontID(fontID) in SkFaceRec() 284 if (rec->fFontID == fontID) { in ref_ft_face() 964 fFaceRec->fFontID, fScaleX, fScaleY, err)); in setupSize() 1121 fFaceRec->fFontID, glyph->getGlyphID(), fLoadGlyphFlags, err)); in generateMetrics()
|