Lines Matching refs:isFixedPitch
36 bool isFixedPitch, in SkTypeface_Android() argument
38 : INHERITED(style, SkTypefaceCache::NewFontID(), isFixedPitch) in SkTypeface_Android()
60 bool isFixedPitch, in SkTypeface_AndroidSystem() argument
64 : INHERITED(style, isFixedPitch, familyName) in SkTypeface_AndroidSystem()
112 bool isFixedPitch, in SkTypeface_AndroidStream() argument
114 : INHERITED(style, isFixedPitch, familyName) in SkTypeface_AndroidStream()
446 bool isFixedPitch; in onCreateFromStream() local
449 if (!fScanner.scanFont(stream, ttcIndex, &name, &style, &isFixedPitch, nullptr)) { in onCreateFromStream()
453 return new SkTypeface_AndroidStream(data, style, isFixedPitch, name); in onCreateFromStream()
459 bool isFixedPitch; in onCreateFromStream() local
463 if (!fScanner.scanFont(stream, params.getCollectionIndex(), &name, &style, &isFixedPitch, in onCreateFromStream()
476 return new SkTypeface_AndroidStream(data, style, isFixedPitch, name); in onCreateFromStream()
481 bool isFixedPitch; in onCreateFromFontData() local
484 if (!fScanner.scanFont(stream, data->getIndex(), &name, &style, &isFixedPitch, nullptr)) { in onCreateFromFontData()
487 return new SkTypeface_AndroidStream(data, style, isFixedPitch, name); in onCreateFromFontData()