Searched refs:rtBBoxF (Results 1 – 1 of 1) sorted by relevance
981 CFX_RectF rtBBoxF; in GetCharRects() local982 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()