Home
last modified time | relevance | path

Searched refs:outFamilyName (Results 1 - 4 of 4) sorted by relevance

/third_party/skia/src/ports/
H A DSkFontMgr_FontConfigInterface.cpp195 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 DSkFontConfigInterface_direct.h24 SkString* outFamilyName,
H A DSkFontConfigInterface_direct.cpp580 SkString* outFamilyName,
681 if (outFamilyName) {
682 outFamilyName->set(post_config_family);
/third_party/skia/include/ports/
H A DSkFontConfigInterface.h74 * If outFamilyName is not null, assign the found familyName to it
84 SkString* outFamilyName,

Completed in 3 milliseconds