Lines Matching defs:rcBBox
783 FX_RECT rcBBox;784 pFont->GetFontBBox(rcBBox);787 FX_FLOAT xdiv = rcCell.Width() / nCharArray * 1000.0f / rcBBox.Width();788 FX_FLOAT ydiv = -rcCell.Height() * 1000.0f / rcBBox.Height();