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

  /external/pdfium/xfa/fde/
cfde_data.h 41 int32_t iChars;
cfde_textout.cpp 403 ttoPiece.iChars = j;
472 int32_t iEnd = pPiece->iChars + iStar;
516 ASSERT(pPiece->iChars >= 0);
518 if (pdfium::CollectionSize<int32_t>(m_CharPos) < pPiece->iChars)
519 m_CharPos.resize(pPiece->iChars, FXTEXT_CHARPOS());
524 tr.iLength = pPiece->iChars;
  /external/pdfium/xfa/fxfa/
cxfa_textpiece.h 27 int32_t iChars;
cxfa_ffdoc.cpp 71 int32_t iChars,
74 ASSERT(iChars > 0 && iChars < 5);
77 if (iChars > 1) {
81 if (iChars > 2) {
86 if (iChars > 3) {
125 int32_t iChars = 4, iBytes;
144 iChars = iSrcLen;
147 Base64DecodePiece(srcData, iChars, dstData, iBytes);
cxfa_textlayout.cpp 590 int32_t iChars = pPiece->iChars;
591 if (iCharCount < iChars) {
593 pCharPos = FX_Alloc(FXTEXT_CHARPOS, iChars);
594 iCharCount = iChars;
984 int32_t iChars = pPiece->iChars;
985 for (int32_t i = 0; i < iChars; i++) {
    [all...]
  /external/pdfium/fxjs/xfa/
cjx_object.cpp     [all...]

Completed in 181 milliseconds