Home
last modified time | relevance | path

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

/external/pdfium/xfa/fgas/layout/
Dcfx_txtbreak.cpp667 float fCharWidth; in GetDisplayPos() local
837 fCharWidth = fFontSize * iCharWidth / 1000.0f; in GetDisplayPos()
839 fX -= fCharWidth; in GetDisplayPos()
870 fX += fCharWidth; in GetDisplayPos()
961 float fRTLeft = 0, fCharWidth = 0; in GetCharRects() local
963 fCharWidth = iCharWidth * fScale; in GetCharRects()
966 fRTLeft = (rect.width - fCharWidth) / 2.0f; in GetCharRects()
971 rtBBoxF.width = fCharWidth; in GetCharRects()
Dcfx_rtfbreak.cpp742 float fCharWidth = fFontSize * iCharWidth / 1000.0f; in GetDisplayPos() local
744 fX -= fCharWidth; in GetDisplayPos()
749 fX += fCharWidth; in GetDisplayPos()