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

  /external/pdfium/core/fxge/ge/
fx_ge_text.cpp 83 FX_SAFE_INT32 char_bottom = char_top + char_height; local
84 if (!char_bottom.IsValid())
95 pdfium::base::CheckMax(rect.bottom, char_bottom));
102 rect.bottom = char_bottom.ValueOrDie();
  /external/pdfium/core/fpdfapi/page/
cpdf_textobject.cpp 240 FX_FLOAT char_bottom = curpos + char_rect.bottom * fontsize / 1000; local
241 min_y = std::min(min_y, std::min(char_top, char_bottom));
242 max_y = std::max(max_y, std::max(char_top, char_bottom));

Completed in 620 milliseconds