Searched defs:inRLE (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/platform/image-decoders/bmp/
H A DBMPImageReader.cpp631 BMPImageReader::ProcessingResult BMPImageReader::processNonRLEData(bool inRLE, int numPixels) argument
636 if (!inRLE)
651 const size_t alignBits = inRLE ? 1 : 3;
723 if (inRLE)

Completed in 682 milliseconds