Searched refs:m_ItalicAngle (Results 1 – 11 of 11) sorted by relevance
/external/pdfium/core/fxge/ge/ |
D | cfx_facecache.cpp | 116 skew = pSubstFont->m_ItalicAngle; in RenderGlyph() 237 if (pSubstFont->m_Weight < 0 || pSubstFont->m_ItalicAngle < 0) in LoadGlyphPath() 240 uint32_t angle = static_cast<uint32_t>(pSubstFont->m_ItalicAngle); in LoadGlyphPath() 276 pFont->GetSubstFont()->m_ItalicAngle, pFont->IsVertical()); in LoadGlyphBitmap() 286 pFont->GetSubstFont()->m_ItalicAngle, in LoadGlyphBitmap() 296 pFont->GetSubstFont()->m_ItalicAngle, pFont->IsVertical(), in LoadGlyphBitmap() 342 pFont->GetSubstFont()->m_ItalicAngle, pFont->IsVertical()); in LoadGlyphBitmap()
|
D | cfx_substfont.cpp | 15 m_ItalicAngle(0), in CFX_SubstFont()
|
D | cfx_font.cpp | 244 m_pSubstFont->m_ItalicAngle = pFont->m_pSubstFont->m_ItalicAngle; in LoadClone() 617 if (m_pSubstFont->m_ItalicAngle) { in LoadGlyphPathImpl() 618 int skew = m_pSubstFont->m_ItalicAngle; in LoadGlyphPathImpl()
|
D | cfx_fontmapper.cpp | 400 pSubstFont->m_ItalicAngle = italic_angle; in UseInternalSubst() 713 pSubstFont->m_ItalicAngle = italic_angle; in FindSubstFont()
|
/external/pdfium/core/fxge/ |
D | cfx_substfont.h | 23 int m_ItalicAngle; variable
|
/external/pdfium/core/fpdfapi/font/ |
D | cpdf_font.cpp | 60 m_ItalicAngle(0) {} in CPDF_Font() 173 m_ItalicAngle = ItalicAngle; in LoadFontDescriptor() 454 m_StemV * 5, m_ItalicAngle, 0, in FallbackFontFromCharcode()
|
D | cpdf_font.h | 113 int m_ItalicAngle; variable
|
D | cpdf_simplefont.cpp | 187 safeStemV.ValueOrDefault(FXFONT_FW_NORMAL), m_ItalicAngle, 0, in LoadSubstFont()
|
D | cpdf_cidfont.cpp | 767 safeStemV.ValueOrDefault(FXFONT_FW_NORMAL), m_ItalicAngle, in LoadSubstFont()
|
/external/pdfium/xfa/fde/ |
D | fde_gedevice.cpp | 156 SubstFxFont->m_ItalicAngle = dwFontStyle & FX_FONTSTYLE_Italic ? -12 : 0; in DrawString()
|
/external/pdfium/core/fpdfapi/parser/ |
D | cpdf_document.cpp | 925 pFont->GetSubstFont() ? pFont->GetSubstFont()->m_ItalicAngle : 0; in AddFont()
|