Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/font/
Dcpdf_cmap.cpp191 size_t iChar = 0; in CheckFourByteCodeRange() local
192 while (iChar < size) { in CheckFourByteCodeRange()
193 if (codes[iChar] < ranges[seg].m_Lower[iChar] || in CheckFourByteCodeRange()
194 codes[iChar] > ranges[seg].m_Upper[iChar]) { in CheckFourByteCodeRange()
197 ++iChar; in CheckFourByteCodeRange()
199 if (iChar == ranges[seg].m_CharSize) in CheckFourByteCodeRange()
201 if (iChar) in CheckFourByteCodeRange()
223 size_t iChar = 0; in GetFourByteCharSizeImpl() local
224 while (iChar < size) { in GetFourByteCharSizeImpl()
225 if (codes[offset + iChar] < ranges[iSeg].m_Lower[iChar] || in GetFourByteCharSizeImpl()
[all …]
/external/pdfium/core/fpdfapi/render/
Dcpdf_charposlist.cpp29 for (size_t iChar = 0; iChar < charCodes.size(); ++iChar) { in Load() local
30 uint32_t CharCode = charCodes[iChar]; in Load()
66 charpos.m_Origin = CFX_PointF(iChar > 0 ? charPos[iChar - 1] : 0, 0); in Load()
Dcpdf_renderstatus.cpp1867 for (size_t iChar = 0; iChar < textobj->GetCharCodes().size(); ++iChar) { in ProcessType3Text() local
1868 uint32_t charcode = textobj->GetCharCodes()[iChar]; in ProcessType3Text()
1877 matrix.e += iChar > 0 ? textobj->GetCharPositions()[iChar - 1] : 0; in ProcessType3Text()
1882 for (size_t i = 0; i < iChar; ++i) { in ProcessType3Text()
1955 glyphs[iChar].m_pGlyph = pBitmap; in ProcessType3Text()
1956 glyphs[iChar].m_Origin = origin; in ProcessType3Text()
/external/pdfium/xfa/fde/
Dcfde_textout.cpp382 int32_t iChar = iStartChar; in RetrievePieces() local
395 m_CharWidths[iChar++] = iCurCharWidth; in RetrievePieces()
/external/pdfium/core/fxge/
Dcfx_renderdevice.cpp1097 for (int iChar = 0; iChar < nChars; ++iChar) { in DrawTextPath() local
1098 const FXTEXT_CHARPOS& charpos = pCharPos[iChar]; in DrawTextPath()
/external/pdfium/xfa/fxfa/
Dcxfa_textlayout.cpp880 int32_t iChar = 0; in AppendChar() local
882 iChar = m_pLoader->m_iChar; in AppendChar()
885 for (int32_t i = iChar; i < iLength; i++) { in AppendChar()