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.cpp30 bool m_bGlyphAdjust; member
477 ((!pPSFont->m_Glyphs[j].m_bGlyphAdjust && !charpos.m_bGlyphAdjust) || in FindPSFontGlyph()
478 (pPSFont->m_Glyphs[j].m_bGlyphAdjust && charpos.m_bGlyphAdjust && in FindPSFontGlyph()
520 pPSFont->m_Glyphs[glyphindex].m_bGlyphAdjust = charpos.m_bGlyphAdjust; in FindPSFontGlyph()
521 if (charpos.m_bGlyphAdjust) { in FindPSFontGlyph()
530 if (charpos.m_bGlyphAdjust) { in FindPSFontGlyph()
541 if (charpos.m_bGlyphAdjust) in FindPSFontGlyph()
/external/pdfium/core/fpdfapi/render/
Dcpdf_charposlist.cpp86 charpos.m_bGlyphAdjust = false; in CPDF_CharPosList()
106 charpos.m_bGlyphAdjust = true; in CPDF_CharPosList()
135 charpos.m_bGlyphAdjust = true; in CPDF_CharPosList()
Dcpdf_renderstatus.cpp1157 if (charpos.m_bGlyphAdjust) { in DrawTextPathWithPattern()
/external/pdfium/core/fxge/
Dtext_char_pos.h26 bool m_bGlyphAdjust = false; variable
Dcfx_renderdevice.cpp930 if (charpos.m_bGlyphAdjust) { in DrawNormalText()
1057 if (charpos.m_bGlyphAdjust) { in DrawTextPath()
/external/pdfium/core/fxge/apple/
Dfx_apple_platform.cpp121 if (pCharPos[i].m_bGlyphAdjust) in DrawDeviceText()
/external/pdfium/core/fxge/skia/
Dfx_skia_device.cpp839 if (!cp.m_bGlyphAdjust) in HasRSX()
939 if (cp.m_bGlyphAdjust) { in DrawText()
1693 if (cp.m_bGlyphAdjust) { in DrawDeviceText()
1725 if (cp.m_bGlyphAdjust) { in DrawDeviceText()
1744 if (cp.m_bGlyphAdjust) { in DrawDeviceText()
/external/pdfium/xfa/fgas/layout/
Dcfx_rtfbreak.cpp800 current_char_pos.m_bGlyphAdjust = true; in GetDisplayPos()
Dcfx_txtbreak.cpp888 pCharPos->m_bGlyphAdjust = true; in GetDisplayPos()