Searched refs:iChars (Results 1 - 5 of 5) sorted by relevance

/external/pdfium/xfa/fxfa/app/
H A Dxfa_textpiece.h27 int32_t iChars; member in class:XFA_TextPiece
H A Dxfa_ffdoc.cpp63 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; local
136 iChars = iSrcLen;
139 Base64DecodePiece(srcData, iChars, dstData, iBytes);
62 Base64DecodePiece(const FX_CHAR src[4], int32_t iChars, FX_BASE64DATA& dst, int32_t& iBytes) argument
H A Dcxfa_textlayout.cpp602 int32_t iChars = pPiece->iChars; local
603 if (iCharCount < iChars) {
605 pCharPos = FX_Alloc(FXTEXT_CHARPOS, iChars);
606 iCharCount = iChars;
1000 int32_t iChars = pPiece->iChars; local
1001 for (int32_t i = 0; i < iChars; i++) {
1044 pTP->iChars = pPiece->m_iChars;
1186 int32_t iChars local
[all...]
/external/pdfium/xfa/fde/tto/
H A Dfde_textout.cpp455 int32_t iChars = 0; local
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) {
H A Dfde_textout.h56 int32_t iChars; member in struct:FDE_TTOPIECE

Completed in 104 milliseconds