Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fdp/src/css/
Dfde_csssyntax.cpp115 if (m_TextPlane.GetNextChar() == '*') { in DoSyntaxParse()
153 if (m_TextPlane.GetNextChar() == '*') { in DoSyntaxParse()
179 if (m_TextPlane.GetNextChar() == '*') { in DoSyntaxParse()
198 if (m_TextPlane.GetNextChar() == '*') { in DoSyntaxParse()
264 if (m_TextPlane.GetNextChar() == '*') { in DoSyntaxParse()
Dfde_csssyntax.h38 FX_WCHAR GetNextChar() const { in GetNextChar() function
/external/pdfium/core/src/fpdfapi/fpdf_parser/
Dfpdf_parser_parser.cpp1702 m_Syntax.GetNextChar(ch); in LoadLinearizedMainXRefTable()
1709 m_Syntax.GetNextChar(ch); in LoadLinearizedMainXRefTable()
1754 return GetNextChar(ch); in GetCharAt()
1757 FX_BOOL CPDF_SyntaxParser::GetNextChar(uint8_t& ch) { in GetNextChar() function in CPDF_SyntaxParser
1827 if (!GetNextChar(ch)) { in GetNextWordInternal()
1832 if (!GetNextChar(ch)) in GetNextWordInternal()
1839 if (!GetNextChar(ch)) in GetNextWordInternal()
1852 if (!GetNextChar(ch)) in GetNextWordInternal()
1864 if (!GetNextChar(ch)) in GetNextWordInternal()
1871 if (!GetNextChar(ch)) in GetNextWordInternal()
[all …]
/external/pdfium/core/src/fpdfapi/fpdf_font/
Dfont_int.h134 FX_DWORD GetNextChar(const FX_CHAR* pString, int nStrLen, int& offset) const;
Dfpdf_font_cid.cpp877 FX_DWORD CPDF_CMap::GetNextChar(const FX_CHAR* pString, in GetNextChar() function in CPDF_CMap
962 GetNextChar(pString, size, offset); in CountChar()
1604 FX_DWORD CPDF_CIDFont::GetNextChar(const FX_CHAR* pString, in GetNextChar() function in CPDF_CIDFont
1607 return m_pCMap->GetNextChar(pString, nStrLen, offset); in GetNextChar()
Dfpdf_font.cpp172 FX_DWORD charcode = GetNextChar(src_buf, src_len, src_pos); in DecodeString()
338 FX_DWORD charcode = GetNextChar(pString, size, offset); in GetStringWidth()
/external/pdfium/core/include/fpdfapi/
Dfpdf_resource.h153 virtual FX_DWORD GetNextChar(const FX_CHAR* pString, in GetNextChar() function
437 FX_DWORD GetNextChar(const FX_CHAR* pString,
Dfpdf_parser.h302 virtual FX_BOOL GetNextChar(uint8_t& ch);
/external/pdfium/core/src/fpdfapi/fpdf_render/
Dfpdf_render_text.cpp647 charcode = pFont->GetNextChar(str, str.GetLength(), offset); in DrawTextString()
655 pCharCodes[i] = pFont->GetNextChar(str, str.GetLength(), offset); in DrawTextString()
/external/pdfium/core/src/fpdfapi/fpdf_page/
Dfpdf_page.cpp241 m_pCharCodes[index++] = pFont->GetNextChar(segment, len, offset); in SetSegments()
250 m_pCharCodes = (FX_DWORD*)(uintptr_t)pFont->GetNextChar( in SetSegments()
/external/pdfium/core/src/fpdftext/
Dfpdf_text.cpp193 FX_DWORD ch = pFont->GetNextChar(pStr, len, offset); in InsertTextBox()