Home
last modified time | relevance | path

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

/external/pdfium/xfa/fgas/layout/
Dcfx_rtfbreak.cpp749 TextCharPos& current_char_pos = (*pCharPos)[szCount]; in GetDisplayPos() local
781 current_char_pos.m_GlyphIndex = pFont->GetGlyphIndex(wForm); in GetDisplayPos()
782 if (current_char_pos.m_GlyphIndex == 0xFFFF) in GetDisplayPos()
783 current_char_pos.m_GlyphIndex = pFont->GetGlyphIndex(wch); in GetDisplayPos()
785 current_char_pos.m_ExtGID = current_char_pos.m_GlyphIndex; in GetDisplayPos()
787 current_char_pos.m_FontCharWidth = iCharWidth; in GetDisplayPos()
795 current_char_pos.m_Origin = CFX_PointF(fX, fY); in GetDisplayPos()
800 current_char_pos.m_bGlyphAdjust = true; in GetDisplayPos()
801 current_char_pos.m_AdjustMatrix[0] = -1; in GetDisplayPos()
802 current_char_pos.m_AdjustMatrix[1] = 0; in GetDisplayPos()
[all …]