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

  /external/pdfium/xfa/fxfa/
cxfa_textpiece.h 28 int32_t iHorScale;
  /external/pdfium/xfa/fgas/layout/
cfx_rtfbreak.cpp 687 int32_t iHorScale = pText->iHorizontalScale;
760 if (iHorScale != 100 || iVerScale != 100) {
762 pCharPos->m_AdjustMatrix[0] * iHorScale / 100.0f;
764 pCharPos->m_AdjustMatrix[1] * iHorScale / 100.0f;
cfx_txtbreak.cpp 668 int32_t iHorScale = pTxtRun->iHorizontalScale;
879 if (iHorScale != 100 || iVerScale != 100) {
881 pCharPos->m_AdjustMatrix[0] * iHorScale / 100.0f;
883 pCharPos->m_AdjustMatrix[1] * iHorScale / 100.0f;

Completed in 59 milliseconds