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

  /external/pdfium/xfa/fxfa/app/
xfa_textpiece.h 29 int32_t iVerScale;
cxfa_textlayout.cpp     [all...]
  /external/pdfium/xfa/fgas/layout/
fgas_rtfbreak.cpp 893 int32_t iVerScale = pText->iVerticalScale;
968 pCharPos->m_Origin.y += fAscent * iVerScale / 100.0f;
971 if (iHorScale != 100 || iVerScale != 100) {
977 pCharPos->m_AdjustMatrix[2] * iVerScale / 100.0f;
979 pCharPos->m_AdjustMatrix[3] * iVerScale / 100.0f;
fgas_textbreak.cpp     [all...]

Completed in 79 milliseconds