Home
last modified time | relevance | path

Searched refs:nLastWidth (Results 1 – 1 of 1) sorted by relevance

/external/pdfium/core/fpdftext/
Dcpdf_textpage.cpp1307 int nLastWidth = GetCharWidth(PrevItem.m_CharCode, m_pPreTextObj->GetFont()); in ProcessInsertObject() local
1308 FX_FLOAT last_width = nLastWidth * m_pPreTextObj->GetFontSize() / 1000; in ProcessInsertObject()
1375 threshold = (FX_FLOAT)(nLastWidth > nThisWidth ? nLastWidth : nThisWidth); in ProcessInsertObject()
1381 if (nLastWidth >= nThisWidth) { in ProcessInsertObject()