Searched refs:wsFontFamily (Results 1 - 7 of 7) sorted by relevance

/external/pdfium/xfa/src/fxfa/src/app/
H A Dxfa_ffConfigAcc.cpp26 CFX_WideString& wsFontFamily,
37 wsFontFamily.Empty();
41 pFontNode->GetAttribute(XFA_ATTRIBUTE_Typeface, wsFontFamily);
54 return wsFontFamily.GetLength() > 0;
25 GetFontInfo(int32_t index, CFX_WideString& wsFontFamily, CFX_WideString& wsPsName, FX_BOOL bBold, FX_BOOL bItalic) argument
H A Dxfa_ffConfigAcc.h15 CFX_WideString& wsFontFamily,
H A Dxfa_fontmgr.h23 const CFX_WideStringC& wsFontFamily,
27 const CFX_WideStringC& wsFontFamily,
38 IFX_Font* GetFont(const CFX_WideStringC& wsFontFamily,
70 const CFX_WideStringC& wsFontFamily,
H A Dxfa_fontmgr.cpp1764 const CFX_WideStringC& wsFontFamily,
1767 CFX_WideString wsFontName = wsFontFamily;
1825 const CFX_WideStringC& wsFontFamily,
1833 const XFA_FONTINFO* pCurFont = XFA_GetFontINFOByFontName(wsFontFamily);
1927 IFX_Font* CXFA_PDFFontMgr::GetFont(const CFX_WideStringC& wsFontFamily, argument
1932 FX_HashCode_String_GetW(wsFontFamily.GetPtr(), wsFontFamily.GetLength());
1940 bsPsName = CFX_ByteString::FromUnicode(wsFontFamily);
2058 const CFX_WideStringC& wsFontFamily,
2061 FX_DWORD dwHash = FX_HashCode_String_GetW(wsFontFamily
1763 GetFont(IXFA_Doc* hDoc, const CFX_WideStringC& wsFontFamily, FX_DWORD dwFontStyles, FX_WORD wCodePage) argument
1824 GetDefaultFont(IXFA_Doc* hDoc, const CFX_WideStringC& wsFontFamily, FX_DWORD dwFontStyles, FX_WORD wCodePage) argument
2057 GetFont(IXFA_Doc* hDoc, const CFX_WideStringC& wsFontFamily, FX_DWORD dwFontStyles, FX_WORD wCodePage) argument
[all...]
/external/pdfium/xfa/include/fwl/theme/
H A Dwidgettp.h169 FX_BOOL Equal(const CFX_WideStringC& wsFontFamily,
172 FX_BOOL LoadFont(const CFX_WideStringC& wsFontFamily,
191 IFX_Font* FindFont(const CFX_WideStringC& wsFontFamily,
/external/pdfium/xfa/src/fwl/src/theme/
H A Dwidgettp.cpp721 FX_BOOL CFWL_FontData::Equal(const CFX_WideStringC& wsFontFamily, argument
724 return m_wsFamily == wsFontFamily && m_dwStyles == dwFontStyles &&
727 FX_BOOL CFWL_FontData::LoadFont(const CFX_WideStringC& wsFontFamily, argument
730 m_wsFamily = wsFontFamily;
741 m_pFont = IFX_Font::LoadFont(wsFontFamily.GetPtr(), dwFontStyles, dwCodePage,
752 IFX_Font* CFWL_FontManager::FindFont(const CFX_WideStringC& wsFontFamily, argument
757 if (data->Equal(wsFontFamily, dwFontStyles, wCodePage)) {
762 if (!fontData->LoadFont(wsFontFamily, dwFontStyles, wCodePage)) {
/external/pdfium/xfa/include/fxfa/
H A Dfxfa.h296 const CFX_WideStringC& wsFontFamily,
300 const CFX_WideStringC& wsFontFamily,

Completed in 334 milliseconds