Home
last modified time | relevance | path

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

/external/pdfium/xfa/fde/tto/
Dfde_textout.cpp224 FX_FLOAT fInc = rect.Height() - fHeight; in CalcTextSize() local
226 fInc = rect.Width() - fHeight; in CalcTextSize()
230 fInc /= 2.0f; in CalcTextSize()
232 fInc = 0.0f; in CalcTextSize()
236 rect.left += fInc; in CalcTextSize()
241 rect.top += fInc; in CalcTextSize()
688 FX_FLOAT fInc = fLineStopS - fLineStopD; in DoAlignment() local
691 fInc /= 2.0f; in DoAlignment()
693 fInc = 0.0f; in DoAlignment()
695 if (fInc < 1.0f) in DoAlignment()
[all …]