Searched refs:m_Weight (Results 1 – 7 of 7) sorted by relevance
/external/pdfium/core/src/fxge/apple/ |
D | fx_apple_platform.cpp | 117 pFont->GetSubstFont()->m_Weight >= 500 && in DrawDeviceText() 118 pFont->GetSubstFont()->m_Weight <= 600) { in DrawDeviceText()
|
D | fx_quartz_device.cpp | 894 pFont->GetSubstFont()->m_Weight >= 500 && in DrawDeviceText() 895 pFont->GetSubstFont()->m_Weight <= 600) { in DrawDeviceText()
|
/external/pdfium/core/src/fxge/ge/ |
D | text_int.h | 96 int m_Weight; variable
|
D | fx_ge_fontmap.cpp | 17 m_Weight = 0; in CFX_SubstFont() 789 pSubstFont->m_Weight = weight; in UseInternalSubst() 792 pSubstFont->m_Weight = pSubstFont->m_Weight * 4 / 5; in UseInternalSubst() 1285 pSubstFont->m_Weight = weight; in FindSubstFont() 1310 m_Weight = 0; in CFontFileFaceInfo()
|
D | fx_ge_text.cpp | 1134 … pFont->GetSubstFont()->m_Weight, pFont->GetSubstFont()->m_ItalicAngle, pFont->IsVertical()); in LoadGlyphBitmap() 1143 … pFont->GetSubstFont()->m_Weight, pFont->GetSubstFont()->m_ItalicAngle, pFont->IsVertical()); in LoadGlyphBitmap() 1151 … pFont->GetSubstFont()->m_Weight, pFont->GetSubstFont()->m_ItalicAngle, pFont->IsVertical(), 3); in LoadGlyphBitmap() 1190 … pFont->GetSubstFont()->m_Weight, pFont->GetSubstFont()->m_ItalicAngle, pFont->IsVertical()); in LoadGlyphBitmap() 1398 pFont->AdjustMMParams(glyph_index, dest_width, pFont->GetSubstFont()->m_Weight); in RenderGlyph() 1413 weight = pSubstFont ? pSubstFont->m_Weight : 0; in RenderGlyph() 1577 key = (FX_LPVOID)(FX_UINTPTR)(glyph_index + ((pFont->GetSubstFont()->m_Weight / 16) << 15) + in LoadGlyphPath() 1710 AdjustMMParams(glyph_index, dest_width, m_pSubstFont->m_Weight); in LoadGlyphPath() 1721 …if (m_pSubstFont && !(m_pSubstFont->m_SubstFlags & FXFONT_SUBST_MM) && m_pSubstFont->m_Weight > 40… in LoadGlyphPath() 1724 level = g_WeightPow_SHIFTJIS[(m_pSubstFont->m_Weight - 400) / 10] * 2 * 65536 / 36655; in LoadGlyphPath() [all …]
|
/external/pdfium/core/include/fxge/ |
D | fx_font.h | 181 int m_Weight; variable
|
/external/pdfium/core/src/fpdfapi/fpdf_edit/ |
D | fpdf_edit_doc.cpp | 1035 nStemV = pFont->m_pSubstFont->m_Weight / 5; in AddFont()
|