HomeSort by relevance Sort by last modified time
    Searched defs:iVerScale (Results 1 - 3 of 3) sorted by null

  /external/pdfium/xfa/fxfa/
cxfa_textpiece.h 29 int32_t iVerScale;
  /external/pdfium/xfa/fgas/layout/
cfx_rtfbreak.cpp 688 int32_t iVerScale = pText->iVerticalScale;
757 pCharPos->m_Origin.y += fAscent * iVerScale / 100.0f;
760 if (iHorScale != 100 || iVerScale != 100) {
766 pCharPos->m_AdjustMatrix[2] * iVerScale / 100.0f;
768 pCharPos->m_AdjustMatrix[3] * iVerScale / 100.0f;
cfx_txtbreak.cpp 669 int32_t iVerScale = pTxtRun->iVerticalScale;
879 if (iHorScale != 100 || iVerScale != 100) {
885 pCharPos->m_AdjustMatrix[2] * iVerScale / 100.0f;
887 pCharPos->m_AdjustMatrix[3] * iVerScale / 100.0f;

Completed in 181 milliseconds