Home
last modified time | relevance | path

Searched refs:m_Weight (Results 1 – 8 of 8) sorted by relevance

/external/pdfium/core/fxge/
Dcfx_glyphcache.cpp77 anti_alias, pFont->GetSubstFont()->m_Weight, in GenKey()
87 anti_alias, pFont->GetSubstFont()->m_Weight, in GenKey()
143 pFont->GetSubstFont()->m_Weight); in RenderGlyph()
165 weight = pSubstFont ? pSubstFont->m_Weight : 0; in RenderGlyph()
233 int weight = pSubstFont ? pSubstFont->m_Weight : 0; in LoadGlyphPath()
Dcfx_substfont.h20 int m_Weight = 0; variable
Dcfx_fontmapper.cpp367 pSubstFont->m_Weight = weight; in UseInternalSubst()
369 pSubstFont->m_Weight = pSubstFont->m_Weight * 4 / 5; in UseInternalSubst()
654 pSubstFont->m_Weight = weight; in FindSubstFont()
Dcfx_font.cpp655 AdjustMMParams(glyph_index, dest_width, m_pSubstFont->m_Weight); in LoadGlyphPathImpl()
665 m_pSubstFont->m_Weight > 400) { in LoadGlyphPathImpl()
666 uint32_t index = (m_pSubstFont->m_Weight - 400) / 10; in LoadGlyphPathImpl()
/external/pdfium/core/fxge/apple/
Dfx_apple_platform.cpp116 pFont->GetSubstFont()->m_Weight >= 500 && in DrawDeviceText()
117 pFont->GetSubstFont()->m_Weight <= 600) { in DrawDeviceText()
/external/pdfium/xfa/fde/
Dcfde_textout.cpp63 SubstFxFont->m_Weight = FontStyleIsForceBold(dwFontStyle) ? 700 : 400; in DrawString()
65 SubstFxFont->m_WeightCJK = SubstFxFont->m_Weight; in DrawString()
/external/pdfium/xfa/fgas/font/
Dcfgas_gefont.cpp148 if (pSubstFont->m_Weight == FXFONT_FW_BOLD) in GetFontStyles()
/external/pdfium/core/fpdfapi/page/
Dcpdf_docpagedata.cpp516 nStemV = pFont->GetSubstFont()->m_Weight / 5; in AddFont()