Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/app/
Dxfa_ffdoc.cpp63 int32_t iChars, in Base64DecodePiece() argument
66 ASSERT(iChars > 0 && iChars < 5); in Base64DecodePiece()
69 if (iChars > 1) { in Base64DecodePiece()
73 if (iChars > 2) { in Base64DecodePiece()
78 if (iChars > 3) { in Base64DecodePiece()
117 int32_t iChars = 4, iBytes; in Base64DecodeW() local
136 iChars = iSrcLen; in Base64DecodeW()
139 Base64DecodePiece(srcData, iChars, dstData, iBytes); in Base64DecodeW()
Dcxfa_textlayout.cpp602 int32_t iChars = pPiece->iChars; in DrawString() local
603 if (iCharCount < iChars) { in DrawString()
605 pCharPos = FX_Alloc(FXTEXT_CHARPOS, iChars); in DrawString()
606 iCharCount = iChars; in DrawString()
1000 int32_t iChars = pPiece->iChars; in DoTabstops() local
1001 for (int32_t i = 0; i < iChars; i++) { in DoTabstops()
1044 pTP->iChars = pPiece->m_iChars; in AppendTextLine()
1186 int32_t iChars = GetDisplayPos(pPiece, pCharPos); in RenderPath() local
1187 if (iChars > 0) { in RenderPath()
1192 for (int32_t j = 0; j < iChars; j++) { in RenderPath()
[all …]
Dxfa_textpiece.h27 int32_t iChars; variable
/external/pdfium/xfa/fde/tto/
Dfde_textout.cpp455 int32_t iChars = 0; in LoadText() local
464 m_hotKeys.Add(iChars); in LoadText()
468 iChars++; in LoadText()
550 ttoPiece.iChars = j; in RetriecePieces()
610 for (int32_t j = pPiece->iChars - 1; j >= 0; j--) { in ReplaceWidthEllipsis()
657 int32_t iEnd = pPiece->iChars + iStar; in ReloadLinePiece()
756 tr.iLength = pPiece->iChars; in ToTextRun()
815 iCharIndex < pPiece->iStartChar + pPiece->iChars) { in DrawLine()
Dfde_textout.h56 int32_t iChars; member