Searched refs:outFamilyName (Results 1 - 4 of 4) sorted by relevance
/third_party/skia/src/ports/ |
H A D | SkFontMgr_FontConfigInterface.cpp | 195 SkString outFamilyName; variable 198 &identity, &outFamilyName, &outStyle)) 206 face.reset(SkTypeface_FCI::Create(fFCI, identity, std::move(outFamilyName), outStyle)); 298 SkString outFamilyName; variable 301 &identity, &outFamilyName, &outStyle)) 309 face.reset(SkTypeface_FCI::Create(fFCI, identity, std::move(outFamilyName), outStyle));
|
H A D | SkFontConfigInterface_direct.h | 24 SkString* outFamilyName,
|
H A D | SkFontConfigInterface_direct.cpp | 580 SkString* outFamilyName, 681 if (outFamilyName) { 682 outFamilyName->set(post_config_family);
|
/third_party/skia/include/ports/ |
H A D | SkFontConfigInterface.h | 74 * If outFamilyName is not null, assign the found familyName to it 84 SkString* outFamilyName,
|
Completed in 3 milliseconds