HomeSort by relevance Sort by last modified time
    Searched refs:dwFontStyles (Results 1 - 14 of 14) sorted by null

  /external/pdfium/xfa/src/fgas/src/font/
fx_fontutils.h 16 FX_DWORD FGAS_GetFontHashCode(FX_WORD wCodePage, FX_DWORD dwFontStyles);
18 FX_DWORD dwFontStyles,
fx_stdfontmgr.h 10 int32_t FX_GetSimilarValue(FX_LPCFONTDESCRIPTOR pFont, FX_DWORD dwFontStyles);
22 FX_DWORD dwFontStyles,
25 FX_DWORD dwFontStyles,
28 FX_DWORD dwFontStyles,
31 FX_DWORD dwFontStyles,
34 FX_DWORD dwFontStyles,
40 FX_DWORD dwFontStyles = 0,
44 FX_DWORD dwFontStyles,
64 FX_DWORD dwFontStyles,
69 IFX_Font* GetFont(FX_LPCFONTDESCRIPTOR pFD, FX_DWORD dwFontStyles);
    [all...]
fx_stdfontmgr.cpp 58 FX_DWORD dwFontStyles,
60 FX_DWORD dwHash = FGAS_GetFontHashCode(wCodePage, dwFontStyles);
63 return pFont ? LoadFont(pFont, dwFontStyles, wCodePage) : NULL;
66 if ((pFD = FindFont(pszFontFamily, dwFontStyles, TRUE, wCodePage)) == NULL)
67 if ((pFD = FindFont(NULL, dwFontStyles, TRUE, wCodePage)) == NULL)
68 if ((pFD = FindFont(NULL, dwFontStyles, FALSE, wCodePage)) == NULL) {
72 pFont = IFX_Font::LoadFont(pFD->wsFontFace, dwFontStyles, wCodePage, this);
76 dwHash = FGAS_GetFontFamilyHash(pFD->wsFontFace, dwFontStyles, wCodePage);
78 return LoadFont(pFont, dwFontStyles, wCodePage);
84 FX_DWORD dwFontStyles,
    [all...]
fx_fontutils.cpp 9 FX_DWORD FGAS_GetFontHashCode(FX_WORD wCodePage, FX_DWORD dwFontStyles) {
11 if (dwFontStyles & FX_FONTSTYLE_FixedPitch) {
14 if (dwFontStyles & FX_FONTSTYLE_Serif) {
17 if (dwFontStyles & FX_FONTSTYLE_Symbolic) {
20 if (dwFontStyles & FX_FONTSTYLE_Script) {
23 if (dwFontStyles & FX_FONTSTYLE_Italic) {
26 if (dwFontStyles & FX_FONTSTYLE_Bold) {
32 FX_DWORD dwFontStyles,
35 if (dwFontStyles & FX_FONTSTYLE_Bold) {
38 if (dwFontStyles & FX_FONTSTYLE_Italic) {
    [all...]
fx_gefont.cpp 12 FX_DWORD dwFontStyles,
17 return pFontMgr->GetFontByCodePage(wCodePage, dwFontStyles, pszFontFamily);
22 if (!pFont->LoadFont(pszFontFamily, dwFontStyles, wCodePage)) {
111 CFX_GEFont::CFX_GEFont(const CFX_GEFont& src, FX_DWORD dwFontStyles)
141 (dwFontStyles & FX_FONTSTYLE_Bold) ? FXFONT_FW_BOLD : FXFONT_FW_NORMAL;
142 if (dwFontStyles & FX_FONTSTYLE_Italic) {
190 FX_DWORD dwFontStyles,
201 if (dwFontStyles & FX_FONTSTYLE_FixedPitch) {
204 if (dwFontStyles & FX_FONTSTYLE_Serif) {
207 if (dwFontStyles & FX_FONTSTYLE_Symbolic) {
    [all...]
fx_gefont.h 16 CFX_GEFont(const CFX_GEFont& src, FX_DWORD dwFontStyles);
22 FX_DWORD dwFontStyles,
28 virtual IFX_Font* Derive(FX_DWORD dwFontStyles, FX_WORD wCodePage = 0);
fx_gdifont.h 36 FX_DWORD dwFontStyles,
42 virtual IFX_Font* Derive(FX_DWORD dwFontStyles, FX_WORD wCodePage = 0) {
fx_gdifont.cpp 46 FX_DWORD dwFontStyles,
50 if (!pFont->LoadFont(pszFontFamily, dwFontStyles, wCodePage)) {
162 FX_DWORD dwFontStyles,
168 lf.lfWeight = (dwFontStyles & FX_FONTSTYLE_Bold) ? FW_BOLD : FW_NORMAL;
169 lf.lfItalic = (dwFontStyles & FX_FONTSTYLE_Italic) != 0;
171 (dwFontStyles & FX_FONTSTYLE_FixedPitch) ? FIXED_PITCH : VARIABLE_PITCH;
172 if (dwFontStyles & FX_FONTSTYLE_Serif) {
175 if (dwFontStyles & FX_FONTSTYLE_Script) {
178 if (dwFontStyles & FX_FONTSTYLE_Symbolic) {
  /external/pdfium/xfa/src/fgas/include/
fx_fnt.h 53 FX_DWORD dwFontStyles,
69 virtual IFX_Font* Derive(FX_DWORD dwFontStyles, FX_WORD wCodePage = 0) = 0;
97 FX_DWORD dwFontStyles;
110 FX_DWORD dwFontStyles;
119 left.dwFontStyles == right.dwFontStyles &&
145 FX_DWORD dwFontStyles,
149 FX_DWORD dwFontStyles,
153 FX_DWORD dwFontStyles,
157 FX_DWORD dwFontStyles,
    [all...]
  /external/pdfium/xfa/src/fxfa/src/app/
xfa_fontmgr.h 24 FX_DWORD dwFontStyles,
28 FX_DWORD dwFontStyles,
39 FX_DWORD dwFontStyles,
71 FX_DWORD dwFontStyles,
xfa_fontmgr.cpp     [all...]
  /external/pdfium/xfa/include/fwl/theme/
widgettp.h 170 FX_DWORD dwFontStyles,
173 FX_DWORD dwFontStyles,
192 FX_DWORD dwFontStyles,
  /external/pdfium/xfa/src/fwl/src/theme/
widgettp.cpp 722 FX_DWORD dwFontStyles,
724 return m_wsFamily == wsFontFamily && m_dwStyles == dwFontStyles &&
728 FX_DWORD dwFontStyles,
731 m_dwStyles = dwFontStyles;
741 m_pFont = IFX_Font::LoadFont(wsFontFamily.GetPtr(), dwFontStyles, dwCodePage,
753 FX_DWORD dwFontStyles,
757 if (data->Equal(wsFontFamily, dwFontStyles, wCodePage)) {
762 if (!fontData->LoadFont(wsFontFamily, dwFontStyles, wCodePage)) {
  /external/pdfium/xfa/include/fxfa/
fxfa.h 297 FX_DWORD dwFontStyles,
301 FX_DWORD dwFontStyles,
    [all...]

Completed in 372 milliseconds