Home
last modified time | relevance | path

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

/external/pdfium/xfa/fgas/layout/
Dcfx_txtbreak.cpp683 float fCharWidth; in GetDisplayPos() local
855 fCharWidth = fFontSize * iCharWidth / 1000.0f; in GetDisplayPos()
857 fX -= fCharWidth; in GetDisplayPos()
885 fX += fCharWidth; in GetDisplayPos()
974 float fRTLeft = 0, fCharWidth = 0; in GetCharRects() local
976 fCharWidth = iCharWidth * fScale; in GetCharRects()
979 fRTLeft = (rect.width - fCharWidth) / 2.0f; in GetCharRects()
984 rtBBoxF.width = fCharWidth; in GetCharRects()
Dcfx_rtfbreak.cpp790 float fCharWidth = fFontSize * iCharWidth / 1000.0f; in GetDisplayPos() local
792 fX -= fCharWidth; in GetDisplayPos()
797 fX += fCharWidth; in GetDisplayPos()