Searched refs:nThisWidth (Results 1 - 1 of 1) sorted by relevance

/external/pdfium/core/fpdftext/
H A Dcpdf_textpage.cpp1310 int nThisWidth = GetCharWidth(item.m_CharCode, pObj->GetFont()); local
1311 FX_FLOAT this_width = nThisWidth * pObj->GetFontSize() / 1000;
1375 threshold = (FX_FLOAT)(nLastWidth > nThisWidth ? nLastWidth : nThisWidth);
1381 if (nLastWidth >= nThisWidth) {

Completed in 99 milliseconds