HomeSort by relevance Sort by last modified time
    Searched defs:GetSubstFont (Results 1 - 5 of 5) sorted by null

  /external/pdfium/xfa/src/fgas/src/font/
fx_gefont.cpp 135 CFX_SubstFont* pSubst = m_pFont->GetSubstFont();
351 if (!m_pFont->GetSubstFont()) {
354 return m_pFont->GetSubstFont()->m_Charset;
357 if (!m_pFont->GetSubstFont() ||
358 m_pFont->GetSubstFont()->m_Family.GetLength() == 0) {
361 wsFamily = CFX_WideString::FromLocal(m_pFont->GetSubstFont()->m_Family);
375 if (!m_pFont->GetSubstFont()) {
383 if (m_pFont->GetSubstFont()->m_Weight == FXFONT_FW_BOLD) {
386 if (m_pFont->GetSubstFont()->m_SubstFlags & FXFONT_SUBST_ITALIC) {
481 if (!m_pFont->GetSubstFont()) {
    [all...]
fx_gdifont.cpp 406 IFX_Font* pFont = GetSubstFont(iGlyphIndex);
440 IFX_Font* CFX_GdiFont::GetSubstFont(int32_t iGlyphIndex) const {
457 IFX_Font* pFont = GetSubstFont(iGlyphIndex);
  /external/pdfium/core/include/fpdfapi/
fpdf_resource.h 116 const CFX_SubstFont* GetSubstFont() const { return m_Font.GetSubstFont(); }
  /external/pdfium/core/include/fxge/
fx_font.h 82 CFX_SubstFont* GetSubstFont() const { return m_pSubstFont; }
86 const CFX_SubstFont* GetSubstFont() const { return m_pSubstFont; }
427 void* GetSubstFont(const CFX_ByteString& face);
  /external/pdfium/core/src/fxge/ge/
fx_ge_fontmap.cpp     [all...]

Completed in 499 milliseconds