Home
last modified time | relevance | path

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

/external/pdfium/core/src/fpdftext/
Dfpdf_text_search.cpp111 int nThisWidth = GetCharWidth(item.m_CharCode, pObj->GetFont()); in FPDFText_ProcessInterObj() local
112 FX_FLOAT this_width = nThisWidth * pObj->GetFontSize() / 1000; in FPDFText_ProcessInterObj()
124 threshold = (FX_FLOAT)(nLastWidth > nThisWidth ? nLastWidth : nThisWidth); in FPDFText_ProcessInterObj()
128 threshold *= nLastWidth > nThisWidth ? FXSYS_fabs(pPrevObj->GetFontSize()) in FPDFText_ProcessInterObj()
Dfpdf_text_int.cpp1878 int nThisWidth = GetCharWidth(item.m_CharCode, pObj->GetFont()); in ProcessInsertObject() local
1879 FX_FLOAT this_width = nThisWidth * pObj->GetFontSize() / 1000; in ProcessInsertObject()
1943 threshold = (FX_FLOAT)(nLastWidth > nThisWidth ? nLastWidth : nThisWidth); in ProcessInsertObject()
1949 if (nLastWidth >= nThisWidth) { in ProcessInsertObject()