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

  /external/pdfium/core/src/fpdftext/
fpdf_text_search.cpp 90 FX_WCHAR preChar = 0, curChar = 0;
93 preChar = wstr.GetAt(0);
120 if (FXSYS_fabs(last_pos + last_width - x) > threshold && curChar != L' ' && preChar != L' ')
121 if(curChar != L' ' && preChar != L' ') {
fpdf_text_int.cpp     [all...]
  /external/pdfium/core/src/reflow/
layoutprocessor_reflow.cpp     [all...]

Completed in 402 milliseconds