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

<<31323334353637383940>>

  /packages/apps/UnifiedEmail/src/com/android/mail/widget/
WidgetConversationListItemViewBuilder.java 40 // Static colors
117 // Initialize colors
  /packages/services/Car/car-support-lib/src/android/support/car/ui/
ColorChecker.java 74 * @param tintColors A list of potential colors to tint the icons with.
76 * meets the requirements. If none of the tint colors meet the minimum requirements,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
cursesapp.h 90 // class constructor. The argument tells whether or not you want colors.
123 // Does this application use colors?
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
cursesapp.h 90 // class constructor. The argument tells whether or not you want colors.
123 // Does this application use colors?
  /external/ImageMagick/coders/
pcx.c 355 image->colors=16;
356 count=ReadBlob(image,3*image->colors,pcx_colormap);
357 if (count != (ssize_t) (3*image->colors))
367 image->colors=(size_t) MagickMin(one << (1UL*
369 if (AcquireImageColormap(image,image->colors,exception) == MagickFalse)
374 for (i=0; i < (ssize_t) image->colors; i++)
464 if (image->colors > 256)
479 if (image->colors > 16)
485 count=ReadBlob(image,3*image->colors,pcx_colormap);
487 for (i=0; i < (ssize_t) image->colors; i++
    [all...]
ps2.c 283 " %% colors: number of colors in the colormap.",
286 " token pop /colors exch def pop",
287 " colors 0 eq",
319 " /colormap colors 3 mul string def",
322 " [ /Indexed /DeviceRGB colors 1 sub colormap ] setcolorspace",
853 if ((image->storage_class == DirectClass) || (image->colors > 256) ||
    [all...]
tga.c 273 image->colors=tga_info.colormap_index+tga_info.colormap_length;
280 image->colors=one << tga_info.bits_per_pixel;
281 if (AcquireImageColormap(image,image->colors,exception) == MagickFalse)
337 if (image->colors < tga_info.colormap_index)
338 image->colors=tga_info.colormap_index;
339 if (AcquireImageColormap(image,image->colors,exception) == MagickFalse)
343 for ( ; i < (ssize_t) image->colors; i++)
805 if ((image->storage_class == DirectClass) || (image->colors > 256))
835 tga_info.colormap_length=(unsigned short) image->colors;
886 for (i=0; i < (ssize_t) image->colors; i++
    [all...]
  /external/skia/platform_tools/android/apps/visualbenchsdl/src/main/java/org/libsdl/app/
SDLActivity.java 782 * @param colors null for default or array of length 5 containing colors.
792 final int[] colors) {
811 args.putIntArray("colors", colors);
843 // get colors
845 int[] colors = args.getIntArray("colors"); local
851 if (colors != null) {
853 backgroundColor = colors[++i]
    [all...]
  /external/ImageMagick/ImageMagick/script/
color-management.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."/>
122 <p>When specifying individual colors as <code>rgb(...)</code> or hex, these colors will still be interpreted as non-linear, that is, as sRGB colors. However if one wants to create linear colors, use <code>icc-color(rgb,r,g,b)"</code>, where <code>r</code>, <code>g</code>, and <code>b</code> are in the range 0 to 1. See the <a href="http://www.imagemagick.org/script/color.php" >Color</a> page.</p>
gradient.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."/>
56 <p class="lead magick-description">An image gradient creates a gradual blend between two colors formed into a shape that is linear, circular, or ellipical.</p>
76 <p>Gradient colors may be any valid color defined per <a href="http://www.imagemagick.org/script/color.php" target="_blank">http://www.imagemagick.org/script/color.php</a>. The named colors of black/white/grayXX are non-linear gray gradients; whereas gray(XX[%]) is a linear gray gradient. For Unix systems, enclose rgb(a) and hex colors in quotes. Use double quotes, if using variables for the values.</p>
  /external/ImageMagick/www/
color-management.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."/>
126 <p>When specifying individual colors as <code>rgb(...)</code> or hex, these colors will still be interpreted as non-linear, that is, as sRGB colors. However if one wants to create linear colors, use <code>icc-color(rgb,r,g,b)"</code>, where <code>r</code>, <code>g</code>, and <code>b</code> are in the range 0 to 1. See the <a href="color.html" >Color</a> page.</p>
gradient.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."/>
60 <p class="lead magick-description">An image gradient creates a gradual blend between two colors formed into a shape that is linear, circular, or ellipical.</p>
80 <p>Gradient colors may be any valid color defined per <a href="color.html" target="_blank">http://www.imagemagick.org/www/color.html</a>. The named colors of black/white/grayXX are non-linear gray gradients; whereas gray(XX[%]) is a linear gray gradient. For Unix systems, enclose rgb(a) and hex colors in quotes. Use double quotes, if using variables for the values.</p>
  /external/libjpeg-turbo/
jerror.h 119 JMESSAGE(JERR_QUANT_FEW_COLORS, "Cannot quantize to fewer than %d colors")
120 JMESSAGE(JERR_QUANT_MANY_COLORS, "Cannot quantize to more than %d colors")
162 JMESSAGE(JTRC_QUANT_3_NCOLORS, "Quantizing to %d = %d*%d*%d colors")
163 JMESSAGE(JTRC_QUANT_NCOLORS, "Quantizing to %d colors")
164 JMESSAGE(JTRC_QUANT_SELECTED, "Selected %d colors for quantization")
jquant2.c 44 * have as many boxes as desired colors. Then the mean color in each
45 * remaining box becomes one of the possible output colors.
70 * weights of the colors in the NTSC grayscale equation.
100 * desired colors. 16 bits/cell is plenty for that too.)
176 int desired; /* desired # of colors = size of colormap */
481 /* Current algorithm: mean weighted by pixels (not colors) */
550 * colors to the nearest color in the selected colormap.
553 * cache for the results of nearest-color searches. All colors within a
563 * Our method of efficiently finding nearest colors is based on the "locally
578 * nearest colors for only the cells within a small subbox of the histogram
    [all...]
  /external/opencv3/3rdparty/libjpeg/
jerror.h 107 JMESSAGE(JERR_QUANT_FEW_COLORS, "Cannot quantize to fewer than %d colors")
108 JMESSAGE(JERR_QUANT_MANY_COLORS, "Cannot quantize to more than %d colors")
150 JMESSAGE(JTRC_QUANT_3_NCOLORS, "Quantizing to %d = %d*%d*%d colors")
151 JMESSAGE(JTRC_QUANT_NCOLORS, "Quantizing to %d colors")
152 JMESSAGE(JTRC_QUANT_SELECTED, "Selected %d colors for quantization")
jquant2.c 43 * have as many boxes as desired colors. Then the mean color in each
44 * remaining box becomes one of the possible output colors.
69 * weights of the colors in the NTSC grayscale equation.
118 * desired colors. 16 bits/cell is plenty for that too.)
199 int desired; /* desired # of colors = size of colormap */
503 /* Current algorithm: mean weighted by pixels (not colors) */
572 * colors to the nearest color in the selected colormap.
575 * cache for the results of nearest-color searches. All colors within a
585 * Our method of efficiently finding nearest colors is based on the "locally
600 * nearest colors for only the cells within a small subbox of the histogram
    [all...]
  /external/opencv3/3rdparty/libwebp/enc/
alpha.c 164 int colors = 0; local
175 if (color[j] > 0) ++colors;
177 return colors;
237 // For low number of colors, NONE yeilds better compression.
240 // For large number of colors, try FILTER_NONE in addition to the best
  /external/opencv3/modules/viz/src/
vizcore.cpp 170 void cv::viz::writeCloud(const String& file, InputArray cloud, InputArray colors, InputArray normals, bool binary)
176 source->SetColorCloudNormals(cloud, colors, normals);
189 vtkPLYWriter::SafeDownCast(writer)->SetArrayName("Colors");
203 cv::Mat cv::viz::readCloud(const String& file, OutputArray colors, OutputArray normals)
237 sink->SetOutput(cloud, colors, normals);
  /external/pdfium/third_party/libjpeg/
jerror.h 104 JMESSAGE(JERR_QUANT_FEW_COLORS, "Cannot quantize to fewer than %d colors")
105 JMESSAGE(JERR_QUANT_MANY_COLORS, "Cannot quantize to more than %d colors")
147 JMESSAGE(JTRC_QUANT_3_NCOLORS, "Quantizing to %d = %d*%d*%d colors")
148 JMESSAGE(JTRC_QUANT_NCOLORS, "Quantizing to %d colors")
149 JMESSAGE(JTRC_QUANT_SELECTED, "Selected %d colors for quantization")
  /external/skia/bench/
GradientBench.cpp 35 SK_ColorRED, SK_ColorGREEN, SK_ColorBLUE, SK_ColorWHITE, SK_ColorBLACK, // 10 lines, 50 colors
40 // We have several special-cases depending on the number (and spacing) of colors, so
382 SkColor colors[] = { local
386 SkShader* s = SkGradientShader::CreateLinear(pts, colors, nullptr,
387 SK_ARRAY_COUNT(colors),
  /external/skia/src/core/
SkDevice.cpp 87 void SkBaseDevice::drawPatch(const SkDraw& draw, const SkPoint cubics[12], const SkColor colors[4],
95 if (SkPatchUtils::getVertexData(&data, cubics, colors, texCoords, lod.width(), lod.height())) {
186 const SkRect tex[], const SkColor colors[], int count,
208 if (colors) {
209 SkAutoTUnref<SkColorFilter> cf(SkColorFilter::CreateModeFilter(colors[i], mode));
  /external/webp/src/enc/
alpha.c 176 int colors = 0; local
187 if (color[j] > 0) ++colors;
189 return colors;
205 // For low number of colors, NONE yields better compression.
210 // For large number of colors, try FILTER_NONE in addition to the best
  /frameworks/base/libs/hwui/
SkiaCanvasProxy.cpp 142 const SkPoint texs[], const SkColor colors[], SkXfermode*, const uint16_t indices[],
152 const int* cArray = (colors) ? (int*)colors : NULL;
360 void SkiaCanvasProxy::onDrawPatch(const SkPoint cubics[12], const SkColor colors[4],
373 if (SkPatchUtils::getVertexData(&data, cubics, colors, texCoords, lod.width(), lod.height())) {
  /external/mesa3d/src/gallium/state_trackers/xorg/
xorg_driver.c 684 int *indices, LOCO *colors, VisualPtr pVisual)
696 ms->lut_r[index * 8 + j] = colors[index].red << 8;
697 ms->lut_g[index * 8 + j] = colors[index].green << 8;
698 ms->lut_b[index * 8 + j] = colors[index].blue << 8;
708 ms->lut_r[index * 8 + j] = colors[index].red << 8;
709 ms->lut_b[index * 8 + j] = colors[index].blue << 8;
714 ms->lut_g[index * 4 + j] = colors[index].green << 8;
721 ms->lut_r[index] = colors[index].red << 8;
722 ms->lut_g[index] = colors[index].green << 8;
723 ms->lut_b[index] = colors[index].blue << 8
    [all...]
  /frameworks/support/design/src/android/support/design/widget/
CollapsingToolbarLayout.java 822 * Sets the text colors of the collapsed title.
824 * @param colors ColorStateList containing the new text colors
826 public void setCollapsedTitleTextColor(@NonNull ColorStateList colors) {
827 mCollapsingTextHelper.setCollapsedTextColor(colors);
    [all...]

Completed in 1218 milliseconds

<<31323334353637383940>>