Searched refs:weightRef (Results 1 – 1 of 1) sorted by relevance
391 CFTypeRef weightRef; in SkCTFontGetDataFontWeightMapping() local392 if (!CFDictionaryGetValueIfPresent(fontTraitsDict, kCTFontWeightTrait, &weightRef) || in SkCTFontGetDataFontWeightMapping()393 !weightRef || in SkCTFontGetDataFontWeightMapping()394 CFGetTypeID(weightRef) != CFNumberGetTypeID()) in SkCTFontGetDataFontWeightMapping()399 CFNumberRef weightNumber = static_cast<CFNumberRef>(weightRef); in SkCTFontGetDataFontWeightMapping()