/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/ |
InfrastructureTests.java | 60 // different, since they should both be completely different colors.
|
/developers/build/prebuilts/gradle/DragAndDropAcrossApps/DragSource/src/main/java/com/example/android/dragsource/ |
ImageDragListener.java | 27 * Sets colors of the target when DragEvents fire. When a drop is received, the {@link Uri} backing
|
/developers/build/prebuilts/gradle/DrawableTinting/ |
README.md | 9 A color state list is referenced as the tint color, which defines colors for different
|
/developers/build/prebuilts/gradle/MediaBrowserService/Application/src/main/ |
AndroidManifest.xml | 56 look for colors. If you don't set this, Android Auto will look
|
/developers/samples/android/media/MediaBrowserService/Application/src/main/ |
AndroidManifest.xml | 56 look for colors. If you don't set this, Android Auto will look
|
/developers/samples/android/ui/DrawableTinting/ |
README.md | 9 A color state list is referenced as the tint color, which defines colors for different
|
/developers/samples/android/ui/window/DragAndDropAcrossApps/DragSource/src/main/java/com/example/android/dragsource/ |
ImageDragListener.java | 27 * Sets colors of the target when DragEvents fire. When a drop is received, the {@link Uri} backing
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
_index.html | 27 <dd>Demonstrates using the {@link android.graphics.Paint} and {@link android.graphics.Canvas} objects to draw random points on the screen, with different colors and strokes. </dd>
|
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
Spinner1.java | 46 this, R.array.colors, android.R.layout.simple_spinner_item);
|
/development/samples/SkeletonApp/ |
readme.txt | 58 res/values/colors.xml
|
/development/samples/browseable/DragAndDropAcrossApps/DragSource/src/com.example.android/dragsource/ |
ImageDragListener.java | 27 * Sets colors of the target when DragEvents fire. When a drop is received, the {@link Uri} backing
|
/development/samples/browseable/MediaBrowserService/ |
AndroidManifest.xml | 56 look for colors. If you don't set this, Android Auto will look
|
/device/google/accessory/demokit/hardware/eng/shield/ |
ashield_excellon.cam | 23 Colors=" 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 6 6 4 8 8 8 8 8 8 8 8 8 8 8 8 8 4 4 1 1 1 1 3 3 1 2 6 8 8 5 8 8 8 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 4 2 4 3 6 6 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0"
|
/external/ImageMagick/ImageMagick/script/ |
display.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."/> 161 <td><a href="command-line-options.php#colors">-colors <var>value</var></a></td> 162 <td>preferred number of colors in the image</td> 292 <td>colors within this distance are considered equal</td> 352 <td>transform image colors to match this set of colors</td> 377 <td>transform image to span the full range of colors</td> 392 <td>reduce image colors in this colorspace</td>
|
/external/ImageMagick/Magick++/tests/ |
color.cpp | 27 // Verify conversion from named colors as well as ColorRGB constructor
|
/external/ImageMagick/PerlMagick/t/ |
getattribute.t | 39 testGetAttribute('input.miff','colors','3019');
|
/external/ImageMagick/PerlMagick/t/reference/ttf/ |
annotate.miff | 2 class=DirectClass colors=0 matte=True
|
label.miff | 2 class=DirectClass colors=0 matte=True
|
/external/ImageMagick/PerlMagick/t/reference/write/ttf/ |
annotate.miff | 2 class=DirectClass colors=0 matte=True
|
label.miff | 2 class=DirectClass colors=0 matte=True
|
/external/ImageMagick/coders/ |
mpc.c | 409 if (LocaleCompare(keyword,"colors") == 0) 411 image->colors=StringToUnsignedLong(options); 841 if (AcquireImageColormap(image,image->colors,exception) == MagickFalse) 843 if (image->colors != 0) 855 colormap=(unsigned char *) AcquireQuantumMemory(image->colors, 859 count=ReadBlob(image,packet_size*image->colors,colormap); 860 if (count != (ssize_t) (packet_size*image->colors)) 874 for (i=0; i < (ssize_t) image->colors; i++) 890 for (i=0; i < (ssize_t) image->colors; i++) 906 for (i=0; i < (ssize_t) image->colors; i++ [all...] |
wpg.c | 1018 image->colors = 0; 1067 image->colors=WPG_Palette.NumOfEntries; 1068 if (!AcquireImageColormap(image,image->colors,exception)) [all...] |
/external/ImageMagick/www/ |
display.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."/> 165 <td><a href="command-line-options.html#colors">-colors <var>value</var></a></td> 166 <td>preferred number of colors in the image</td> 296 <td>colors within this distance are considered equal</td> 356 <td>transform image colors to match this set of colors</td> 381 <td>transform image to span the full range of colors</td> 396 <td>reduce image colors in this colorspace</td>
|
/external/dbus/test/ |
shell-test.c | 100 || !test_command_line ("ls", "-l", "-a", "--colors", _dbus_get_tmpdir(), NULL)
|
/external/deqp/doc/testlog-stylesheet/ |
testlog.css | 105 /* Background colors based on status code / status. */
|