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

/external/pdfium/xfa/fxfa/app/
H A Dxfa_textpiece.h28 int32_t iHorScale; member in class:XFA_TextPiece
/external/pdfium/xfa/fgas/layout/
H A Dfgas_rtfbreak.cpp892 int32_t iHorScale = pText->iHorizontalScale; local
971 if (iHorScale != 100 || iVerScale != 100) {
973 pCharPos->m_AdjustMatrix[0] * iHorScale / 100.0f;
975 pCharPos->m_AdjustMatrix[1] * iHorScale / 100.0f;
H A Dfgas_textbreak.cpp1176 int32_t iHorScale = pTxtRun->iHorizontalScale; local
1496 if (iHorScale != 100 || iVerScale != 100) {
1498 pCharPos->m_AdjustMatrix[0] * iHorScale / 100.0f;
1500 pCharPos->m_AdjustMatrix[1] * iHorScale / 100.0f;

Completed in 153 milliseconds