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

  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page_parser_old.cpp 52 if(!OnOperator((char*)syntax.GetWordBuf()) && _PDF_HasInvalidOpChar((char*)syntax.GetWordBuf())) {
61 AddNumberParam((char*)syntax.GetWordBuf(), syntax.GetWordSize());
64 AddNameParam((FX_LPCSTR)syntax.GetWordBuf() + 1, syntax.GetWordSize() - 1);
80 CFX_ByteString bsKeyword(m_pSyntax->GetWordBuf(), m_pSyntax->GetWordSize());
90 CFX_ByteString key((FX_LPCSTR)m_pSyntax->GetWordBuf() + 1, m_pSyntax->GetWordSize() - 1);
122 if (m_pSyntax->GetWordSize() == 2 && m_pSyntax->GetWordBuf()[0] == 'E' &&
123 m_pSyntax->GetWordBuf()[1] == 'I') {
159 switch (m_pSyntax->GetWordBuf()[0]) {
195 if (m_pSyntax->GetWordBuf()[0] == 'r' && m_pSyntax->GetWordBuf()[1] == 'e') {
    [all...]
pageint.h 23 FX_LPBYTE GetWordBuf()

Completed in 49 milliseconds