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 85 FX_FLOAT char_right = pPosArray ? pPosArray[cc * 2 + 1] : char_box.right * pText->m_TextState.GetFontSize() / 1000; local
91 matrix.TransformRect(char_left, char_right, char_top, char_bottom);
94 InsertTextBox(NULL, char_origy, char_left, char_right, char_top,
121 FX_FLOAT char_right = pPosArray[cc * 2 + 1]; local
139 segment_right = char_right;
143 last_right = char_right;
fpdf_text_int.cpp 2535 int char_right = 0; local
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page.cpp 432 FX_FLOAT char_right = curpos + char_rect.right * fontsize / 1000; local
439 if (min_x > char_right) {
440 min_x = char_right;
442 if (max_x < char_right) {
443 max_x = char_right;
  /external/pdfium/core/src/fxge/ge/
fx_ge_text.cpp 30 int char_right = char_left + char_width; local
35 rect.right = char_right;
43 if (rect.right < char_right) {
44 rect.right = char_right;
    [all...]

Completed in 219 milliseconds