Lines Matching refs:isFixedPitch
28 SkTypeface_Custom::SkTypeface_Custom(const SkFontStyle& style, bool isFixedPitch, in SkTypeface_Custom() argument
30 : INHERITED(style, isFixedPitch) in SkTypeface_Custom()
58 const SkFontStyle& style, bool isFixedPitch, bool sysFont, in SkTypeface_Stream() argument
60 : INHERITED(style, isFixedPitch, sysFont, familyName, fontData->getIndex()) in SkTypeface_Stream()
84 this->isFixedPitch(), in onMakeClone()
89 SkTypeface_File::SkTypeface_File(const SkFontStyle& style, bool isFixedPitch, bool sysFont, in SkTypeface_File() argument
91 : INHERITED(style, isFixedPitch, sysFont, familyName, index) in SkTypeface_File()
111 this->isFixedPitch(), in onMakeClone()
241 bool isFixedPitch; in onMakeFromStreamArgs() local
246 &name, &style, &isFixedPitch, &axisDefinitions)) in onMakeFromStreamArgs()
257 …return sk_sp<SkTypeface>(new SkTypeface_Stream(std::move(data), style, isFixedPitch, false, name)); in onMakeFromStreamArgs()
261 bool isFixedPitch; in onMakeFromFontData() local
265 &name, &style, &isFixedPitch, nullptr)) { in onMakeFromFontData()
268 …return sk_sp<SkTypeface>(new SkTypeface_Stream(std::move(data), style, isFixedPitch, false, name)); in onMakeFromFontData()