Lines Matching refs:isFixedPitch
415 static SkTypeface::Style computeStyleBits(CTFontRef font, bool* isFixedPitch) { in computeStyleBits() argument
425 if (isFixedPitch) { in computeStyleBits()
426 *isFixedPitch = (traits & kCTFontMonoSpaceTrait) != 0; in computeStyleBits()
444 const SkFontStyle& fs, bool isFixedPitch, in SkTypeface_Mac() argument
446 : SkTypeface(fs, SkTypefaceCache::NewFontID(), isFixedPitch) in SkTypeface_Mac()
491 bool isFixedPitch; in NewFromFontRef() local
492 SkFontStyle style = SkFontStyle(computeStyleBits(fontRef, &isFixedPitch)); in NewFromFontRef()
494 return new SkTypeface_Mac(fontRef, resourceRef, style, isFixedPitch, name, isLocalStream); in NewFromFontRef()
2194 bool isFixedPitch; in createFromDesc() local
2195 (void)computeStyleBits(ctFont, &isFixedPitch); in createFromDesc()
2197 face = new SkTypeface_Mac(ctFont.detach(), nullptr, cacheRequest.fStyle, isFixedPitch, in createFromDesc()