HomeSort by relevance Sort by last modified time
    Searched refs:nThisWidth (Results 1 - 2 of 2) sorted by null

  /external/pdfium/core/src/fpdftext/
fpdf_text_search.cpp 111 int nThisWidth = GetCharWidth(item.m_CharCode, pObj->GetFont());
112 FX_FLOAT this_width = nThisWidth * pObj->GetFontSize() / 1000;
124 threshold = (FX_FLOAT)(nLastWidth > nThisWidth ? nLastWidth : nThisWidth);
128 threshold *= nLastWidth > nThisWidth ? FXSYS_fabs(pPrevObj->GetFontSize())
fpdf_text_int.cpp     [all...]

Completed in 2294 milliseconds