HomeSort by relevance Sort by last modified time
    Searched refs:fontsize_v (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 66 FX_FLOAT fontsize_v = pText->m_TextState.GetFontSizeV(); local
97 char_bottom, spacew, fontsize_v, str, pFont);
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,
191 pBaseLine->InsertTextBox(leftx, rightx, topy, bottomy, spacew, fontsize_v, text);
516 FX_FLOAT spacew, FX_FLOAT fontsize_v, const CFX_WideString& text)
524 if (m_MaxFontSizeV < fontsize_v) {
525 m_MaxFontSizeV = fontsize_v;
    [all...]

Completed in 37 milliseconds