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

  /external/pdfium/core/src/fpdftext/
fpdf_text.cpp 86 FX_FLOAT char_right = local
96 matrix.TransformRect(char_left, char_right, char_top, char_bottom);
99 InsertTextBox(NULL, char_origy, char_left, char_right, char_top,
126 FX_FLOAT char_right = pPosArray[cc * 2 + 1]; local
146 segment_right = char_right;
150 last_right = char_right;
fpdf_text_int.cpp 2424 FX_WCHAR char_right = 0; local
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page.cpp 436 FX_FLOAT char_right = curpos + char_rect.right * fontsize / 1000; local
443 if (min_x > char_right) {
444 min_x = char_right;
446 if (max_x < char_right) {
447 max_x = char_right;
  /external/pdfium/core/src/fxge/ge/
fx_ge_text.cpp 62 int char_right = char_left + char_width; local
68 rect.right = char_right;
76 if (rect.right < char_right) {
77 rect.right = char_right;
    [all...]

Completed in 3324 milliseconds