HomeSort by relevance Sort by last modified time
    Searched defs:iChar (Results 1 - 2 of 2) sorted by null

  /external/pdfium/core/src/fpdfapi/fpdf_font/
fpdf_font_cid.cpp 555 int iChar = 0;
556 while (iChar < size) {
557 if (codes[iChar] < pRanges[iSeg].m_Lower[iChar] ||
558 codes[iChar] > pRanges[iSeg].m_Upper[iChar]) {
561 iChar ++;
563 if (iChar == pRanges[iSeg].m_CharSize) {
566 if (iChar) {
686 int iChar = 0;
    [all...]
  /external/pdfium/core/src/fxge/ge/
fx_ge_text.cpp 19 for (int iChar = 0; iChar < nChars; iChar ++) {
20 FXTEXT_GLYPHPOS& glyph = pGlyphAndPos[iChar];
231 int iChar;
238 for (iChar = 0; iChar < nChars; iChar ++) {
239 FXTEXT_GLYPHPOS& glyph = pGlyphAndPos[iChar];
240 const FXTEXT_CHARPOS& charpos = pCharPos[iChar];
    [all...]

Completed in 53 milliseconds