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

  /external/pdfium/core/fxge/
fx_font.h 44 #define FXFONT_ITALIC (1 << 6)
112 return !!(style & FXFONT_ITALIC);
cfx_fontmapper.cpp 225 {"Italic", 6, FXFONT_ITALIC},
226 {"BoldItalic", 10, FXFONT_BOLD | FXFONT_ITALIC},
461 nStyle |= FXFONT_ITALIC;
527 nStyle |= FXFONT_ITALIC;
530 nStyle |= FXFONT_ITALIC;
707 bool bItalic = (flags & FXFONT_ITALIC) != 0;
cfx_folderfontinfo.cpp 265 pInfo->m_Styles |= FXFONT_ITALIC;
  /external/pdfium/core/fxge/android/
cfx_androidfontinfo.cpp 41 dwStyle |= FXFONT_ITALIC;
cfpf_skiafontmgr.cpp 471 pFontDesc->m_dwStyle |= FXFONT_ITALIC;
  /external/pdfium/xfa/fgas/font/
cfgas_defaultfontmanager.cpp 31 dwStyle |= FXFONT_ITALIC;
cfgas_gefont.cpp 148 dwStyles |= FXFONT_ITALIC;
153 dwStyles |= FXFONT_ITALIC;
cfgas_fontmgr.cpp 805 pFont->m_dwFontStyles |= FXFT_Is_Face_Italic(pFace) ? FXFONT_ITALIC : 0;
    [all...]
  /external/pdfium/core/fpdfapi/font/
cpdf_font.cpp 176 m_Flags |= FXFONT_ITALIC;
  /external/pdfium/fpdfsdk/
fpdfedittext.cpp 45 flags |= FXFONT_ITALIC;
  /external/pdfium/xfa/fxfa/
cxfa_textparser.cpp 351 dwStyle |= FXFONT_ITALIC;
cxfa_widgetacc.cpp     [all...]
  /external/pdfium/core/fpdfapi/parser/
cpdf_document.cpp 285 flags |= FXFONT_ITALIC;
    [all...]

Completed in 1609 milliseconds