Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fgas/src/layout/
Dfx_textbreak.cpp1633 FX_FLOAT fRTLeft = 0, fCharWidth = 0; in GetCharRects() local
1636 fRTLeft = fLeft; in GetCharRects()
1638 fRTLeft = (rect.width - fCharWidth) / 2.0f; in GetCharRects()
1643 rtBBoxF.top = rect.left + fRTLeft; in GetCharRects()
1649 rtBBoxF.left = rect.left + fRTLeft; in GetCharRects()
Dfx_rtfbreak.cpp1497 FX_FLOAT fRTLeft = 0, fCharWidth = 0; in GetCharRects() local
1500 fRTLeft = fLeft; in GetCharRects()
1502 fRTLeft = (rect.width - fCharWidth) / 2.0f; in GetCharRects()
1507 rtBBoxF.top = rect.left + fRTLeft; in GetCharRects()
1513 rtBBoxF.left = rect.left + fRTLeft; in GetCharRects()