HomeSort by relevance Sort by last modified time
    Searched full:colors (Results 976 - 1000 of 2849) sorted by null

<<31323334353637383940>>

  /external/ImageMagick/MagickCore/
color.c 79 #define ColorFilename "colors.xml"
1302 **colors; local
1395 **colors; local
    [all...]
identify.c 613 if (image->total_colors <= image->colors)
615 image->colors);
618 image->total_colors,(double) image->colors);
    [all...]
  /frameworks/base/libs/hwui/
BakedOpDispatcher.cpp 451 const int* colors = op.colors; local
453 if (!colors) {
457 colors = tempColors.get();
484 ColorTextureVertex::set(vertex++, vertices[dx], vertices[dy], u2, v2, colors[dx / 2]);
485 ColorTextureVertex::set(vertex++, vertices[ax], vertices[ay], u1, v2, colors[ax / 2]);
486 ColorTextureVertex::set(vertex++, vertices[bx], vertices[by], u1, v1, colors[bx / 2]);
488 ColorTextureVertex::set(vertex++, vertices[dx], vertices[dy], u2, v2, colors[dx / 2]);
489 ColorTextureVertex::set(vertex++, vertices[bx], vertices[by], u1, v1, colors[bx / 2]);
490 ColorTextureVertex::set(vertex++, vertices[cx], vertices[cy], u2, v1, colors[cx / 2])
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineMultisampleTests.cpp     [all...]
  /external/giflib/
dgif_lib.c 280 GifFile->SColorMap->Colors[i].Red = Buf[0];
281 GifFile->SColorMap->Colors[i].Green = Buf[1];
282 GifFile->SColorMap->Colors[i].Blue = Buf[2];
387 GifFile->Image.ColorMap->Colors[i].Red = Buf[0];
388 GifFile->Image.ColorMap->Colors[i].Green = Buf[1];
389 GifFile->Image.ColorMap->Colors[i].Blue = Buf[2];
415 GifFile->Image.ColorMap->Colors);
    [all...]
  /external/libpng/contrib/tools/
genpng.c 24 * The point is to have colors that are linguistically meaningful plus that old
90 } colors[] = variable in typeref:struct:color
108 #define color_count ((sizeof colors)/(sizeof colors[0]))
117 if (strcmp(colors[icolor].name, arg) == 0)
118 return colors+icolor;
843 " Colors are interpreted loosely to give access to the eight full\n"
  /external/llvm/lib/Support/
raw_ostream.cpp 647 raw_ostream &raw_fd_ostream::changeColor(enum Colors colors, bool bold,
652 (colors == SAVEDCOLOR) ? sys::Process::OutputBold(bg)
653 : sys::Process::OutputColor(colors, bold, bg);
657 // don't account colors towards output characters
670 // don't account colors towards output characters
683 // don't account colors towards output characters
  /external/mesa3d/src/gallium/drivers/r300/
r300_state_derived.c 88 /* Colors. */
96 /* Back-face colors. */
356 /* Set up and rasterize colors. */
392 /* Set up back-face colors. The rasterizer will do the color selection
396 /* Rasterize as back-face colors. */
421 * the front and back vertex shader colors, or gl_FrontFacing,
573 DBG(r300, DBG_RS, "r300: --- Rasterizer status ---: colors: %i, "
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/
EventInfoFragment.java 54 import android.provider.CalendarContract.Colors;
293 Colors._ID, // 0
294 Colors.COLOR, // 1
295 Colors.COLOR_KEY // 2
298 static final String COLORS_WHERE = Colors.ACCOUNT_NAME + "=? AND " + Colors.ACCOUNT_TYPE +
299 "=? AND " + Colors.COLOR_TYPE + "=" + Colors.TYPE_EVENT;
510 uri = Colors.CONTENT_URI;
535 ArrayList<Integer> colors = new ArrayList<Integer>() local
    [all...]
  /external/ImageMagick/coders/
dib.c 583 image->colors=dib_info.number_colors;
585 if (image->colors == 0)
586 image->colors=one << dib_info.bits_per_pixel;
619 if (AcquireImageColormap(image,image->colors,exception) == MagickFalse)
621 length=(size_t) image->colors;
627 count=ReadBlob(image,packet_size*image->colors,dib_colormap);
628 if (count != (ssize_t) (packet_size*image->colors))
631 for (i=0; i < (ssize_t) image->colors; i++)
    [all...]
  /external/clang/lib/Frontend/
TextDiagnostic.cpp 27 static const enum raw_ostream::Colors noteColor =
29 static const enum raw_ostream::Colors remarkColor =
31 static const enum raw_ostream::Colors fixitColor =
33 static const enum raw_ostream::Colors caretColor =
35 static const enum raw_ostream::Colors warningColor =
37 static const enum raw_ostream::Colors templateColor =
39 static const enum raw_ostream::Colors errorColor = raw_ostream::RED;
40 static const enum raw_ostream::Colors fatalColor = raw_ostream::RED;
42 static const enum raw_ostream::Colors savedColor =
    [all...]
  /cts/tests/tests/opengl/src/android/opengl/cts/
FramebufferTest.java 612 int[] colors = new int[pixelCount]; local
613 buf.asIntBuffer().get(colors);
615 int c = colors[i];
616 colors[i] = (c & 0xff00ff00) | ((c & 0x00ff0000) >> 16) | ((c & 0x000000ff) << 16);
622 Bitmap bmp = Bitmap.createBitmap(colors, mWidth, mHeight, Bitmap.Config.ARGB_8888);
  /external/ImageMagick/ImageMagick/script/
composite.html 12 <meta name="description" content="ImageMagick® is a software suite to create, edit, compose, or convert bitmap images. It can read and write images in a variety of formats (over 200) including PNG, JPEG, JPEG-2000, GIF, WebP, Postscript, PDF, and SVG. Use ImageMagick to resize, flip, mirror, rotate, distort, shear and transform images, adjust image colors, apply various special effects, or draw text, lines, polygons, ellipses and Bézier curves."/>
148 <td><a href="command-line-options.php#colors">-colors <var>value</var></a></td>
149 <td>preferred number of colors in the image</td>
334 <td>reduce image colors in this colorspace</td>
import.html 12 <meta name="description" content="ImageMagick® is a software suite to create, edit, compose, or convert bitmap images. It can read and write images in a variety of formats (over 200) including PNG, JPEG, JPEG-2000, GIF, WebP, Postscript, PDF, and SVG. Use ImageMagick to resize, flip, mirror, rotate, distort, shear and transform images, adjust image colors, apply various special effects, or draw text, lines, polygons, ellipses and Bézier curves."/>
108 <td><a href="command-line-options.php#colors">-colors <var>value</var></a></td>
109 <td>preferred number of colors in the image</td>
284 <td>reduce image colors in this colorspace</td>
  /external/ImageMagick/www/
composite.html 14 <meta name="description" content="ImageMagick® is a software suite to create, edit, compose, or convert bitmap images. It can read and write images in a variety of formats (over 200) including PNG, JPEG, JPEG-2000, GIF, WebP, Postscript, PDF, and SVG. Use ImageMagick to resize, flip, mirror, rotate, distort, shear and transform images, adjust image colors, apply various special effects, or draw text, lines, polygons, ellipses and Bézier curves."/>
152 <td><a href="command-line-options.html#colors">-colors <var>value</var></a></td>
153 <td>preferred number of colors in the image</td>
338 <td>reduce image colors in this colorspace</td>
import.html 14 <meta name="description" content="ImageMagick® is a software suite to create, edit, compose, or convert bitmap images. It can read and write images in a variety of formats (over 200) including PNG, JPEG, JPEG-2000, GIF, WebP, Postscript, PDF, and SVG. Use ImageMagick to resize, flip, mirror, rotate, distort, shear and transform images, adjust image colors, apply various special effects, or draw text, lines, polygons, ellipses and Bézier curves."/>
112 <td><a href="command-line-options.html#colors">-colors <var>value</var></a></td>
113 <td>preferred number of colors in the image</td>
288 <td>reduce image colors in this colorspace</td>
  /external/libgdx/gdx/jni/etc1/
etc1_utils.cpp 379 int r1, g1, b1, r2, g2, b2; // 8 bit base colors for sub-blocks
486 etc1_byte colors[6]; local
488 etc_average_colors_subblock(pIn, inMask, colors, false, false);
489 etc_average_colors_subblock(pIn, inMask, colors + 3, false, true);
494 etc_encode_block_helper(pIn, inMask, colors, &a, false);
  /external/libjpeg-turbo/
djpeg.c 111 fprintf(stderr, " -colors N Reduce image to no more than N colors\n");
160 fprintf(stderr, " -map FILE Map to colors used in named image file\n");
221 } else if (keymatch(arg, "colors", 1) || keymatch(arg, "colours", 1) ||
283 if (! cinfo->quantize_colors) /* don't override an earlier -colors */
  /external/skia/src/codec/
SkGifCodec.cpp 204 // table, since some gifs have color tables with less than 256 colors. If
396 // We set the number of colors to maxColors in order to ensure
416 colorPtr[i] = SkPackARGB32(0xFF, colorMap->Colors[i].Red,
417 colorMap->Colors[i].Green, colorMap->Colors[i].Blue);
SkPngCodec.cpp 110 // colortype is unpremultiplied, the color table will store unpremultiplied colors.
128 // The optimized code depends on a 3-byte png_color struct with the colors
144 // invalid pixel indices exceed the number of colors in the table.
418 const SkPMColor* colors = get_color_ptr(fColorTable.get()); local
419 fSwizzler.reset(SkSwizzler::CreateSwizzler(fSrcConfig, colors, requestedInfo, options));
  /external/skia/src/effects/gradients/
SkLinearGradient.cpp 196 // only 2 colors - but it's cheap.
202 // If colors change sharply across the gradient, dithering is
428 SkColor colors[kMaxRandomGradientColors]; local
432 int colorCount = RandomGradientParams(d->fRandom, colors, &stops, &tm);
434 colors, stops, colorCount,
  /external/skia/third_party/etc1/
etc1.cpp 387 int r1, g1, b1, r2, g2, b2; // 8 bit base colors for sub-blocks
494 etc1_byte colors[6]; local
496 etc_average_colors_subblock(pIn, inMask, colors, false, false);
497 etc_average_colors_subblock(pIn, inMask, colors + 3, false, true);
502 etc_encode_block_helper(pIn, inMask, colors, &a, false);
  /external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/service/
TerminalBridge.java 54 import org.connectbot.util.Colors;
69 private final int[] color = new int[Colors.defaults.length];
754 // Don't allow the system colors to be overwritten for now. May violate specs.
761 System.arraycopy(Colors.defaults, 0, color, 0, Colors.defaults.length);
  /frameworks/base/core/jni/android/graphics/
BitmapFactory.cpp 372 SkPMColor colors[256]; local
374 colorTable.reset(new SkColorTable(colors, maxColors));
376 // SkColorTable expects us to initialize all of the colors before creating an
379 // It is safe for SkAndroidCodec to modify the colors because this SkBitmap is
481 // colors may not be correct, since Skia does not yet support drawing
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Bitmap_Delegate.java 251 /*package*/ static Bitmap nativeCreate(int[] colors, int offset, int stride, int width,
258 if (colors != null) {
259 image.setRGB(0, 0, width, height, colors, offset, stride);
435 /*package*/ static void nativeSetPixels(long nativeBitmap, int[] colors, int offset,
442 delegate.getImage().setRGB(x, y, width, height, colors, offset, stride);

Completed in 3593 milliseconds

<<31323334353637383940>>