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

  /external/pdfium/public/
fpdf_sysfontinfo.h 29 #define FXFONT_FW_BOLD 700
  /external/pdfium/xfa/fgas/font/
cfgas_gefont.cpp 114 (dwFontStyles & FX_FONTSTYLE_Bold) ? FXFONT_FW_BOLD : FXFONT_FW_NORMAL;
150 (dwFontStyles & FX_FONTSTYLE_Bold) ? FXFONT_FW_BOLD : FXFONT_FW_NORMAL;
253 if (pSubstFont->m_Weight == FXFONT_FW_BOLD)
  /external/pdfium/core/fxge/
fx_font.h 59 #define FXFONT_FW_BOLD 700
  /external/pdfium/core/fxge/ge/
cfx_fontmapper.cpp 555 : (nStyle & FX_FONT_STYLE_Bold ? FXFONT_FW_BOLD : FXFONT_FW_NORMAL);
607 : (nStyle & FX_FONT_STYLE_Bold ? FXFONT_FW_BOLD : FXFONT_FW_NORMAL);
703 bNeedUpdateWeight = weight != FXFONT_FW_BOLD;
  /external/pdfium/xfa/fxfa/app/
cxfa_textparser.cpp 145 pStyle->SetFontWeight(font.IsBold() ? FXFONT_FW_BOLD : FXFONT_FW_NORMAL);

Completed in 623 milliseconds