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

  /external/pdfium/core/fxge/
fx_font.h 114 inline bool FontStyleIsFixedPitch(uint32_t style) {
cfx_folderfontinfo.cpp 107 if (FontStyleIsFixedPitch(style) == FontFamilyIsFixedPitch(pitch_family))
cfx_fontmapper.cpp 265 if (FontStyleIsFixedPitch(flags))
  /external/pdfium/core/fxge/android/
cfpf_skiafontmgr.cpp 324 if (FontStyleIsFixedPitch(dwStyle) ==
325 FontStyleIsFixedPitch(pFontDes->m_dwStyle)) {
  /external/pdfium/core/fpdfapi/font/
cpdf_simplefont.cpp 169 if (!m_bUseFontWidth && !FontStyleIsFixedPitch(m_Flags)) {
  /external/pdfium/xfa/fgas/font/
cfgas_fontmgr.cpp 94 if (FontStyleIsFixedPitch(dwFontStyles) ==
95 FontStyleIsFixedPitch(pFont->dwFontStyles)) {
766 if (FontStyleIsFixedPitch(dwStyleMask))
    [all...]

Completed in 1037 milliseconds