Home
last modified time | relevance | path

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

/external/pdfium/xfa/fgas/layout/
Dcfx_txtbreak.cpp968 CFX_RectF rtBBoxF; in GetCharRects() local
969 rtBBoxF.left = rect.left + fRTLeft; in GetCharRects()
970 rtBBoxF.top = rect.top + (rect.height - fHeight) / 2.0f; in GetCharRects()
971 rtBBoxF.width = fCharWidth; in GetCharRects()
972 rtBBoxF.height = fHeight; in GetCharRects()
973 rtBBoxF.top = std::max(rtBBoxF.top, 0.0f); in GetCharRects()
974 rtArray[i] = rtBBoxF; in GetCharRects()