Home
last modified time | relevance | path

Searched refs:GetFontWeight (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/xfa/src/fdp/src/css/
Dfde_cssdatatable.cpp92 if (pFontStyle->GetFontWeight() >= 700) { in FDE_CSSFontStyleToFDE()
Dfde_cssstyleselector.h529 virtual FX_WORD GetFontWeight() const { in GetFontWeight() function
/external/pdfium/xfa/src/fdp/include/
Dfde_css.h873 virtual FX_WORD GetFontWeight() const = 0;
/external/pdfium/xfa/src/fxfa/src/app/
Dxfa_textlayout.cpp376 if (pFontStyle->GetFontWeight() > FXFONT_FW_NORMAL) { in GetFont()