Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/win32/
Dcfx_psrenderer.cpp85 bool m_bGlyphAdjust; member
543 ((!pPSFont->m_Glyphs[j].m_bGlyphAdjust && !charpos.m_bGlyphAdjust) || in FindPSFontGlyph()
544 (pPSFont->m_Glyphs[j].m_bGlyphAdjust && charpos.m_bGlyphAdjust && in FindPSFontGlyph()
586 pPSFont->m_Glyphs[glyphindex].m_bGlyphAdjust = charpos.m_bGlyphAdjust; in FindPSFontGlyph()
587 if (charpos.m_bGlyphAdjust) { in FindPSFontGlyph()
596 if (charpos.m_bGlyphAdjust) { in FindPSFontGlyph()
608 if (charpos.m_bGlyphAdjust) in FindPSFontGlyph()
/external/pdfium/core/fpdfapi/render/
Dcpdf_charposlist.cpp67 charpos.m_bGlyphAdjust = false; in Load()
88 charpos.m_bGlyphAdjust = true; in Load()
117 charpos.m_bGlyphAdjust = true; in Load()
Dcpdf_renderstatus.cpp2052 if (charpos.m_bGlyphAdjust) { in DrawTextPathWithPattern()
/external/pdfium/core/fxge/apple/
Dfx_apple_platform.cpp119 if (pCharPos[i].m_bGlyphAdjust) in DrawDeviceText()
/external/pdfium/core/fxge/
Dcfx_renderdevice.h84 bool m_bGlyphAdjust; variable
Dcfx_renderdevice.cpp361 m_bGlyphAdjust(false), in FXTEXT_CHARPOS()
956 if (charpos.m_bGlyphAdjust) { in DrawNormalText()
1100 if (charpos.m_bGlyphAdjust) { in DrawTextPath()
/external/pdfium/core/fxge/skia/
Dfx_skia_device.cpp802 if (!cp.m_bGlyphAdjust) in HasRSX()
888 if (cp.m_bGlyphAdjust) { in DrawText()
1590 if (cp.m_bGlyphAdjust) { in DrawDeviceText()
1622 if (cp.m_bGlyphAdjust) { in DrawDeviceText()
1639 if (cp.m_bGlyphAdjust) { in DrawDeviceText()
/external/pdfium/xfa/fgas/layout/
Dcfx_rtfbreak.cpp752 pCharPos->m_bGlyphAdjust = true; in GetDisplayPos()
Dcfx_txtbreak.cpp873 pCharPos->m_bGlyphAdjust = true; in GetDisplayPos()