Home
last modified time | relevance | path

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

/external/pdfium/core/fxcrt/css/
Dcfx_csscomputedstyle.h60 uint16_t GetFontWeight() const;
Dcfx_csscomputedstyle.cpp41 uint16_t CFX_CSSComputedStyle::GetFontWeight() const { in GetFontWeight() function in CFX_CSSComputedStyle
/external/pdfium/xfa/fxfa/
Dcxfa_textparser.cpp348 if (pStyle->GetFontWeight() > FXFONT_FW_NORMAL) in GetFont()