Searched refs:spacew (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/core/src/fpdftext/ |
D | fpdf_text.cpp | 66 FX_FLOAT spacew = 0; in ProcessObject() local 68 spacew = fontsize_h * pFont->GetCharWidthF(space_charcode) / 1000; in ProcessObject() 70 if (spacew == 0) { in ProcessObject() 71 spacew = fontsize_h / 4; in ProcessObject() 95 char_bottom, spacew, fontsize_v, str, pFont); in ProcessObject() 123 if (char_left < last_left || (char_left - last_right) > spacew / 2) { 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 [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,
|