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

  /external/pdfium/core/include/fxge/
fx_freetype.h 86 #define FXFT_Is_Face_Italic(face) (((FT_Face)face)->style_flags&FT_STYLE_FLAG_ITALIC)
  /external/pdfium/core/src/fxge/ge/
fx_ge_font.cpp 291 FX_BOOL ret = FXFT_Is_Face_Italic(m_Face) == FXFT_STYLE_FLAG_ITALIC;
fx_ge_fontmap.cpp     [all...]
  /external/pdfium/core/src/fxge/android/
fpf_skiafontmgr.cpp 533 if (FXFT_Is_Face_Italic(face)) {

Completed in 177 milliseconds