Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxge/apple/
Dfx_apple_platform.cpp117 pFont->GetSubstFont()->m_Weight >= 500 && in DrawDeviceText()
118 pFont->GetSubstFont()->m_Weight <= 600) { in DrawDeviceText()
Dfx_quartz_device.cpp894 pFont->GetSubstFont()->m_Weight >= 500 && in DrawDeviceText()
895 pFont->GetSubstFont()->m_Weight <= 600) { in DrawDeviceText()
/external/pdfium/core/src/fxge/ge/
Dtext_int.h96 int m_Weight; variable
Dfx_ge_fontmap.cpp17 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()
Dfx_ge_text.cpp1134 … 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/
Dfx_font.h181 int m_Weight; variable
/external/pdfium/core/src/fpdfapi/fpdf_edit/
Dfpdf_edit_doc.cpp1035 nStemV = pFont->m_pSubstFont->m_Weight / 5; in AddFont()