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

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

Completed in 352 milliseconds