Home
last modified time | relevance | path

Searched refs:m_bGlyphAdjust (Results 1 – 10 of 10) sorted by relevance

/external/pdfium/core/src/fxge/ge/
Dfx_ge_ps.cpp14 FX_BOOL m_bGlyphAdjust; member
547 if ((!pPSFont->m_Glyphs[j].m_bGlyphAdjust && !charpos.m_bGlyphAdjust) || in FindPSFontGlyph()
548 (pPSFont->m_Glyphs[j].m_bGlyphAdjust && charpos.m_bGlyphAdjust && in FindPSFontGlyph()
587 pPSFont->m_Glyphs[ps_glyphindex].m_bGlyphAdjust = charpos.m_bGlyphAdjust; in FindPSFontGlyph()
588 if (charpos.m_bGlyphAdjust) { in FindPSFontGlyph()
600 if (charpos.m_bGlyphAdjust) in FindPSFontGlyph()
610 if (charpos.m_bGlyphAdjust) { in FindPSFontGlyph()
Dfx_ge_text.cpp292 if (charpos.m_bGlyphAdjust) { in DrawNormalText()
1129 if (charpos.m_bGlyphAdjust) in DrawTextPath()
/external/pdfium/core/src/fxge/apple/
Dfx_apple_platform.cpp119 if (pCharPos[i].m_bGlyphAdjust) { in DrawDeviceText()
Dfx_quartz_device.cpp827 if (pCharPos[i].m_bGlyphAdjust || font_size < 0) { in DrawDeviceText()
841 if (char_pos->m_bGlyphAdjust) { in DrawDeviceText()
/external/pdfium/core/src/fpdfapi/fpdf_render/
Dfpdf_render_text.cpp559 charpos.m_bGlyphAdjust = FALSE; in Load()
582 charpos.m_bGlyphAdjust = TRUE; in Load()
772 if (charpos.m_bGlyphAdjust) in DrawTextPathWithPattern()
/external/pdfium/core/include/fxge/
Dfx_ge.h237 FX_BOOL m_bGlyphAdjust; member
/external/pdfium/xfa/src/fxgraphics/src/
Dfx_graphics.cpp1116 charPos[0].m_bGlyphAdjust = TRUE; in CalcTextInfo()
1131 charPos[i].m_bGlyphAdjust = TRUE; in CalcTextInfo()
/external/pdfium/xfa/src/fdp/src/fde/
Dfde_gdidevice.cpp162 if (pCharPos->m_bGlyphAdjust) { in DrawString()
/external/pdfium/xfa/src/fgas/src/layout/
Dfx_textbreak.cpp1475 pCharPos->m_bGlyphAdjust = TRUE; in GetDisplayPos()
Dfx_rtfbreak.cpp1342 pCharPos->m_bGlyphAdjust = TRUE; in GetDisplayPos()