Searched refs:GetNextChar (Results 1 – 11 of 11) sorted by relevance
/external/pdfium/xfa/src/fdp/src/css/ |
D | fde_csssyntax.cpp | 115 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()
|
D | fde_csssyntax.h | 38 FX_WCHAR GetNextChar() const { in GetNextChar() function
|
/external/pdfium/core/src/fpdfapi/fpdf_parser/ |
D | fpdf_parser_parser.cpp | 1702 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/ |
D | font_int.h | 134 FX_DWORD GetNextChar(const FX_CHAR* pString, int nStrLen, int& offset) const;
|
D | fpdf_font_cid.cpp | 877 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()
|
D | fpdf_font.cpp | 172 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/ |
D | fpdf_resource.h | 153 virtual FX_DWORD GetNextChar(const FX_CHAR* pString, in GetNextChar() function 437 FX_DWORD GetNextChar(const FX_CHAR* pString,
|
D | fpdf_parser.h | 302 virtual FX_BOOL GetNextChar(uint8_t& ch);
|
/external/pdfium/core/src/fpdfapi/fpdf_render/ |
D | fpdf_render_text.cpp | 647 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/ |
D | fpdf_page.cpp | 241 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/ |
D | fpdf_text.cpp | 193 FX_DWORD ch = pFont->GetNextChar(pStr, len, offset); in InsertTextBox()
|