Home
last modified time | relevance | path

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

/external/pdfium/core/fpdftext/
Dcpdf_textpage.cpp1233 uint32_t nLastWidth = in ProcessInsertObject() local
1235 float last_width = nLastWidth * m_pPrevTextObj->GetFontSize() / 1000; in ProcessInsertObject()
1298 float threshold2 = std::max(nLastWidth, nThisWidth); in ProcessInsertObject()
1300 if (nLastWidth >= nThisWidth) { in ProcessInsertObject()