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

  /external/pdfium/core/fxge/android/
cfx_androidfontinfo.cpp 42 dwStyle |= FXFONT_ITALIC;
cfpf_skiafontmgr.cpp 179 if (dwStyle & FXFONT_ITALIC)
320 if ((dwStyle & FXFONT_ITALIC) == (pFontDes->m_dwStyle & FXFONT_ITALIC))
469 pFontDesc->m_dwStyle |= FXFONT_ITALIC;
  /external/pdfium/xfa/fgas/font/
cfgas_gefont.cpp 144 dwFlags |= FXFONT_ITALIC;
152 if ((dwFlags & FXFONT_ITALIC) && (dwFlags & FXFONT_BOLD))
156 else if (dwFlags & FXFONT_ITALIC)
  /external/pdfium/core/fxge/
fx_font.h 67 #define FXFONT_ITALIC (1 << 6)
  /external/pdfium/fpdfsdk/
fpdfedittext.cpp 98 flags |= FXFONT_ITALIC;
  /external/pdfium/core/fxge/ge/
cfx_folderfontinfo.cpp 87 if (!!(style & FXFONT_ITALIC) == bItalic)
258 pInfo->m_Styles |= FXFONT_ITALIC;
cfx_fontmapper.cpp 624 if (flags & FXFONT_ITALIC)
727 bool bItalic = (flags & FXFONT_ITALIC) != 0;
  /external/pdfium/core/fpdfapi/font/
cpdf_font.cpp 172 m_Flags |= FXFONT_ITALIC;
  /external/pdfium/core/fpdfapi/parser/
cpdf_document.cpp 284 flags |= FXFONT_ITALIC;
    [all...]

Completed in 147 milliseconds