Searched refs:leftx (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/core/src/fpdftext/ |
D | fpdf_text.cpp | 113 FX_FLOAT leftx = pText->m_Left; in ProcessObject() local 129 pBaseLine = InsertTextBox(pBaseLine, baseline, leftx + segment_left, in ProcessObject() 130 leftx + segment_right, topy, bottomy, spacew, in ProcessObject() 136 pBaseLine = InsertTextBox(pBaseLine, baseline, leftx + segment_left, in ProcessObject() 137 leftx + segment_right, topy, bottomy, spacew, in ProcessObject() 153 pBaseLine = InsertTextBox(pBaseLine, baseline, leftx + segment_left, in ProcessObject() 154 leftx + segment_right, topy, bottomy, spacew, in ProcessObject() 160 FX_FLOAT leftx, in InsertTextBox() argument 201 pBaseLine->InsertTextBox(leftx, rightx, topy, bottomy, spacew, fontsize_v, in InsertTextBox() 213 FX_FLOAT leftx, rightx; in WriteOutput() local [all …]
|
D | txtproc.h | 31 void InsertTextBox(FX_FLOAT leftx, 38 FX_BOOL GetWidth(FX_FLOAT& leftx, FX_FLOAT& rightx); 44 FX_FLOAT leftx, 62 FX_FLOAT leftx,
|