Home
last modified time | relevance | path

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

/external/pdfium/xfa/fde/css/
Dcfde_csscomputedstyle.h61 uint16_t GetFontWeight() const;
Dcfde_csscomputedstyle.cpp41 uint16_t CFDE_CSSComputedStyle::GetFontWeight() const { in GetFontWeight() function in CFDE_CSSComputedStyle
/external/pdfium/xfa/fxfa/app/
Dcxfa_textparser.cpp353 if (pStyle->GetFontWeight() > FXFONT_FW_NORMAL) in GetFont()