Home | History | Annotate | Download | only in reflow

Lines Matching refs:this_width

1177     FX_FLOAT this_width = GetCharWidth(item.m_CharCode, pObj->GetFont()) * pObj->GetFontSize() / 1000;
1178 this_width = FXSYS_fabs(this_width);
1179 FX_FLOAT threshold = last_width > this_width ? last_width / 4 : this_width / 4;
1217 FX_FLOAT this_width = pObj->GetFont()->GetCharWidthF(item.m_CharCode) * pObj->GetFontSize() / 1000;
1218 this_width = FXSYS_fabs(this_width);
1219 FX_FLOAT threshold = last_width > this_width ? last_width / 4 : this_width / 4;