Home
last modified time | relevance | path

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

/third_party/skia/src/ports/
DSkTypeface_mac_ct.cpp165 CFStringRef SkCTFontOpticalSizeAttribute = CFSTR("NSCTFontOpticalSizeAttribute"); in add_opsz_attr() local
166 CFDictionarySetValue(attr, SkCTFontOpticalSizeAttribute, opszValueNumber.get()); in add_opsz_attr()
198 CFStringRef SkCTFontOpticalSizeAttribute = CFSTR("NSCTFontOpticalSizeAttribute"); in SkCTFontCreateExactCopy() local
199 SkUniqueCFRef<CFTypeRef> opsz(CTFontCopyAttribute(baseFont, SkCTFontOpticalSizeAttribute)); in SkCTFontCreateExactCopy()