Home | History | Annotate | Download | only in ports

Lines Matching refs:isFixedPitch

28 SkTypeface_Custom::SkTypeface_Custom(const SkFontStyle& style, bool isFixedPitch,
30 : INHERITED(style, isFixedPitch)
55 const SkFontStyle& style, bool isFixedPitch, bool sysFont,
57 : INHERITED(style, isFixedPitch, sysFont, familyName, fontData->getIndex())
71 SkTypeface_File::SkTypeface_File(const SkFontStyle& style, bool isFixedPitch, bool sysFont,
73 : INHERITED(style, isFixedPitch, sysFont, familyName, index)
208 bool isFixedPitch;
213 &name, &style, &isFixedPitch, &axisDefinitions))
224 return new SkTypeface_Stream(std::move(data), style, isFixedPitch, false, name);
228 bool isFixedPitch;
232 &name, &style, &isFixedPitch, nullptr))
236 return new SkTypeface_Stream(std::move(data), style, isFixedPitch, false, name);