Home
last modified time | relevance | path

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

/external/pdfium/xfa/fgas/layout/
Dcfx_txtbreak.cpp981 CFX_RectF rtBBoxF; in GetCharRects() local
982 rtBBoxF.left = rect.left + fRTLeft; in GetCharRects()
983 rtBBoxF.top = rect.top + (rect.height - fHeight) / 2.0f; in GetCharRects()
984 rtBBoxF.width = fCharWidth; in GetCharRects()
985 rtBBoxF.height = fHeight; in GetCharRects()
986 rtBBoxF.top = std::max(rtBBoxF.top, 0.0f); in GetCharRects()
987 rtArray[i] = rtBBoxF; in GetCharRects()