/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/ |
Xcms.h | 205 unsigned int /* ncolors */, 216 unsigned int /* ncolors */, 269 unsigned int /* ncolors */, 277 unsigned int /* ncolors */ 371 unsigned int /* ncolors */, 379 unsigned int /* ncolors */, 387 unsigned int /* ncolors */, 423 unsigned int /* ncolors */ 432 unsigned int /* ncolors */, 439 unsigned int /* ncolors */, [all...] |
XWDFile.h | 86 CARD32 ncolors B32; /* Number of XWDColor structures */ 97 * the file. XWDFileHeader.ncolors tells how many XWDColor structures
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/ |
Xcms.h | 203 unsigned int /* ncolors */, 214 unsigned int /* ncolors */, 267 unsigned int /* ncolors */, 275 unsigned int /* ncolors */ 369 unsigned int /* ncolors */, 377 unsigned int /* ncolors */, 385 unsigned int /* ncolors */, 421 unsigned int /* ncolors */ 430 unsigned int /* ncolors */, 437 unsigned int /* ncolors */, [all...] |
XWDFile.h | 86 CARD32 ncolors B32; /* Number of XWDColor structures */ 97 * the file. XWDFileHeader.ncolors tells how many XWDColor structures
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/extensions/ |
Xcup.h | 45 int* /* ncolors */ 52 int /* ncolors */
|
XKBgeom.h | 531 int /* nColors */
|
/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...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/extensions/ |
Xcup.h | 47 int* /* ncolors */ 54 int /* ncolors */
|
XKBgeom.h | 531 int /* nColors */
|
XKBproto.h | 807 CARD16 nColors B16; 828 CARD16 nColors B16;
|
/external/libjpeg-turbo/ |
jquant1.c | 30 * image. We use a map consisting of all combinations of Ncolors[i] color 31 * values for the i'th component. The Ncolors[] values are chosen so that 155 int Ncolors[MAX_Q_COMPS]; /* # of values alloced to each component */ 185 select_ncolors (j_decompress_ptr cinfo, int Ncolors[]) 187 /* and fill in Ncolors[] array to indicate choice. */ 188 /* Return value is total number of colors (product of Ncolors[] values). */ 218 Ncolors[i] = iroot; 231 /* calculate new total_colors if Ncolors[j] is incremented */ 232 temp = total_colors / Ncolors[j]; 233 temp *= Ncolors[j]+1; /* done in long arith to avoid oflo * [all...] |
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;
|
rdrle.c | 126 if (source->header.ncolors == 1 && source->header.ncmap == 0) { 129 } else if (source->header.ncolors == 1 && source->header.ncmap == 1) { 133 } else if (source->header.ncolors == 1 && source->header.ncmap == 3) { 137 } else if (source->header.ncolors == 3 && source->header.ncmap == 3) { 141 } else if (source->header.ncolors == 3 && source->header.ncmap == 0) { 168 (JDIMENSION) (width * source->header.ncolors), 297 for (channel = 0; channel < source->header.ncolors; channel++) {
|
wrrle.c | 195 header.ncolors = cinfo->output_components;
|
/external/opencv3/3rdparty/libjpeg/ |
jquant1.c | 29 * image. We use a map consisting of all combinations of Ncolors[i] color 30 * values for the i'th component. The Ncolors[] values are chosen so that 157 int Ncolors[MAX_Q_COMPS]; /* # of values alloced to each component */ 187 select_ncolors (j_decompress_ptr cinfo, int Ncolors[]) 189 /* and fill in Ncolors[] array to indicate choice. */ 190 /* Return value is total number of colors (product of Ncolors[] values). */ 217 Ncolors[i] = iroot; 230 /* calculate new total_colors if Ncolors[j] is incremented */ 231 temp = total_colors / Ncolors[j]; 232 temp *= Ncolors[j]+1; /* done in long arith to avoid oflo * [all...] |
/external/pdfium/third_party/lcms2-2.6/src/ |
cmsnamed.c | 514 v ->nColors = 0; 543 NewNC= cmsAllocNamedColorList(v ->ContextID, v -> nColors, v ->ColorantCount, v ->Prefix, v ->Suffix); 553 memmove(NewNC->List, v ->List, v->nColors * sizeof(_cmsNAMEDCOLOR)); 554 NewNC ->nColors = v ->nColors; 568 if (NamedColorList ->nColors + 1 > NamedColorList ->Allocated) { 573 NamedColorList ->List[NamedColorList ->nColors].DeviceColorant[i] = Colorant == NULL? 0 : Colorant[i]; 576 NamedColorList ->List[NamedColorList ->nColors].PCS[i] = PCS == NULL ? 0 : PCS[i]; 580 strncpy(NamedColorList ->List[NamedColorList ->nColors].Name, Name, cmsMAX_PATH-1); 581 NamedColorList ->List[NamedColorList ->nColors].Name[cmsMAX_PATH-1] = 0 [all...] |
cmsps2.c | 999 int i, nColors; 1015 nColors = cmsNamedColorCount(NamedColorList); 1018 for (i=0; i < nColors; i++) { [all...] |
cmsvirt.c | 934 int i, nColors; 952 nColors = cmsNamedColorCount(Original); 965 for (i=0; i < nColors; i++) { [all...] |
/external/glide/third_party/gif_decoder/src/main/java/com/bumptech/glide/gifdecoder/ |
GifHeaderParser.java | 270 * @param ncolors int number of colors to read. 273 private int[] readColorTable(int ncolors) { 274 int nbytes = 3 * ncolors; 286 while (i < ncolors) {
|
/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/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
icm.h | 443 WINBOOL WINAPI CMCheckColors(HCMTRANSFORM hcmTransform,LPCOLOR lpaInputColors,DWORD nColors,COLORTYPE ctInput,LPBYTE lpaResult); 463 WINBOOL WINAPI CMTranslateColors(HCMTRANSFORM hcmTransform,LPCOLOR lpaInputColors,DWORD nColors,COLORTYPE ctInput,LPCOLOR lpaOutputColors,COLORTYPE ctOutput); 513 DWORD nColors, 620 DWORD nColors,
|
/external/pdfium/core/src/fxcodec/codec/ |
fx_codec_flate.cpp | 338 int nColors, 340 int row_size = (nPixels * bpc * nColors + 7) / 8; 341 int BytesPerPixel = (bpc * nColors + 7) / 8;
|