Searched refs:GetWordSize (Results 1 – 2 of 2) sorted by relevance
64 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()
35 FX_DWORD GetWordSize() const { return m_WordSize; } in GetWordSize() function