Lines Matching refs:isFixedPitch
30 SkTypeface_Custom(const SkFontStyle& style, bool isFixedPitch, in SkTypeface_Custom() argument
32 : INHERITED(style, SkTypefaceCache::NewFontID(), isFixedPitch) in SkTypeface_Custom()
75 SkTypeface_Stream(const SkFontStyle& style, bool isFixedPitch, bool sysFont, in SkTypeface_Stream() argument
77 : INHERITED(style, isFixedPitch, sysFont, familyName, index) in SkTypeface_Stream()
96 SkTypeface_File(const SkFontStyle& style, bool isFixedPitch, bool sysFont, in SkTypeface_File() argument
98 : INHERITED(style, isFixedPitch, sysFont, familyName, index) in SkTypeface_File()
295 bool isFixedPitch; in onCreateFromStream() local
298 if (fScanner.scanFont(stream, ttcIndex, &name, &style, &isFixedPitch, nullptr)) { in onCreateFromStream()
299 return new SkTypeface_Stream(style, isFixedPitch, false, name, stream.detach(), in onCreateFromStream()
394 bool isFixedPitch; in load_directory_fonts() local
397 … if (!scanner.scanFont(stream, faceIndex, &realname, &style, &isFixedPitch, nullptr)) { in load_directory_fonts()
403 SkTypeface_Custom* tf = new SkTypeface_File(style, isFixedPitch, in load_directory_fonts()
482 bool isFixedPitch; in load_embedded_font() local
485 if (!scanner.scanFont(stream, faceIndex, &realname, &style, &isFixedPitch, nullptr)) { in load_embedded_font()
491 new SkTypeface_Stream(style, isFixedPitch, true, // system-font (cannot delete) in load_embedded_font()