Searched refs:iChars (Results 1 – 6 of 6) sorted by relevance
71 int32_t iChars, in Base64DecodePiece() argument74 ASSERT(iChars > 0 && iChars < 5); in Base64DecodePiece()77 if (iChars > 1) { in Base64DecodePiece()81 if (iChars > 2) { in Base64DecodePiece()86 if (iChars > 3) { in Base64DecodePiece()125 int32_t iChars = 4, iBytes; in Base64DecodeW() local144 iChars = iSrcLen; in Base64DecodeW()147 Base64DecodePiece(srcData, iChars, dstData, iBytes); in Base64DecodeW()
590 int32_t iChars = pPiece->iChars; in DrawString() local591 if (iCharCount < iChars) { in DrawString()593 pCharPos = FX_Alloc(FXTEXT_CHARPOS, iChars); in DrawString()594 iCharCount = iChars; in DrawString()984 int32_t iChars = pPiece->iChars; in DoTabstops() local985 for (int32_t i = 0; i < iChars; i++) { in DoTabstops()1027 pTP->iChars = pPiece->m_iChars; in AppendTextLine()1163 int32_t iChars = GetDisplayPos(pPiece, pCharPos); in RenderPath() local1164 if (iChars > 0) { in RenderPath()1169 for (int32_t j = 0; j < iChars; j++) { in RenderPath()[all …]
27 int32_t iChars; variable
403 ttoPiece.iChars = j; in RetrievePieces()472 int32_t iEnd = pPiece->iChars + iStar; in ReloadLinePiece()516 ASSERT(pPiece->iChars >= 0); in GetDisplayPos()518 if (pdfium::CollectionSize<int32_t>(m_CharPos) < pPiece->iChars) in GetDisplayPos()519 m_CharPos.resize(pPiece->iChars, FXTEXT_CHARPOS()); in GetDisplayPos()524 tr.iLength = pPiece->iChars; in GetDisplayPos()
41 int32_t iChars; member
997 int32_t iChars = iBytes / sizeof(wchar_t); in GetMapModuleString() local998 wsValue = WideStringView(iChars ? (const wchar_t*)pValue : nullptr, iChars); in GetMapModuleString()