Home
last modified time | relevance | path

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

/third_party/skia/src/utils/mac/
DSkCTFont.cpp310 void* nsFontWeightValuePtr = dlsym(RTLD_DEFAULT, nsFontWeightName); in SkCTFontGetNSFontWeightMapping() local
311 if (nsFontWeightValuePtr) { in SkCTFontGetNSFontWeightMapping()
312 nsFontWeights[i++] = *(static_cast<CGFloat*>(nsFontWeightValuePtr)); in SkCTFontGetNSFontWeightMapping()
/third_party/flutter/skia/src/ports/
DSkFontHost_mac.cpp560 void* nsFontWeightValuePtr = dlsym(RTLD_DEFAULT, nsFontWeightLoaderInfo.name); in get_NSFontWeight_mapping() local
561 if (nsFontWeightValuePtr) { in get_NSFontWeight_mapping()
562 nsFontWeights[i++] = *(static_cast<CGFloat*>(nsFontWeightValuePtr)); in get_NSFontWeight_mapping()