Searched refs:iChar (Results 1 - 6 of 6) sorted by relevance

/external/pdfium/core/fpdfapi/render/
H A Dcpdf_charposlist.cpp31 for (int iChar = 0; iChar < nChars; iChar++) {
32 uint32_t CharCode = charCodes[iChar];
60 charpos.m_Origin = CFX_PointF(iChar ? charPos[iChar - 1] : 0, 0);
H A Dcpdf_renderstatus.cpp1827 for (int iChar = 0; iChar < pdfium::CollectionSize<int>(textobj->m_CharCodes);
1828 iChar++) {
1829 uint32_t charcode = textobj->m_CharCodes[iChar];
1838 matrix.e += iChar ? textobj->m_CharPos[iChar - 1] : 0;
1843 for (int i = 0; i < iChar; i++) {
1913 glyphs[iChar].m_pGlyph = pBitmap;
1914 glyphs[iChar].m_Origin = origin;
/external/pdfium/core/fpdfapi/font/
H A Dfpdf_font_cid.cpp228 int iChar = 0; local
229 while (iChar < size) {
230 if (codes[iChar] < pRanges[iSeg].m_Lower[iChar] ||
231 codes[iChar] > pRanges[iSeg].m_Upper[iChar]) {
234 ++iChar;
236 if (iChar == pRanges[iSeg].m_CharSize)
239 if (iChar)
265 int iChar local
[all...]
/external/pdfium/core/fxge/ge/
H A Dcfx_renderdevice.cpp1078 for (int iChar = 0; iChar < nChars; iChar++) {
1079 const FXTEXT_CHARPOS& charpos = pCharPos[iChar];
/external/pdfium/xfa/fde/tto/
H A Dfde_textout.cpp518 int32_t iChar = iStartChar; local
531 m_CharWidths[iChar++] = iCurCharWidth;
/external/pdfium/xfa/fxfa/app/
H A Dcxfa_textlayout.cpp894 int32_t iChar = 0; local
896 iChar = m_pLoader->m_iChar;
899 for (int32_t i = iChar; i < iLength; i++) {

Completed in 9161 milliseconds