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

  /external/webkit/WebCore/platform/image-decoders/bmp/
BMPImageReader.cpp 50 , m_tableSizeInBytes(0)
507 m_tableSizeInBytes = m_infoHeader.biClrUsed * (m_isOS21x ? 3 : 4);
510 if (((m_headerOffset + m_infoHeader.biSize + m_tableSizeInBytes) <
513 (m_headerOffset + m_infoHeader.biSize + m_tableSizeInBytes))))
518 || ((m_data->size() - m_decodedOffset) < m_tableSizeInBytes))
BMPImageReader.h 343 size_t m_tableSizeInBytes;

Completed in 164 milliseconds