Home | History | Annotate | Download | only in fpdf_page

Lines Matching defs:m_Size

451     int			m_Size;

482 if (abbr.GetLength() == table[i + 1].m_Size && FXSYS_memcmp32(abbr.GetPtr(), table[i + 1].m_Ptr, abbr.GetLength()) == 0) {
483 return CFX_ByteStringC(table[i].m_Ptr, table[i].m_Size);
540 if (fullName.GetLength() == table[i].m_Size && FXSYS_memcmp32(fullName.GetPtr(), table[i].m_Ptr, fullName.GetLength()) == 0) {
541 return CFX_ByteStringC(table[i + 1].m_Ptr, table[i + 1].m_Size);