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

/external/skia/src/pdf/
H A DSkPDFCanon.h69 uint32_t fFontID; member in struct:SkPDFCanon::FontRec
H A DSkPDFCanon.cpp57 fFontRecords[i].fFont, fFontRecords[i].fFontID,
72 rec->fFontID = fontID;
/external/skia/src/gpu/
H A DGrPathRendering.cpp65 rec.fFontID = typeface->uniqueID();
/external/skia/src/core/
H A DSkScalerContext.h28 uint32_t fFontID; member in struct:SkScalerContextRec
H A DSkPaint.cpp1341 rec->fFontID = typeface->uniqueID();
/external/skia/src/ports/
H A DSkFontHost_FreeType.cpp240 uint32_t fFontID; member in struct:SkFaceRec
267 : fNext(NULL), fSkStream(stream), fRefCnt(1), fFontID(fontID)
284 if (rec->fFontID == fontID) {
964 fFaceRec->fFontID, fScaleX, fScaleY, err));
1121 fFaceRec->fFontID, glyph->getGlyphID(), fLoadGlyphFlags, err));

Completed in 96 milliseconds