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,
66 FX_FLOAT spacew,
fpdf_text.cpp 63 FX_FLOAT spacew = 0; local
65 spacew = fontsize_h * pFont->GetCharWidthF(space_charcode) / 1000;
67 if (spacew == 0) {
68 spacew = fontsize_h / 4;
100 char_bottom, spacew, fontsize_v, str, pFont);
128 if (char_left < last_left || (char_left - last_right) > spacew / 2) {
130 leftx + segment_right, topy, bottomy, spacew,
137 leftx + segment_right, topy, bottomy, spacew,
154 leftx + segment_right, topy, bottomy, spacew,
164 FX_FLOAT spacew,
618 FX_FLOAT spacew = (pThisText->m_SpaceWidth == 0.0) local
    [all...]

Completed in 4487 milliseconds