Home
last modified time | relevance | path

Searched refs:decodeRLE (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/src/codec/
H A DSkBmpRLECodec.h92 int decodeRLE(const SkImageInfo& dstInfo, void* dst, size_t dstRowBytes);
H A DSkBmpRLECodec.cpp323 int decodedHeight = this->decodeRLE(decodeInfo, decodeDst, decodeRowBytes); in decodeRows()
335 int SkBmpRLECodec::decodeRLE(const SkImageInfo& dstInfo, void* dst, size_t dstRowBytes) { in decodeRLE() function in SkBmpRLECodec

Completed in 2 milliseconds