Home
last modified time | relevance | path

Searched refs:computeStyleBits (Results 1 – 1 of 1) sorted by relevance

/external/skia/src/ports/
DSkFontHost_mac.cpp415 static SkTypeface::Style computeStyleBits(CTFontRef font, bool* isFixedPitch) { in computeStyleBits() function
492 SkFontStyle style = SkFontStyle(computeStyleBits(fontRef, &isFixedPitch)); in NewFromFontRef()
2195 (void)computeStyleBits(ctFont, &isFixedPitch); in createFromDesc()