Searched refs:bottomy (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/core/src/fpdftext/ |
D | txtproc.h | 34 FX_FLOAT bottomy, 65 FX_FLOAT bottomy,
|
D | fpdf_text.cpp | 112 FX_FLOAT bottomy = pText->m_Bottom; in ProcessObject() local 130 leftx + segment_right, topy, bottomy, spacew, in ProcessObject() 137 leftx + segment_right, topy, bottomy, spacew, in ProcessObject() 154 leftx + segment_right, topy, bottomy, spacew, in ProcessObject() 163 FX_FLOAT bottomy, in InsertTextBox() argument 201 pBaseLine->InsertTextBox(leftx, rightx, topy, bottomy, spacew, fontsize_v, in InsertTextBox() 508 FX_FLOAT bottomy, in InsertTextBox() argument 515 if (m_Bottom > bottomy) { in InsertTextBox() 516 m_Bottom = bottomy; in InsertTextBox() 533 pText->m_Bottom = bottomy; in InsertTextBox()
|