HomeSort by relevance Sort by last modified time
    Searched refs:maplen (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/libjpeg_turbo/
rdtarga.c 338 unsigned int width, height, maplen; local
354 maplen = GET_2B(5);
447 if (maplen > 0) {
448 if (maplen > 256 || GET_2B(3) != 0)
452 ((j_common_ptr) cinfo, JPOOL_IMAGE, (JDIMENSION) maplen, (JDIMENSION) 3);
454 read_colormap(source, (int) maplen, UCH(targaheader[7]));
  /external/jpeg/
rdtarga.c 338 unsigned int width, height, maplen; local
354 maplen = GET_2B(5);
447 if (maplen > 0) {
448 if (maplen > 256 || GET_2B(3) != 0)
452 ((j_common_ptr) cinfo, JPOOL_IMAGE, (JDIMENSION) maplen, (JDIMENSION) 3);
454 read_colormap(source, (int) maplen, UCH(targaheader[7]));
  /external/qemu/distrib/jpeg-6b/
rdtarga.c 338 unsigned int width, height, maplen; local
354 maplen = GET_2B(5);
447 if (maplen > 0) {
448 if (maplen > 256 || GET_2B(3) != 0)
452 ((j_common_ptr) cinfo, JPOOL_IMAGE, (JDIMENSION) maplen, (JDIMENSION) 3);
454 read_colormap(source, (int) maplen, UCH(targaheader[7]));

Completed in 260 milliseconds