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 33 #define FXFONT_FW_NORMAL 400
cfx_fontmapper.cpp 414 weight = FXFONT_FW_NORMAL;
417 weight = FXFONT_FW_NORMAL;
585 pSubstFont->m_WeightCJK = nStyle ? weight : FXFONT_FW_NORMAL;
685 bNeedUpdateWeight = weight != FXFONT_FW_NORMAL;
  /external/pdfium/core/fpdfapi/font/
cpdf_simplefont.cpp 189 safeStemV.ValueOrDefault(FXFONT_FW_NORMAL), m_ItalicAngle, 0,
cpdf_cidfont.cpp 782 safeStemV.ValueOrDefault(FXFONT_FW_NORMAL), m_ItalicAngle,
  /external/pdfium/xfa/fxfa/
cxfa_textparser.cpp 140 pStyle->SetFontWeight(font->IsBold() ? FXFONT_FW_BOLD : FXFONT_FW_NORMAL);
348 if (pStyle->GetFontWeight() > FXFONT_FW_NORMAL)
  /external/pdfium/xfa/fgas/font/
cfgas_gefont.cpp 82 FontStyleIsBold(dwFontStyles) ? FXFONT_FW_BOLD : FXFONT_FW_NORMAL;

Completed in 725 milliseconds