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

/external/pdfium/core/src/fpdfapi/fpdf_render/
H A Dfpdf_render_text.cpp389 for (int iChar = 0; iChar < textobj->m_nChars; iChar ++) {
390 FX_DWORD charcode = pChars[iChar];
399 matrix.e += iChar ? textobj->m_pCharPos[iChar - 1] : 0;
404 for (int i = 0; i < iChar; i ++) {
464 pGlyphAndPos[iChar].m_pGlyph = pBitmap;
465 pGlyphAndPos[iChar].m_OriginX = origin_x;
466 pGlyphAndPos[iChar]
[all...]
/external/pdfium/core/src/fpdfapi/fpdf_font/
H A Dfpdf_font_cid.cpp473 int iChar = 0; local
474 while (iChar < size) {
475 if (codes[iChar] < pRanges[iSeg].m_Lower[iChar] ||
476 codes[iChar] > pRanges[iSeg].m_Upper[iChar]) {
479 iChar ++;
481 if (iChar == pRanges[iSeg].m_CharSize) {
484 if (iChar) {
604 int iChar local
[all...]
/external/pdfium/core/src/fxge/ge/
H A Dfx_ge_text.cpp19 for (int iChar = 0; iChar < nChars; iChar ++) {
20 FXTEXT_GLYPHPOS& glyph = pGlyphAndPos[iChar];
206 int iChar; local
213 for (iChar = 0; iChar < nChars; iChar ++) {
214 FXTEXT_GLYPHPOS& glyph = pGlyphAndPos[iChar];
215 const FXTEXT_CHARPOS& charpos = pCharPos[iChar];
[all...]

Completed in 120 milliseconds