Home
last modified time | relevance | path

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

/external/skia/src/ports/
DSkTypeface_mac_ct.cpp364 static Interpolator::Mapping dataProviderWeightMappings[11]; in ct_weight_to_fontstyle() local
373 dataProviderWeightMappings[i].src_val = userFontWeights[i]; in ct_weight_to_fontstyle()
374 dataProviderWeightMappings[i].dst_val = i * 100; in ct_weight_to_fontstyle()
380 dataProviderWeightMappings, SK_ARRAY_COUNT(dataProviderWeightMappings)); in ct_weight_to_fontstyle()
/external/skqp/src/ports/
DSkFontHost_mac.cpp625 static constexpr Interpolator::Mapping dataProviderWeightMappings[] = { in ct_weight_to_fontstyle() local
639 dataProviderWeightMappings, SK_ARRAY_COUNT(dataProviderWeightMappings)); in ct_weight_to_fontstyle()