Searched defs:wsFontFamily (Results 1 - 3 of 3) 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_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/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)) {

Completed in 116 milliseconds