Searched refs:iChars (Results 1 – 5 of 5) sorted by relevance
63 int32_t iChars, in Base64DecodePiece() argument66 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() local136 iChars = iSrcLen; in Base64DecodeW()139 Base64DecodePiece(srcData, iChars, dstData, iBytes); in Base64DecodeW()
602 int32_t iChars = pPiece->iChars; in DrawString() local603 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() local1001 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() local1187 if (iChars > 0) { in RenderPath()1192 for (int32_t j = 0; j < iChars; j++) { in RenderPath()[all …]
27 int32_t iChars; variable
455 int32_t iChars = 0; in LoadText() local464 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()
56 int32_t iChars; member