Home
last modified time | relevance | path

Searched refs:GetWordSize (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/core/src/fpdfapi/fpdf_page/
Dfpdf_page_parser_old.cpp64 AddNumberParam((char*)syntax.GetWordBuf(), syntax.GetWordSize()); in Parse()
68 syntax.GetWordSize() - 1); in Parse()
84 m_pSyntax->GetWordSize()); in Handle_BeginImage()
95 m_pSyntax->GetWordSize() - 1); in Handle_BeginImage()
131 if (m_pSyntax->GetWordSize() == 2 && m_pSyntax->GetWordBuf()[0] == 'E' && in Handle_BeginImage()
165 int len = m_pSyntax->GetWordSize(); in ParsePathObject()
225 CFX_ByteStringC(m_pSyntax->GetWordBuf(), m_pSyntax->GetWordSize()), in ParsePathObject()
433 if (GetWordSize() == 2 && GetWordBuf()[0] == 'E' && in ReadInlineStream()
Dpageint.h35 FX_DWORD GetWordSize() const { return m_WordSize; } in GetWordSize() function