Home
last modified time | relevance | path

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

/external/pdfium/xfa/fgas/layout/
Dfgas_textbreak.cpp1174 FX_FLOAT fCharWidth; in GetDisplayPos() local
1384 fCharWidth = fFontSize * iCharWidth / 1000.0f; in GetDisplayPos()
1390 fX -= fCharWidth; in GetDisplayPos()
1436 fX += fCharWidth; in GetDisplayPos()
1459 pCharPos->m_Origin.x += fCharWidth; in GetDisplayPos()
1486 pCharPos->m_Origin.x += fCharWidth; in GetDisplayPos()
1596 FX_FLOAT fRTLeft = 0, fCharWidth = 0; in GetCharRects() local
1598 fCharWidth = iCharWidth * fScale; in GetCharRects()
1601 fRTLeft = (rect.width - fCharWidth) / 2.0f; in GetCharRects()
1607 rtBBoxF.height = fCharWidth; in GetCharRects()
[all …]
Dfgas_rtfbreak.cpp890 FX_FLOAT fCharWidth; in GetDisplayPos() local
952 fCharWidth = fFontSize * iCharWidth / 1000.0f; in GetDisplayPos()
955 fX -= fCharWidth; in GetDisplayPos()
960 fX += fCharWidth; in GetDisplayPos()