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

  /external/pdfium/xfa/fxfa/app/
xfa_textpiece.h 28 int32_t iHorScale;
cxfa_textlayout.cpp     [all...]
  /external/pdfium/xfa/fgas/layout/
fgas_rtfbreak.cpp 892 int32_t iHorScale = pText->iHorizontalScale;
971 if (iHorScale != 100 || iVerScale != 100) {
973 pCharPos->m_AdjustMatrix[0] * iHorScale / 100.0f;
975 pCharPos->m_AdjustMatrix[1] * iHorScale / 100.0f;
fgas_textbreak.cpp     [all...]

Completed in 213 milliseconds