Searched defs:iVerScale (Results 1 - 3 of 3) sorted by relevance

/external/pdfium/xfa/src/fxfa/src/app/
H A Dxfa_textlayout.h232 int32_t iVerScale; member in struct:_XFA_TEXTPIECE
/external/pdfium/xfa/src/fgas/src/layout/
H A Dfx_rtfbreak.cpp1212 int32_t iVerScale = pText->iVerticalScale; local
1349 pCharPos->m_OriginY += fAscent * iVerScale / 100.0f;
1356 fDescent + fAscent * iVerScale / 100.0f - fAscent;
1378 pCharPos->m_OriginY += fAscent * iVerScale / 100.0f - fAscent;
1398 pCharPos->m_OriginX += fAscent * iVerScale / 100.0f;
1401 if (iHorScale != 100 || iVerScale != 100) {
1407 pCharPos->m_AdjustMatrix[2] * iVerScale / 100.0f;
1409 pCharPos->m_AdjustMatrix[3] * iVerScale / 100.0f;
H A Dfx_textbreak.cpp1206 int32_t iVerScale = pTxtRun->iVerticalScale; local
1531 if (iHorScale != 100 || iVerScale != 100) {
1537 pCharPos->m_AdjustMatrix[2] * iVerScale / 100.0f;
1539 pCharPos->m_AdjustMatrix[3] * iVerScale / 100.0f;

Completed in 83 milliseconds