Home | History | Annotate | Download | only in ports

Lines Matching refs:isFixedPitch

37                        bool isFixedPitch,
39 : INHERITED(style, isFixedPitch)
61 bool isFixedPitch,
65 : INHERITED(style, isFixedPitch, familyName)
115 bool isFixedPitch,
117 : INHERITED(style, isFixedPitch, familyName)
424 bool isFixedPitch;
427 if (!fScanner.scanFont(stream.get(), ttcIndex, &name, &style, &isFixedPitch, nullptr)) {
431 return new SkTypeface_AndroidStream(std::move(data), style, isFixedPitch, name);
437 bool isFixedPitch;
442 &name, &style, &isFixedPitch, &axisDefinitions))
453 return new SkTypeface_AndroidStream(std::move(data), style, isFixedPitch, name);
458 bool isFixedPitch;
461 if (!fScanner.scanFont(stream, data->getIndex(), &name, &style, &isFixedPitch, nullptr)) {
464 return new SkTypeface_AndroidStream(std::move(data), style, isFixedPitch, name);