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

  /external/webkit/Source/WebCore/platform/image-decoders/bmp/
BMPImageReader.cpp 97 if ((m_andMaskState != Decoding) && !pastEndOfImage(0)) {
535 if ((count || (code != 1)) && pastEndOfImage(0))
568 if (((m_coord.x() + dx) > m_parent->size().width()) || pastEndOfImage(dy))
656 while (!pastEndOfImage(0)) {
BMPImageReader.h 185 inline bool pastEndOfImage(int numRows)

Completed in 823 milliseconds