Home
last modified time | relevance | path

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

/third_party/skia/src/ports/
DSkFontMgr_mac_ct.cpp131 SkUniqueCFRef<CFNumberRef> cfFontWeight( in create_descriptor() local
133 if (cfFontWeight) { in create_descriptor()
134 CFDictionaryAddValue(cfTraits.get(), kCTFontWeightTrait, cfFontWeight.get()); in create_descriptor()
/third_party/flutter/skia/src/ports/
DSkFontHost_mac.cpp823 SkUniqueCFRef<CFNumberRef> cfFontWeight( in create_descriptor() local
825 if (cfFontWeight) { in create_descriptor()
826 CFDictionaryAddValue(cfTraits.get(), kCTFontWeightTrait, cfFontWeight.get()); in create_descriptor()