Searched refs:nsFontWeightValuePtr (Results 1 – 1 of 1) 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()