Home
last modified time | relevance | path

Searched refs:GetNextChar (Results 1 – 9 of 9) sorted by relevance

/external/pdfium/core/src/fpdfapi/fpdf_parser/
Dfpdf_parser_parser.cpp1626 m_Syntax.GetNextChar(ch); in LoadLinearizedMainXRefTable()
1633 m_Syntax.GetNextChar(ch); in LoadLinearizedMainXRefTable()
1679 FX_BOOL ret = GetNextChar(ch); in GetCharAt()
1683 FX_BOOL CPDF_SyntaxParser::GetNextChar(FX_BYTE& ch) in GetNextChar() function in CPDF_SyntaxParser
1756 if (!GetNextChar(ch)) { in GetNextWord()
1762 if (!GetNextChar(ch)) { in GetNextWord()
1771 if (!GetNextChar(ch)) { in GetNextWord()
1785 if (!GetNextChar(ch)) { in GetNextWord()
1798 if (!GetNextChar(ch)) { in GetNextWord()
1807 if (!GetNextChar(ch)) { in GetNextWord()
[all …]
/external/pdfium/core/src/fpdfapi/fpdf_font/
Dfont_int.h101 FX_DWORD GetNextChar(const FX_CHAR* pString, int& offset) const;
Dfpdf_font_cid.cpp576 FX_DWORD CPDF_CMap::GetNextChar(FX_LPCSTR pString, int& offset) const in GetNextChar() function in CPDF_CMap
661 GetNextChar(pString, offset); in CountChar()
1434 FX_DWORD CPDF_CIDFont::GetNextChar(FX_LPCSTR pString, int& offset) const in GetNextChar() function in CPDF_CIDFont
1436 return m_pCMap->GetNextChar(pString, offset); in GetNextChar()
Dfpdf_font.cpp212 FX_DWORD charcode = GetNextChar(src_buf, src_pos); in DecodeString()
378 FX_DWORD charcode = GetNextChar(pString, offset); in GetStringWidth()
/external/pdfium/core/include/fpdfapi/
Dfpdf_resource.h147 virtual FX_DWORD GetNextChar(FX_LPCSTR pString, int& offset) const in GetNextChar() function
504 virtual FX_DWORD GetNextChar(const FX_CHAR* pString, int& offset) const;
Dfpdf_parser.h307 virtual FX_BOOL GetNextChar(FX_BYTE& ch);
1007 FX_BOOL GetNextChar(FX_BYTE &ch);
/external/pdfium/core/src/fpdfapi/fpdf_render/
Dfpdf_render_text.cpp630 charcode = pFont->GetNextChar(str, offset); in DrawTextString()
638 pCharCodes[i] = pFont->GetNextChar(str, offset); in DrawTextString()
/external/pdfium/core/src/fpdfapi/fpdf_page/
Dfpdf_page.cpp250 m_pCharCodes[index++] = pFont->GetNextChar(segment, offset); in SetSegments()
259 m_pCharCodes = (FX_DWORD*)(FX_UINTPTR)pFont->GetNextChar(pStrs[0], offset); in SetSegments()
/external/pdfium/core/src/fpdftext/
Dfpdf_text.cpp187 FX_DWORD ch = pFont->GetNextChar(pStr, offset); in InsertTextBox()