Home
last modified time | relevance | path

Searched refs:GetPsName (Results 1 – 9 of 9) sorted by relevance

/external/pdfium/core/src/fxge/android/
Dfpf_skiafont.h25 virtual CFX_WideString GetPsName();
Dfpf_skiafont.cpp49 CFX_WideString CFPF_SkiaFont::GetPsName() in GetPsName() function in CFPF_SkiaFont
/external/pdfium/core/include/fxge/
Dfpf.h32 virtual CFX_WideString GetPsName() = 0;
Dfx_font.h96 CFX_WideString GetPsName() const;
/external/pdfium/core/src/fxge/apple/
Dfx_apple_platform.cpp67 if (pFont->GetPsName() == CFX_WideString::FromLocal("DFHeiStd-W5")) { in _CGDrawGlyphRun()
Dfx_quartz_device.cpp818 if (pFont->GetPsName() == CFX_WideString::FromLocal("DFHeiStd-W5")) { in CG_DrawGlypRun()
/external/pdfium/core/src/fxge/ge/
Dfx_ge_font.cpp296 CFX_WideString CFX_Font::GetPsName() const in GetPsName() function in CFX_Font
Dfx_ge_text.cpp137 …if (!(text_flags & FXFONT_CIDFONT) && pFont->GetPsName().Find(CFX_WideString::FromLocal("+ZJHL")) … in DrawNormalText()
139 if (pFont->GetPsName() != CFX_WideString::FromLocal("CNAAJI+cmex10")) in DrawNormalText()
154 if (pFont->GetPsName() != CFX_WideString::FromLocal("CNAAJI+cmex10")) in DrawNormalText()
/external/pdfium/core/src/fpdfapi/fpdf_font/
Dfpdf_font.cpp1120 if (m_Font.GetPsName() == CFX_WideString::FromLocal("DFHeiStd-W5")) { in LoadGlyphMap()