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 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,
fpdf_text.cpp 66 FX_FLOAT spacew = 0; local
68 spacew = fontsize_h * pFont->GetCharWidthF(space_charcode) / 1000;
70 if (spacew == 0) {
71 spacew = fontsize_h / 4;
95 char_bottom, spacew, fontsize_v, str, pFont);
123 if (char_left < last_left || (char_left - last_right) > spacew / 2) {
125 topy, bottomy, spacew, fontsize_v, segment, pFont);
131 topy, bottomy, spacew, fontsize_v, segment, pFont);
147 topy, bottomy, spacew, fontsize_v, segment, pFont);
151 FX_FLOAT rightx, FX_FLOAT topy, FX_FLOAT bottomy, FX_FLOAT spacew, FX_FLOAT fontsize_v
614 FX_FLOAT spacew = (pThisText->m_SpaceWidth == 0.0) ? local
    [all...]

Completed in 903 milliseconds