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

  /external/chromium_org/third_party/WebKit/Source/platform/image-decoders/ico/
ICOImageDecoder.cpp 111 // decodeAtIndex() may give a BMPImageReader a pointer to one of the
185 if ((!decodeDirectory() || (!onlySize && !decodeAtIndex(index))) && isAllDataReceived())
206 bool ICOImageDecoder::decodeAtIndex(size_t index)
ICOImageDecoder.h 108 bool decodeAtIndex(size_t);

Completed in 268 milliseconds