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

  /external/libjpeg-turbo/
rdcolmap.c 52 int ncolors = cinfo->actual_number_of_colors; local
56 for (index = 0; index < ncolors; index++) {
64 if (ncolors >= (MAXJSAMPLE+1))
68 colormap0[ncolors] = (JSAMPLE) R;
69 colormap1[ncolors] = (JSAMPLE) G;
70 colormap2[ncolors] = (JSAMPLE) B;
jquant2.c 640 int i, x, ncolors; local
745 ncolors = 0;
748 colorlist[ncolors++] = (JSAMPLE) i;
750 return ncolors;
    [all...]
  /prebuilts/misc/windows/sdl2/test/
testautomation_pixels.c 315 const char *expectedError1 = "Parameter 'ncolors' is invalid";
320 int ncolors; local
328 ncolors = 1;
332 ncolors = 2;
336 ncolors = SDLTest_RandomIntegerInRange(8, 16);
340 result = SDL_AllocPalette(ncolors);
341 SDLTest_AssertPass("Call to SDL_AllocPalette(%d)", ncolors);
344 SDLTest_AssertCheck(result->ncolors == ncolors, "Verify value of result.ncolors; expected: %u, got %u", ncolors, result->ncolors)
    [all...]
  /external/libcups/filter/
raster.c 212 int ncolors, bits; /* Number of colors and bits */ local
215 if (sscanf(type, "device%d_%d", &ncolors, &bits) != 2 || ncolors > 15 || (bits != 8 && bits != 16))
222 h->cupsBitsPerPixel = (unsigned)(ncolors * bits);
223 h->cupsColorSpace = (cups_cspace_t)(CUPS_CSPACE_DEVICE1 + ncolors - 1);
    [all...]
  /external/libpng/contrib/libtests/
makepng.c 1642 unsigned int ncolors = 0; local
    [all...]
  /prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/
SDL_pixels.h 265 int ncolors; member in struct:SDL_Palette
350 extern DECLSPEC SDL_Palette *SDLCALL SDL_AllocPalette(int ncolors);
364 * \param ncolors The number of entries to modify.
370 int firstcolor, int ncolors);
  /prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/
SDL_pixels.h 265 int ncolors; member in struct:SDL_Palette
350 extern DECLSPEC SDL_Palette *SDLCALL SDL_AllocPalette(int ncolors);
364 * \param ncolors The number of entries to modify.
370 int firstcolor, int ncolors);
  /prebuilts/misc/windows/sdl2/include/
SDL_pixels.h 265 int ncolors; member in struct:SDL_Palette
350 extern DECLSPEC SDL_Palette *SDLCALL SDL_AllocPalette(int ncolors);
364 * \param ncolors The number of entries to modify.
370 int firstcolor, int ncolors);
  /prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/
SDL_pixels.h 265 int ncolors; member in struct:SDL_Palette
350 extern DECLSPEC SDL_Palette *SDLCALL SDL_AllocPalette(int ncolors);
364 * \param ncolors The number of entries to modify.
370 int firstcolor, int ncolors);
  /prebuilts/tools/common/m2/repository/com/github/bumptech/glide/glide/3.6.1/
glide-3.6.1.jar 

Completed in 202 milliseconds