Searched refs:ctfont (Results 1 – 1 of 1) sorted by relevance
130 auto ctfont = SkTypeface_GetCTFontRef(typeface); in create_ctfont_from_font() local132 CTFontCreateCopyWithAttributes(ctfont, font.getSize(), nullptr, nullptr)); in create_ctfont_from_font()213 SkUniqueCFRef<CTFontRef> ctfont = create_ctfont_from_font(font); in shape() local219 CFDictionaryAddValue(attr.get(), kCTFontAttributeName, ctfont.get()); in shape()