Home
last modified time | relevance | path

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

/external/pdfium/core/fxcrt/css/
Dcfx_csscomputedstyle.h65 uint16_t GetFontWeight() const;
Dcfx_csscomputedstyle.cpp40 uint16_t CFX_CSSComputedStyle::GetFontWeight() const { in GetFontWeight() function in CFX_CSSComputedStyle
/external/pdfium/core/fpdfapi/font/
Dcpdf_font.h122 int GetFontWeight() const;
Dcpdf_simplefont.cpp281 m_Font.LoadSubst(m_BaseFontName, IsTrueTypeFont(), m_Flags, GetFontWeight(), in LoadSubstFont()
Dcpdf_font.cpp431 int CPDF_Font::GetFontWeight() const { in GetFontWeight() function in CPDF_Font
/external/pdfium/fpdfsdk/
Dfpdf_text.cpp140 return charinfo.m_pTextObj->GetFont()->GetFontWeight(); in FPDFText_GetFontWeight()
Dfpdf_edittext.cpp760 return pFont ? pFont->GetFontWeight() : -1; in FPDFFont_GetWeight()
Dfpdf_text_embeddertest.cpp1437 TEST_F(FPDFTextEmbedderTest, GetFontWeight) { in TEST_F() argument
/external/pdfium/xfa/fxfa/
Dcxfa_textparser.cpp359 if (pStyle->GetFontWeight() > FXFONT_FW_NORMAL) in GetFont()