Lines Matching refs:isFixedPitch
32 SkTypeface::Style* style, bool* isFixedPitch);
39 SkTypeface_Custom(Style style, bool sysFont, bool isFixedPitch, const SkString familyName)
40 : INHERITED(style, SkTypefaceCache::NewFontID(), isFixedPitch)
82 bool isFixedPitch, const SkString familyName)
83 : INHERITED(style, sysFont, isFixedPitch, familyName)
105 bool isFixedPitch, const SkString familyName)
106 : INHERITED(style, sysFont, isFixedPitch, familyName)
272 bool isFixedPitch;
275 if (find_name_and_attributes(stream, &name, &style, &isFixedPitch)) {
276 return SkNEW_ARGS(SkTypeface_Stream, (style, false, stream, isFixedPitch, name));
314 SkTypeface::Style* style, bool* isFixedPitch) {
317 return find_name_and_attributes(stream, name, style, isFixedPitch);
332 bool isFixedPitch;
336 if (!get_name_and_style(filename.c_str(), &realname, &style, &isFixedPitch)) {
345 isFixedPitch,