Home
last modified time | relevance | path

Searched refs:m_bItalicCJK (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/core/fxge/
Dcfx_substfont.h24 bool m_bItalicCJK = false; variable
Dcfx_glyphcache.cpp124 skew = pSubstFont->m_bItalicCJK ? -15 : 0; in RenderGlyph()
Dcfx_fontmapper.cpp557 pSubstFont->m_bItalicCJK = true; in FindSubstFont()
/external/pdfium/xfa/fde/
Dcfde_textout.cpp66 SubstFxFont->m_bItalicCJK = FontStyleIsItalic(dwFontStyle); in DrawString()