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

/external/pdfium/xfa/src/fgas/src/crt/
H A Dfx_algorithm.cpp112 int32_t iChars,
115 FXSYS_assert(iChars > 0 && iChars < 5);
118 if (iChars > 1) {
122 if (iChars > 2) {
127 if (iChars > 3) {
165 int32_t iChars = 4, iBytes; local
182 iChars = iSrcLen;
185 FX_Base64DecodePiece(srcData, iChars, dstData, iBytes);
221 int32_t iChars local
111 FX_Base64DecodePiece(const FX_CHAR src[4], int32_t iChars, FX_BASE64DATA& dst, int32_t& iBytes) argument
[all...]
/external/pdfium/xfa/src/fxfa/src/app/
H A Dxfa_textlayout.cpp1272 int32_t iChars = pPiece->iChars; local
1273 if (iCharCount < iChars) {
1275 pCharPos = FX_Alloc(FXTEXT_CHARPOS, iChars);
1276 iCharCount = iChars;
1700 int32_t iChars = pPiece->iChars; local
1701 for (int32_t i = 0; i < iChars; i++) {
1746 pTP->iChars = pPiece->m_iChars;
1893 int32_t iChars local
[all...]
H A Dxfa_textlayout.h229 int32_t iChars; member in struct:_XFA_TEXTPIECE
/external/pdfium/xfa/src/fdp/src/tto/
H A Dfde_textout.cpp509 int32_t iChars = 0; local
518 m_hotKeys.Add(iChars);
523 iChars++;
609 ttoPiece.iChars = j;
669 for (int32_t j = pPiece->iChars - 1; j >= 0; j--) {
716 int32_t iEnd = pPiece->iChars + iStar;
828 tr.iLength = pPiece->iChars;
891 iCharIndex < pPiece->iStartChar + pPiece->iChars) {
H A Dfde_textout.h12 int32_t iChars; member in struct:FDE_TTOPIECE

Completed in 94 milliseconds