Lines Matching defs:isFixedPitch
27 SkTypeface_Custom::SkTypeface_Custom(const SkFontStyle& style, bool isFixedPitch,
29 : INHERITED(style, isFixedPitch)
59 const SkFontStyle& style, bool isFixedPitch, bool sysFont,
61 : INHERITED(style, isFixedPitch, sysFont, familyName, fontData->getIndex())
85 this->isFixedPitch(),
90 SkTypeface_File::SkTypeface_File(const SkFontStyle& style, bool isFixedPitch, bool sysFont,
92 : INHERITED(style, isFixedPitch, sysFont, familyName, index)
112 this->isFixedPitch(),
238 bool isFixedPitch;
243 &name, &style, &isFixedPitch, &axisDefinitions))
254 return sk_sp<SkTypeface>(new SkTypeface_Stream(std::move(data), style, isFixedPitch, false, name));