HomeSort by relevance Sort by last modified time
    Searched full:last_left (Results 1 - 1 of 1) sorted by null

  /external/pdfium/core/src/fpdftext/
fpdf_text.cpp 116 FX_FLOAT last_left = 0, last_right = 0, segment_left = 0, segment_right = 0; local
125 if (char_left < last_left || (char_left - last_right) > spacew / 2) {
146 last_left = char_left;

Completed in 77 milliseconds