Searched refs:nThisWidth (Results 1 – 1 of 1) sorted by relevance
1281 int nThisWidth = GetCharWidth(item.m_CharCode, pObj->GetFont()); in ProcessInsertObject() local1282 float this_width = nThisWidth * pObj->GetFontSize() / 1000; in ProcessInsertObject()1342 threshold = (float)(nLastWidth > nThisWidth ? nLastWidth : nThisWidth); in ProcessInsertObject()1348 if (nLastWidth >= nThisWidth) { in ProcessInsertObject()