Searched refs:rle (Results 1 - 8 of 8) sorted by relevance

/external/skia/src/images/
H A Dbmpdecoderhelper.cpp108 bool rle = false; local
110 rle = true;
161 if (!rle && (pos_ + (rowLen * height_) > len_ + 1)) {
170 if (rle && (bpp_ == 4 || bpp_ == 8)) {
/external/icu4c/tools/genrb/
H A DMakefile.in40 wrtjava.o rle.o wrtxml.o prscmnts.o
/external/skia/src/pdf/
H A DSkPDFImage.cpp48 const SkBitmap::RLEPixels* rle = local
52 rle->packedAtY(y));
/external/jpeg/
H A Dwrrle.c23 /* rle.h is provided by the Utah Raster Toolkit. */
25 #include <rle.h>
H A Drdrle.c26 /* rle.h is provided by the Utah Raster Toolkit. */
28 #include <rle.h>
/external/qemu/distrib/jpeg-6b/
H A Dwrrle.c23 /* rle.h is provided by the Utah Raster Toolkit. */
25 #include <rle.h>
H A Drdrle.c26 /* rle.h is provided by the Utah Raster Toolkit. */
28 #include <rle.h>
/external/skia/src/core/
H A DSkBitmap.cpp650 const SkBitmap::RLEPixels* rle = local
652 SkPackBits::Unpack8(&dst, x, 1, rle->packedAtY(y));
804 const RLEPixels* rle = (const RLEPixels*)this->getPixels(); local
810 SkPackBits::Unpack8(dst, r.fLeft, width, rle->packedAtY(y));

Completed in 114 milliseconds