Searched refs:topy (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/core/src/fpdftext/ |
D | fpdf_text.cpp | 111 FX_FLOAT topy = pText->m_Top; 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() 162 FX_FLOAT topy, in InsertTextBox() argument 201 pBaseLine->InsertTextBox(leftx, rightx, topy, bottomy, spacew, fontsize_v, in InsertTextBox() 507 FX_FLOAT topy, in InsertTextBox() argument 512 if (m_Top < topy) { in InsertTextBox() 513 m_Top = topy; in InsertTextBox() 532 pText->m_Top = topy; in InsertTextBox()
|
D | txtproc.h | 33 FX_FLOAT topy, 64 FX_FLOAT topy,
|