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

  /external/skia/src/ports/
SkFontHost_FreeType.cpp 143 uint32_t fFontID;
184 : fSkStream(strm), fFontID(fontID) {
198 if (rec->fFontID == fontID) {
332 fFaceRec = ref_ft_face(fRec.fFontID);
419 fFaceRec->fFontID, fScaleX, fScaleY, err));
427 fFaceRec->fFontID, fScaleX, fScaleY, err));
436 fFaceRec->fFontID, fScaleX, fScaleY, err));
473 if (!SkFontHost::ValidFontID(fRec.fFontID)) {
481 fFaceRec->fFontID, fScaleX, fScaleY, err));
583 fFaceRec->fFontID, glyph->getGlyphID(fBaseGlyphCount), fLoadGlyphFlags, err))
    [all...]
  /external/skia/include/core/
SkScalerContext.h 166 uint32_t fFontID;
  /external/skia/src/core/
SkScalerContext.cpp 185 uint32_t newFontID = SkFontHost::NextLogicalFont(rec.fFontID);
197 newRec->fFontID = newFontID;
SkPaint.cpp     [all...]

Completed in 860 milliseconds