Home
last modified time | relevance | path

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

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