Home
last modified time | relevance | path

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

/external/pdfium/xfa/fde/
Dcfde_textout.cpp230 float fInc = pRect->Height() - fHeight; in CalcLogicSize() local
232 fInc /= 2.0f; in CalcLogicSize()
234 fInc = 0.0f; in CalcLogicSize()
237 pRect->top += fInc; in CalcLogicSize()
492 float fInc = rect.bottom() - pFirstPiece->rtPiece.bottom(); in DoAlignment() local
494 fInc /= 2.0f; in DoAlignment()
496 fInc = 0.0f; in DoAlignment()
498 if (fInc < 1.0f) in DoAlignment()
504 line.GetPtrAt(j)->rtPiece.top += fInc; in DoAlignment()