Searched defs:iChar (Results 1 - 2 of 2) sorted by relevance

/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 215 milliseconds