Searched refs:m_Weight (Results 1 – 9 of 9) sorted by relevance
/external/pdfium/core/fxge/ |
D | cfx_facecache.cpp | 111 pFont->GetSubstFont()->m_Weight); in RenderGlyph() 134 weight = pSubstFont ? pSubstFont->m_Weight : 0; in RenderGlyph() 201 int weight = pSubstFont ? pSubstFont->m_Weight : 0; in LoadGlyphPath() 233 anti_alias, pFont->GetSubstFont()->m_Weight, in LoadGlyphBitmap() 243 anti_alias, pFont->GetSubstFont()->m_Weight, in LoadGlyphBitmap() 253 anti_alias, pFont->GetSubstFont()->m_Weight, in LoadGlyphBitmap() 302 anti_alias, pFont->GetSubstFont()->m_Weight, in LoadGlyphBitmap()
|
D | cfx_substfont.cpp | 14 m_Weight(0), in CFX_SubstFont()
|
D | cfx_substfont.h | 18 int m_Weight; variable
|
D | cfx_fontmapper.cpp | 384 pSubstFont->m_Weight = weight; in UseInternalSubst() 386 pSubstFont->m_Weight = pSubstFont->m_Weight * 4 / 5; in UseInternalSubst() 687 pSubstFont->m_Weight = weight; in FindSubstFont()
|
D | cfx_font.cpp | 569 AdjustMMParams(glyph_index, dest_width, m_pSubstFont->m_Weight); in LoadGlyphPathImpl() 578 m_pSubstFont->m_Weight > 400) { in LoadGlyphPathImpl() 579 uint32_t index = (m_pSubstFont->m_Weight - 400) / 10; in LoadGlyphPathImpl()
|
/external/pdfium/core/fxge/apple/ |
D | fx_apple_platform.cpp | 114 pFont->GetSubstFont()->m_Weight >= 500 && in DrawDeviceText() 115 pFont->GetSubstFont()->m_Weight <= 600) { in DrawDeviceText()
|
/external/pdfium/xfa/fde/ |
D | cfde_textout.cpp | 60 SubstFxFont->m_Weight = FontStyleIsBold(dwFontStyle) ? 700 : 400; in DrawString() 62 SubstFxFont->m_WeightCJK = SubstFxFont->m_Weight; in DrawString()
|
/external/pdfium/xfa/fgas/font/ |
D | cfgas_gefont.cpp | 145 if (pSubstFont->m_Weight == FXFONT_FW_BOLD) in GetFontStyles()
|
/external/pdfium/core/fpdfapi/parser/ |
D | cpdf_document.cpp | 935 nStemV = pFont->GetSubstFont()->m_Weight / 5; in AddFont()
|