Lines Matching refs:isFixedPitch
37 bool isFixedPitch, in SkTypeface_Android() argument
39 : INHERITED(style, isFixedPitch) in SkTypeface_Android()
61 bool isFixedPitch, in SkTypeface_AndroidSystem() argument
65 : INHERITED(style, isFixedPitch, familyName) in SkTypeface_AndroidSystem()
111 this->isFixedPitch(), in onMakeClone()
131 bool isFixedPitch, in SkTypeface_AndroidStream() argument
133 : INHERITED(style, isFixedPitch, familyName) in SkTypeface_AndroidStream()
160 this->isFixedPitch(), in onMakeClone()
445 bool isFixedPitch; in onMakeFromStreamIndex() local
448 if (!fScanner.scanFont(stream.get(), ttcIndex, &name, &style, &isFixedPitch, nullptr)) { in onMakeFromStreamIndex()
453 style, isFixedPitch, name)); in onMakeFromStreamIndex()
459 bool isFixedPitch; in onMakeFromStreamArgs() local
464 &name, &style, &isFixedPitch, &axisDefinitions)) in onMakeFromStreamArgs()
476 style, isFixedPitch, name)); in onMakeFromStreamArgs()