Home
last modified time | relevance | path

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