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

  /external/pdfium/core/fxge/android/
cfx_androidfontinfo.cpp 46 if (FontFamilyIsRoman(pitch_family))
  /external/pdfium/core/fxge/apple/
fx_mac_imp.cpp 59 *face = (FontFamilyIsRoman(pitch_family) || weight <= 400) ? JAPAN_MINCHO
  /external/pdfium/core/fxge/
fx_font.h 136 inline bool FontFamilyIsRoman(uint32_t family) {
fx_ge_linux.cpp 63 if (!FontFamilyIsRoman(pitch_family) && weight > 400)
cfx_folderfontinfo.cpp 103 if (FontStyleIsSerif(style) == FontFamilyIsRoman(pitch_family))
cfx_fontmapper.cpp 385 if (FontFamilyIsRoman(pitch_family)) {

Completed in 3952 milliseconds