Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/
Dcfx_fontmapper.cpp420 ByteString SubstName = name; in FindSubstFont() local
421 SubstName.Remove(' '); in FindSubstFont()
423 SubstName = name.Right(name.GetLength() - 1); in FindSubstFont()
424 PDF_GetStandardFontName(&SubstName); in FindSubstFont()
425 if (SubstName == "Symbol" && !bTrueType) { in FindSubstFont()
430 if (SubstName == "ZapfDingbats") { in FindSubstFont()
440 auto pos = SubstName.Find(",", 0); in FindSubstFont()
442 family = SubstName.Left(pos.value()); in FindSubstFont()
444 style = SubstName.Right(SubstName.GetLength() - (pos.value() + 1)); in FindSubstFont()
447 family = SubstName; in FindSubstFont()
[all …]
Dcfx_fontmapper.h66 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()