OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ProcessingResult
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/bmp/
BMPImageReader.h
97
enum
ProcessingResult
{
173
// This function returns a
ProcessingResult
instead of a bool so that it
177
ProcessingResult
processNonRLEData(bool inRLE, int numPixels);
BMPImageReader.cpp
132
const
ProcessingResult
result = processNonRLEData(false, 0);
152
const
ProcessingResult
result = processNonRLEData(false, 0);
644
const
ProcessingResult
result = processNonRLEData(true, code);
693
BMPImageReader::
ProcessingResult
BMPImageReader::processNonRLEData(bool inRLE, int numPixels)
[
all
...]
Completed in 84 milliseconds