Home
last modified time | relevance | path

Searched refs:SetCombWidth (Results 1 – 9 of 9) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/xfa/fgas/layout/
H A Dcfx_txtbreak.h70 void SetCombWidth(float fCombWidth);
H A Dcfx_txtbreak.cpp50 void CFX_TxtBreak::SetCombWidth(float fCombWidth) { in SetCombWidth() function in CFX_TxtBreak
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/xfa/fgas/layout/
H A Dcfx_txtbreak.h69 void SetCombWidth(float fCombWidth);
H A Dcfx_txtbreak.cpp47 void CFX_TxtBreak::SetCombWidth(float fCombWidth) { in SetCombWidth() function in CFX_TxtBreak
/dports/editors/texmaker/texmaker-5.0.3/pdfium/xfa/fgas/layout/
H A Dfgas_textbreak.h220 void SetCombWidth(FX_FLOAT fCombWidth);
H A Dfgas_textbreak.cpp215 void CFX_TxtBreak::SetCombWidth(FX_FLOAT fCombWidth) { in SetCombWidth() function in CFX_TxtBreak
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/xfa/fde/
H A Dcfde_texteditengine.cpp750 text_break_.SetCombWidth(width); in SetCombTextWidth()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/xfa/fde/
H A Dcfde_texteditengine.cpp748 text_break_.SetCombWidth(width); in SetCombTextWidth()
/dports/editors/texmaker/texmaker-5.0.3/pdfium/xfa/fde/
H A Dcfde_txtedtengine.cpp1141 m_pTextBreak->SetCombWidth(fCombWidth); in UpdateTxtBreak()