Lines Matching refs:isFixedPitch
38 bool isFixedPitch, in SkTypeface_Android() argument
40 : INHERITED(style, isFixedPitch) in SkTypeface_Android()
62 bool isFixedPitch, in SkTypeface_AndroidSystem() argument
66 : INHERITED(style, isFixedPitch, familyName) in SkTypeface_AndroidSystem()
112 this->isFixedPitch(), in onMakeClone()
132 bool isFixedPitch, in SkTypeface_AndroidStream() argument
134 : INHERITED(style, isFixedPitch, familyName) in SkTypeface_AndroidStream()
162 this->isFixedPitch(), in onMakeClone()
460 bool isFixedPitch; in onMakeFromStreamIndex() local
463 if (!fScanner.scanFont(stream.get(), ttcIndex, &name, &style, &isFixedPitch, nullptr)) { in onMakeFromStreamIndex()
468 style, isFixedPitch, name)); in onMakeFromStreamIndex()
474 bool isFixedPitch; in onMakeFromStreamArgs() local
479 &name, &style, &isFixedPitch, &axisDefinitions)) in onMakeFromStreamArgs()
491 style, isFixedPitch, name)); in onMakeFromStreamArgs()
496 bool isFixedPitch; in onMakeFromFontData() local
499 if (!fScanner.scanFont(stream, data->getIndex(), &name, &style, &isFixedPitch, nullptr)) { in onMakeFromFontData()
503 style, isFixedPitch, name)); in onMakeFromFontData()