Searched refs:rcCell (Results 1 – 1 of 1) sorted by relevance
370 CFX_FloatRect rcCell = rcPlate; in GetCharArrayAutoFontSize() local371 float xdiv = rcCell.Width() / nCharArray * 1000.0f / rcBBox.Width(); in GetCharArrayAutoFontSize()372 float ydiv = -rcCell.Height() * 1000.0f / rcBBox.Height(); in GetCharArrayAutoFontSize()