Home
last modified time | relevance | path

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

/external/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()
/external/skqp/src/ports/
DSkFontHost_mac.cpp571 void* nsFontWeightValuePtr = dlsym(RTLD_DEFAULT, nsFontWeightLoaderInfo.name); in get_NSFontWeight_mapping() local
572 if (nsFontWeightValuePtr) { in get_NSFontWeight_mapping()
573 nsFontWeights[i++] = *(static_cast<CGFloat*>(nsFontWeightValuePtr)); in get_NSFontWeight_mapping()