Home
last modified time | relevance | path

Searched refs:fCombWidth (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/xfa/fgas/layout/
Dcfx_txtbreak.h64 void SetCombWidth(float fCombWidth);
Dcfx_txtbreak.cpp46 void CFX_TxtBreak::SetCombWidth(float fCombWidth) { in SetCombWidth() argument
47 m_iCombWidth = FXSYS_round(fCombWidth * 20000.0f); in SetCombWidth()