/external/libjpeg-turbo/ |
rdcolmap.c | 51 int ncolors = cinfo->actual_number_of_colors; local 55 for (index = 0; index < ncolors; index++) { 63 if (ncolors >= (MAXJSAMPLE+1)) 67 colormap0[ncolors] = (JSAMPLE) R; 68 colormap1[ncolors] = (JSAMPLE) G; 69 colormap2[ncolors] = (JSAMPLE) B;
|
jquant2.c | 639 int i, x, ncolors; local 744 ncolors = 0; 747 colorlist[ncolors++] = (JSAMPLE) i; 749 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/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);
|
/external/opencv3/3rdparty/libjpeg/ |
jquant2.c | 661 int i, x, ncolors; local 766 ncolors = 0; 769 colorlist[ncolors++] = (JSAMPLE) i; 771 return ncolors; [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar | |