Searched refs:fontsize_v (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/core/src/fpdftext/ |
D | fpdf_text.cpp | 64 FX_FLOAT fontsize_v = pText->m_TextState.GetFontSizeV(); in ProcessObject() local 95 char_bottom, spacew, fontsize_v, str, pFont); in ProcessObject() 125 topy, bottomy, spacew, fontsize_v, segment, pFont); in ProcessObject() 131 topy, bottomy, spacew, fontsize_v, segment, pFont); in ProcessObject() 147 topy, bottomy, spacew, fontsize_v, segment, pFont); in ProcessObject() 151 … FX_FLOAT rightx, FX_FLOAT topy, FX_FLOAT bottomy, FX_FLOAT spacew, FX_FLOAT fontsize_v, in InsertTextBox() argument 188 pBaseLine->InsertTextBox(leftx, rightx, topy, bottomy, spacew, fontsize_v, text); in InsertTextBox() 508 FX_FLOAT spacew, FX_FLOAT fontsize_v, const CFX_WideString& text) in InsertTextBox() argument 516 if (m_MaxFontSizeV < fontsize_v) { in InsertTextBox() 517 m_MaxFontSizeV = fontsize_v; in InsertTextBox() [all …]
|
D | txtproc.h | 35 FX_FLOAT spacew, FX_FLOAT fontsize_v, const CFX_WideString& str); 57 … FX_FLOAT rightx, FX_FLOAT topy, FX_FLOAT bottomy, FX_FLOAT spacew, FX_FLOAT fontsize_v,
|