Home
last modified time | relevance | path

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

/external/pdfium/xfa/fgas/layout/
Dcfx_txtbreak.cpp961 float fRTLeft = 0, fCharWidth = 0; in GetCharRects() local
964 fRTLeft = fLeft; in GetCharRects()
966 fRTLeft = (rect.width - fCharWidth) / 2.0f; in GetCharRects()
969 rtBBoxF.left = rect.left + fRTLeft; in GetCharRects()