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

  /external/pdfium/public/
fpdf_sysfontinfo.h 28 #define FXFONT_FW_NORMAL 400
  /external/pdfium/core/fxge/
fx_font.h 58 #define FXFONT_FW_NORMAL 400
  /external/pdfium/core/fxge/ge/
cfx_fontmapper.cpp 432 weight = FXFONT_FW_NORMAL;
549 weight = weight ? weight : FXFONT_FW_NORMAL;
555 : (nStyle & FX_FONT_STYLE_Bold ? FXFONT_FW_BOLD : FXFONT_FW_NORMAL);
598 pSubstFont->m_WeightCJK = nStyle ? weight : FXFONT_FW_NORMAL;
607 : (nStyle & FX_FONT_STYLE_Bold ? FXFONT_FW_BOLD : FXFONT_FW_NORMAL);
705 bNeedUpdateWeight = weight != FXFONT_FW_NORMAL;
  /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;
  /external/pdfium/core/fpdfapi/font/
cpdf_simplefont.cpp 187 safeStemV.ValueOrDefault(FXFONT_FW_NORMAL), m_ItalicAngle, 0,
cpdf_cidfont.cpp 767 safeStemV.ValueOrDefault(FXFONT_FW_NORMAL), m_ItalicAngle,
  /external/pdfium/xfa/fxfa/app/
cxfa_textparser.cpp 145 pStyle->SetFontWeight(font.IsBold() ? FXFONT_FW_BOLD : FXFONT_FW_NORMAL);
353 if (pStyle->GetFontWeight() > FXFONT_FW_NORMAL)

Completed in 1807 milliseconds