Searched refs:wsFontFamily (Results 1 - 7 of 7) sorted by relevance
/external/pdfium/xfa/src/fxfa/src/app/ |
H A D | xfa_ffConfigAcc.cpp | 26 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 D | xfa_ffConfigAcc.h | 15 CFX_WideString& wsFontFamily,
|
H A D | xfa_fontmgr.h | 23 const CFX_WideStringC& wsFontFamily,
27 const CFX_WideStringC& wsFontFamily,
38 IFX_Font* GetFont(const CFX_WideStringC& wsFontFamily,
70 const CFX_WideStringC& wsFontFamily,
|
H A D | xfa_fontmgr.cpp | 1764 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 D | widgettp.h | 169 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 D | widgettp.cpp | 721 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 D | fxfa.h | 296 const CFX_WideStringC& wsFontFamily,
300 const CFX_WideStringC& wsFontFamily,
|
Completed in 964 milliseconds