Home
last modified time | relevance | path

Searched refs:SubstName (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/core/fxge/
Dcfx_fontmapper.cpp399 ByteString SubstName = name; in FindSubstFont() local
400 SubstName.Remove(' '); in FindSubstFont()
402 SubstName = name.Last(name.GetLength() - 1); in FindSubstFont()
403 GetStandardFontName(&SubstName); in FindSubstFont()
404 if (SubstName == "Symbol" && !bTrueType) { in FindSubstFont()
409 if (SubstName == "ZapfDingbats") { in FindSubstFont()
420 Optional<size_t> pos = SubstName.Find(",", 0); in FindSubstFont()
422 family = SubstName.First(pos.value()); in FindSubstFont()
424 style = SubstName.Last(SubstName.GetLength() - (pos.value() + 1)); in FindSubstFont()
427 family = SubstName; in FindSubstFont()
[all …]
Dcfx_fontmapper.h94 ByteString SubstName,
/external/swiftshader/third_party/subzero/src/
DIceASanInstrumentation.cpp152 std::string SubstName = Subst->second; in instrumentGlobals() local
154 ProtoSubstitutions.find(SubstName); in instrumentGlobals()
163 SubstProto->setName(Ctx, SubstName); in instrumentGlobals()
164 ProtoSubstitutions.insert({SubstName, SubstProto}); in instrumentGlobals()