Searched defs:pszFontFamily (Results 1 - 5 of 5) sorted by relevance

/external/pdfium/xfa/src/fgas/src/font/
H A Dfx_fontutils.cpp31 FX_DWORD FGAS_GetFontFamilyHash(const FX_WCHAR* pszFontFamily, argument
34 CFX_WideString wsFont(pszFontFamily);
H A Dfx_gefont.cpp11 IFX_Font* IFX_Font::LoadFont(const FX_WCHAR* pszFontFamily, argument
17 return pFontMgr->GetFontByCodePage(wCodePage, dwFontStyles, pszFontFamily);
22 if (!pFont->LoadFont(pszFontFamily, dwFontStyles, wCodePage)) {
189 FX_BOOL CFX_GEFont::LoadFont(const FX_WCHAR* pszFontFamily, argument
197 if (pszFontFamily != NULL) {
198 csFontFamily = CFX_ByteString::FromUnicode(pszFontFamily);
H A Dfx_gdifont.cpp45 IFX_Font* IFX_Font::LoadFont(const FX_WCHAR* pszFontFamily, argument
50 if (!pFont->LoadFont(pszFontFamily, dwFontStyles, wCodePage)) {
161 FX_BOOL CFX_GdiFont::LoadFont(const FX_WCHAR* pszFontFamily, argument
184 if (pszFontFamily == NULL) {
187 FXSYS_wcsncpy(lf.lfFaceName, pszFontFamily, 31);
H A Dfx_stdfontmgr.cpp59 const FX_WCHAR* pszFontFamily) {
66 if ((pFD = FindFont(pszFontFamily, dwFontStyles, TRUE, wCodePage)) == NULL)
85 const FX_WCHAR* pszFontFamily) {
87 pszFontFamily);
93 const FX_WCHAR* pszFontFamily) {
99 FGAS_GetFontFamilyHash(pszFontFamily, dwFontStyles, pRet->wBitField);
106 FindFont(pszFontFamily, dwFontStyles, FALSE, pRet->wCodePage,
108 if (pFD == NULL && pszFontFamily) {
156 const FX_WCHAR* pszFontFamily) {
158 dwFontStyles, pszFontFamily);
56 GetDefFontByCodePage( FX_WORD wCodePage, FX_DWORD dwFontStyles, const FX_WCHAR* pszFontFamily) argument
82 GetDefFontByCharset( uint8_t nCharset, FX_DWORD dwFontStyles, const FX_WCHAR* pszFontFamily) argument
90 GetDefFontByUnicode( FX_WCHAR wUnicode, FX_DWORD dwFontStyles, const FX_WCHAR* pszFontFamily) argument
153 GetDefFontByLanguage( FX_WORD wLanguage, FX_DWORD dwFontStyles, const FX_WCHAR* pszFontFamily) argument
160 LoadFont(const FX_WCHAR* pszFontFamily, FX_DWORD dwFontStyles, FX_WORD wCodePage) argument
318 FindFont(const FX_WCHAR* pszFontFamily, FX_DWORD dwFontStyles, FX_DWORD dwMatchFlags, FX_WORD wCodePage, FX_DWORD dwUSB, FX_WCHAR wUnicode) argument
700 GetDefFontByCodePage(FX_WORD wCodePage, FX_DWORD dwFontStyles, const FX_WCHAR* pszFontFamily) argument
707 GetDefFontByCharset(uint8_t nCharset, FX_DWORD dwFontStyles, const FX_WCHAR* pszFontFamily) argument
714 GetDefFontByUnicode(FX_WCHAR wUnicode, FX_DWORD dwFontStyles, const FX_WCHAR* pszFontFamily) argument
721 GetDefFontByLanguage(FX_WORD wLanguage, FX_DWORD dwFontStyles, const FX_WCHAR* pszFontFamily) argument
728 GetFontByCodePage(FX_WORD wCodePage, FX_DWORD dwFontStyles, const FX_WCHAR* pszFontFamily) argument
766 GetFontByCharset(uint8_t nCharset, FX_DWORD dwFontStyles, const FX_WCHAR* pszFontFamily) argument
772 GetFontByUnicode(FX_WCHAR wUnicode, FX_DWORD dwFontStyles, const FX_WCHAR* pszFontFamily) argument
879 GetFontByLanguage(FX_WORD wLanguage, FX_DWORD dwFontStyles, const FX_WCHAR* pszFontFamily) argument
[all...]
/external/pdfium/xfa/src/fgas/include/
H A Dfx_fnt.h52 static IFX_Font* LoadFont(const FX_WCHAR* pszFontFamily,
146 const FX_WCHAR* pszFontFamily = NULL) = 0;
150 const FX_WCHAR* pszFontFamily = NULL) = 0;
154 const FX_WCHAR* pszFontFamily = NULL) = 0;
158 const FX_WCHAR* pszFontFamily = NULL) = 0;
159 virtual IFX_Font* LoadFont(const FX_WCHAR* pszFontFamily,
183 const FX_WCHAR* pszFontFamily = NULL) = 0;
188 const FX_WCHAR* pszFontFamily = NULL) = 0;
193 const FX_WCHAR* pszFontFamily = NULL) = 0;
198 const FX_WCHAR* pszFontFamily
234 LoadFont(const FX_WCHAR* pszFontFamily, FX_DWORD dwFontStyles, FX_WORD wCodePage) argument
[all...]

Completed in 86 milliseconds