Searched refs:m_Weight (Results 1 – 9 of 9) sorted by relevance
/external/pdfium/core/src/fxge/apple/ |
D | fx_apple_platform.cpp | 114 pFont->GetSubstFont()->m_Weight >= 500 && in DrawDeviceText() 115 pFont->GetSubstFont()->m_Weight <= 600) { in DrawDeviceText()
|
D | fx_quartz_device.cpp | 818 pFont->GetSubstFont()->m_Weight >= 500 && in DrawDeviceText() 819 pFont->GetSubstFont()->m_Weight <= 600) { in DrawDeviceText()
|
/external/pdfium/core/src/fxge/ge/ |
D | fx_ge_text.cpp | 1292 dest_width, anti_alias, pFont->GetSubstFont()->m_Weight, in LoadGlyphBitmap() 1303 dest_width, anti_alias, pFont->GetSubstFont()->m_Weight, in LoadGlyphBitmap() 1314 dest_width, anti_alias, pFont->GetSubstFont()->m_Weight, in LoadGlyphBitmap() 1359 dest_width, anti_alias, pFont->GetSubstFont()->m_Weight, in LoadGlyphBitmap() 1542 pFont->GetSubstFont()->m_Weight); in RenderGlyph() 1567 weight = pSubstFont ? pSubstFont->m_Weight : 0; in RenderGlyph() 1651 key += (((pFont->GetSubstFont()->m_Weight / 16) << 15) + in LoadGlyphPath() 1806 AdjustMMParams(glyph_index, dest_width, m_pSubstFont->m_Weight); in LoadGlyphPath() 1819 m_pSubstFont->m_Weight > 400) { in LoadGlyphPath() 1820 int index = (m_pSubstFont->m_Weight - 400) / 10; in LoadGlyphPath()
|
D | fx_ge_fontmap.cpp | 419 m_Weight = 0; in CFX_SubstFont() 811 pSubstFont->m_Weight = weight; in UseInternalSubst() 814 pSubstFont->m_Weight = pSubstFont->m_Weight * 4 / 5; in UseInternalSubst() 1207 pSubstFont->m_Weight = weight; in FindSubstFont()
|
D | fx_ge_font.cpp | 83 m_pSubstFont->m_Weight = pFont->m_pSubstFont->m_Weight; in LoadClone()
|
/external/pdfium/xfa/src/fgas/src/font/ |
D | fx_gefont.cpp | 140 pSubst->m_Weight = in CFX_GEFont() 383 if (m_pFont->GetSubstFont()->m_Weight == FXFONT_FW_BOLD) { in GetFontStyles()
|
/external/pdfium/xfa/src/fdp/src/fde/ |
D | fde_gedevice.cpp | 168 SubstFxFont.m_Weight = dwFontStyle & FX_FONTSTYLE_Bold ? 700 : 400; in DrawString() 169 SubstFxFont.m_WeightCJK = SubstFxFont.m_Weight; in DrawString()
|
/external/pdfium/core/include/fxge/ |
D | fx_font.h | 216 int m_Weight; variable
|
/external/pdfium/core/src/fpdfapi/fpdf_edit/ |
D | fpdf_edit_doc.cpp | 996 nStemV = pFont->GetSubstFont()->m_Weight / 5; in AddFont()
|