Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fgas/src/layout/
Dfx_textbreak.h81 virtual void SetCombWidth(FX_FLOAT fCombWidth);
Dfx_textbreak.cpp201 void CFX_TxtBreak::SetCombWidth(FX_FLOAT fCombWidth) { in SetCombWidth() function in CFX_TxtBreak
/external/pdfium/xfa/src/fgas/include/
Dfx_tbk.h195 virtual void SetCombWidth(FX_FLOAT fCombWidth) = 0;
/external/pdfium/xfa/src/fee/src/fee/
Dfde_txtedtengine.cpp1580 m_pTextBreak->SetCombWidth(fCombWidth); in UpdateTxtBreak()