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

  /external/jpeg/
rdbmp.c 81 read_colormap (bmp_source_ptr sinfo, int cmaplen, int mapentrysize)
86 switch (mapentrysize) {
260 int mapentrysize = 0; /* 0 indicates no colormap */ local
293 mapentrysize = 3; /* OS/2 uses RGBTRIPLE colormap */
322 mapentrysize = 4; /* Windows uses RGBQUAD colormap */
353 if (mapentrysize > 0) {
363 read_colormap(source, (int) biClrUsed, mapentrysize);
365 bPad -= biClrUsed * mapentrysize;
  /external/qemu/distrib/jpeg-6b/
rdbmp.c 81 read_colormap (bmp_source_ptr sinfo, int cmaplen, int mapentrysize)
86 switch (mapentrysize) {
260 int mapentrysize = 0; /* 0 indicates no colormap */ local
293 mapentrysize = 3; /* OS/2 uses RGBTRIPLE colormap */
322 mapentrysize = 4; /* Windows uses RGBQUAD colormap */
353 if (mapentrysize > 0) {
363 read_colormap(source, (int) biClrUsed, mapentrysize);
365 bPad -= biClrUsed * mapentrysize;

Completed in 475 milliseconds