HomeSort by relevance Sort by last modified time
    Searched refs:GetNextChar (Results 1 - 15 of 15) sorted by null

  /external/pdfium/xfa/fde/css/
cfde_csssyntaxparser.cpp 82 if (m_TextPlane.GetNextChar() == '*') {
118 if (m_TextPlane.GetNextChar() == '*') {
142 if (m_TextPlane.GetNextChar() == '*') {
160 if (m_TextPlane.GetNextChar() == '*') {
cfde_csstextbuf.h 48 FX_WCHAR GetNextChar() const {
  /external/pdfium/core/fpdfapi/parser/
cpdf_syntax_parser.cpp 57 return GetNextChar(ch);
76 bool CPDF_SyntaxParser::GetNextChar(uint8_t& ch) {
125 if (!GetNextChar(ch))
130 if (!GetNextChar(ch))
138 if (!GetNextChar(ch))
152 if (!GetNextChar(ch))
164 if (!GetNextChar(ch))
172 if (!GetNextChar(ch))
192 if (!GetNextChar(ch))
204 if (!GetNextChar(ch)
    [all...]
cpdf_syntax_parser.h 69 bool GetNextChar(uint8_t& ch);
cpdf_data_avail.cpp 838 if (!GetNextChar(ch))
843 if (!GetNextChar(ch))
851 if (!GetNextChar(ch))
864 if (!GetNextChar(ch))
878 if (!GetNextChar(ch))
886 if (!GetNextChar(ch))
904 if (!GetNextChar(ch))
917 bool CPDF_DataAvail::GetNextChar(uint8_t& ch) {
    [all...]
cpdf_data_avail.h 160 bool GetNextChar(uint8_t& ch);
cpdf_parser.cpp     [all...]
  /external/pdfium/core/fpdfapi/font/
cpdf_cidfont.h 48 uint32_t GetNextChar(const FX_CHAR* pString,
cpdf_font.h 53 virtual uint32_t GetNextChar(const FX_CHAR* pString,
font_int.h 151 uint32_t GetNextChar(const FX_CHAR* pString, int nStrLen, int& offset) const;
cpdf_font.cpp 288 uint32_t charcode = GetNextChar(pString, size, offset);
344 uint32_t CPDF_Font::GetNextChar(const FX_CHAR* pString,
fpdf_font_cid.cpp 613 uint32_t CPDF_CMap::GetNextChar(const FX_CHAR* pString,
698 GetNextChar(pString, size, offset);
cpdf_cidfont.cpp 739 uint32_t CPDF_CIDFont::GetNextChar(const FX_CHAR* pString,
742 return m_pCMap->GetNextChar(pString, nStrLen, offset);
  /external/pdfium/core/fpdfapi/render/
cpdf_textrenderer.cpp 91 codes[i] = pFont->GetNextChar(str.c_str(), str.GetLength(), offset);
  /external/pdfium/core/fpdfapi/page/
cpdf_textobject.cpp 156 m_CharCodes[index++] = pFont->GetNextChar(segment, len, offset);

Completed in 1114 milliseconds