Searched refs:nsFontWeightValuePtr (Results 1 – 2 of 2) sorted by relevance
310 void* nsFontWeightValuePtr = dlsym(RTLD_DEFAULT, nsFontWeightName); in SkCTFontGetNSFontWeightMapping() local311 if (nsFontWeightValuePtr) { in SkCTFontGetNSFontWeightMapping()312 nsFontWeights[i++] = *(static_cast<CGFloat*>(nsFontWeightValuePtr)); in SkCTFontGetNSFontWeightMapping()
571 void* nsFontWeightValuePtr = dlsym(RTLD_DEFAULT, nsFontWeightLoaderInfo.name); in get_NSFontWeight_mapping() local572 if (nsFontWeightValuePtr) { in get_NSFontWeight_mapping()573 nsFontWeights[i++] = *(static_cast<CGFloat*>(nsFontWeightValuePtr)); in get_NSFontWeight_mapping()