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

  /external/pdfium/core/src/fpdftext/
fpdf_text.cpp 546 FX_FLOAT inter_h = inter_top - inter_bottom; local
547 if (inter_h < (m_Top - m_Bottom) / 2 && inter_h < (pOther->m_Top - pOther->m_Bottom) / 2) {
  /external/pdfium/core/src/reflow/
layoutprocessor_reflow.cpp 391 FX_FLOAT inter_h = inter_top - inter_bottom; local
392 if (inter_h < (lineHeight) / 2 && inter_h < Rect2.Height() / 2) {
    [all...]

Completed in 2518 milliseconds