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

  /external/pdfium/xfa/fxfa/app/
xfa_textpiece.h 27 int32_t iChars;
xfa_ffdoc.cpp 63 int32_t iChars,
66 ASSERT(iChars > 0 && iChars < 5);
69 if (iChars > 1) {
73 if (iChars > 2) {
78 if (iChars > 3) {
117 int32_t iChars = 4, iBytes;
136 iChars = iSrcLen;
139 Base64DecodePiece(srcData, iChars, dstData, iBytes);
cxfa_textlayout.cpp 602 int32_t iChars = pPiece->iChars;
603 if (iCharCount < iChars) {
605 pCharPos = FX_Alloc(FXTEXT_CHARPOS, iChars);
606 iCharCount = iChars;
1000 int32_t iChars = pPiece->iChars;
1001 for (int32_t i = 0; i < iChars; i++) {
    [all...]
  /external/pdfium/xfa/fde/tto/
fde_textout.cpp 455 int32_t iChars = 0;
464 m_hotKeys.Add(iChars);
468 iChars++;
550 ttoPiece.iChars = j;
610 for (int32_t j = pPiece->iChars - 1; j >= 0; j--) {
657 int32_t iEnd = pPiece->iChars + iStar;
756 tr.iLength = pPiece->iChars;
815 iCharIndex < pPiece->iStartChar + pPiece->iChars) {
fde_textout.h 56 int32_t iChars;

Completed in 131 milliseconds