Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/ge/
Dcfx_fontmapper.cpp435 CFX_ByteString SubstName = name; in FindSubstFont() local
436 SubstName.Remove(' '); in FindSubstFont()
438 SubstName = name.Mid(1); in FindSubstFont()
439 PDF_GetStandardFontName(&SubstName); in FindSubstFont()
440 if (SubstName == "Symbol" && !bTrueType) { in FindSubstFont()
445 if (SubstName == "ZapfDingbats") { in FindSubstFont()
455 int find = SubstName.Find(",", 0); in FindSubstFont()
457 family = SubstName.Left(find); in FindSubstFont()
459 style = SubstName.Mid(find + 1); in FindSubstFont()
462 family = SubstName; in FindSubstFont()
[all …]
/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()
/external/pdfium/core/fxge/
Dcfx_fontmapper.h67 CFX_ByteString SubstName,