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 87 FX_FLOAT char_right = pPosArray ? pPosArray[cc * 2 + 1] : char_box.right * pText->m_TextState.GetFontSize() / 1000; local
93 matrix.TransformRect(char_left, char_right, char_top, char_bottom);
96 InsertTextBox(NULL, char_origy, char_left, char_right, char_top,
123 FX_FLOAT char_right = pPosArray[cc * 2 + 1]; local
143 segment_right = char_right;
147 last_right = char_right;
fpdf_text_int.cpp 2492 int 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;
    [all...]
  /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 50 milliseconds