HomeSort by relevance Sort by last modified time
    Searched refs:spacew (Results 1 - 2 of 2) sorted by null

  /external/pdfium/core/src/fpdftext/
txtproc.h 34 FX_FLOAT spacew, FX_FLOAT fontsize_v, const CFX_WideString& str);
56 FX_FLOAT rightx, FX_FLOAT topy, FX_FLOAT bottomy, FX_FLOAT spacew, FX_FLOAT fontsize_v,
fpdf_text.cpp 68 FX_FLOAT spacew = 0; local
70 spacew = fontsize_h * pFont->GetCharWidthF(space_charcode) / 1000;
72 if (spacew == 0) {
73 spacew = fontsize_h / 4;
97 char_bottom, spacew, fontsize_v, str, pFont);
125 if (char_left < last_left || (char_left - last_right) > spacew / 2) {
127 topy, bottomy, spacew, fontsize_v, segment, pFont);
135 topy, bottomy, spacew, fontsize_v, segment, pFont);
151 topy, bottomy, spacew, fontsize_v, segment, pFont);
156 FX_FLOAT rightx, FX_FLOAT topy, FX_FLOAT bottomy, FX_FLOAT spacew, FX_FLOAT fontsize_v,
626 FX_FLOAT spacew = (pThisText->m_SpaceWidth == 0.0) ? local
    [all...]

Completed in 393 milliseconds