Lines Matching refs:isFixedPitch
29 SkTypeface::Style* style, bool* isFixedPitch);
36 SkTypeface_Custom(Style style, bool sysFont, bool isFixedPitch, const SkString familyName) in SkTypeface_Custom() argument
37 : INHERITED(style, SkTypefaceCache::NewFontID(), isFixedPitch) in SkTypeface_Custom()
79 bool isFixedPitch, const SkString familyName) in SkTypeface_Stream() argument
80 : INHERITED(style, sysFont, isFixedPitch, familyName) in SkTypeface_Stream()
102 bool isFixedPitch, const SkString familyName) in SkTypeface_File() argument
103 : INHERITED(style, sysFont, isFixedPitch, familyName) in SkTypeface_File()
269 bool isFixedPitch; in onCreateFromStream() local
272 if (find_name_and_attributes(stream, &name, &style, &isFixedPitch)) { in onCreateFromStream()
273 return SkNEW_ARGS(SkTypeface_Stream, (style, false, stream, isFixedPitch, name)); in onCreateFromStream()
311 SkTypeface::Style* style, bool* isFixedPitch) { in get_name_and_style() argument
314 return find_name_and_attributes(stream, name, style, isFixedPitch); in get_name_and_style()
329 bool isFixedPitch; in load_directory_fonts() local
333 if (!get_name_and_style(filename.c_str(), &realname, &style, &isFixedPitch)) { in load_directory_fonts()
342 isFixedPitch, in load_directory_fonts()