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

  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render_text.cpp 402 for (int iChar = 0; iChar < textobj->m_nChars; iChar ++) {
403 FX_DWORD charcode = pChars[iChar];
412 matrix.e += iChar ? textobj->m_pCharPos[iChar - 1] : 0;
417 for (int i = 0; i < iChar; i ++) {
477 pGlyphAndPos[iChar].m_pGlyph = pBitmap;
478 pGlyphAndPos[iChar].m_OriginX = origin_x;
479 pGlyphAndPos[iChar].m_OriginY = origin_y;
    [all...]
  /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 52 milliseconds