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

<<21222324252627282930>>

  /developers/samples/android/wearable/wear/Quiz/Application/src/main/assets/
Quiz.json 44 "question": "What are the school colors of the University of Texas at Austin?",
  /developers/samples/android/wearable/wear/WatchFace/Wearable/src/main/java/com/example/android/wearable/watchface/
DigitalWatchFaceWearableConfigActivity.java 81 String[] colors = getResources().getStringArray(R.array.color_array); local
82 listView.setAdapter(new ColorListAdapter(colors));
161 public ColorListAdapter(String[] colors) {
162 mColors = colors;
  /development/apps/launchperf/res/values/
colors.xml 3 /* //device/tests/ComplexLayout/res/values/colors.xml
  /development/samples/browseable/SwipeRefreshListFragment/src/com.example.android.swiperefreshlistfragment/
SwipeRefreshListFragmentFragment.java 45 * <p>This sample also provides the functionality to change the colors displayed in the
136 // Change the colors displayed by the SwipeRefreshLayout by providing it with 4
146 // Change the colors displayed by the SwipeRefreshLayout by providing it with 4
156 // Change the colors displayed by the SwipeRefreshLayout by providing it with 4
  /development/samples/browseable/WatchFace/Wearable/src/com.example.android.wearable.watchface/
DigitalWatchFaceWearableConfigActivity.java 81 String[] colors = getResources().getStringArray(R.array.color_array); local
82 listView.setAdapter(new ColorListAdapter(colors));
161 public ColorListAdapter(String[] colors) {
162 mColors = colors;
  /external/ImageMagick/ImageMagick/api/
colormap.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."/>
64 MagickBooleanType AcquireImageColormap(Image *image,const size_t colors,
79 <dt>colors</dt>
80 <dd>the number of colors in the image colormap. </dd>
  /external/ImageMagick/www/api/
colormap.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."/>
68 MagickBooleanType AcquireImageColormap(Image *image,const size_t colors,
83 <dt>colors</dt>
84 <dd>the number of colors in the image colormap. </dd>
colormap.php 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."/>
64 MagickBooleanType AcquireImageColormap(Image *image,const size_t colors,
79 <dt>colors</dt>
80 <dd>the number of colors in the image colormap. </dd>
  /external/autotest/server/site_tests/display_Tearing/
display_Tearing.py 38 # sure that there are no successive repeated colors in
82 """Makes checksum table, which maps checksums into colors.
159 @param captured_color_sequence: The sequence of colors captured by
162 @param expected_color_sequence: The sequence of colors expected to
  /external/chromium-trace/catapult/tracing/tracing/model/
selection_state.html 26 * multiplied by the number of base colors.
  /external/deqp/modules/egl/
teglNativeColorMappingTests.hpp 23 * \brief Test for mapping client color values to native surface colors
  /external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/org/jbox2d/callbacks/
DebugDraw.java 178 * @param colors can be null
180 public abstract void drawParticles(Vec2[] centers, float radius, ParticleColor[] colors, int count);
185 * @param colors can be null
187 public abstract void drawParticlesWireframe(Vec2[] centers, float radius, ParticleColor[] colors,
  /external/llvm/tools/llvm-cov/
RenderingSupport.h 51 raw_ostream::Colors Color,
  /external/opencv3/doc/py_tutorials/py_imgproc/py_histograms/py_2d_histogram/
py_2d_histogram.markdown 74 using cv2.imshow() function. It will be a grayscale image and it won't give much idea what colors
75 are there, unless you know the Hue values of different colors.
81 idea what color is there on a first look, unless you know the Hue values of different colors. Still
123 You can clearly see in the histogram what colors are present, blue is there, yellow is there, and
  /external/proguard/src/proguard/gui/splash/
ColorSprite.java 26 * This Sprite colors another given sprite.
  /external/skia/gm/
blend.cpp 37 // Print out the colors in each block (if we're looking at 8888 raster).
  /external/skia/include/core/
SkColor.h 16 Types and macros for colors
25 specify colors in SkPaint and in gradients.
73 // common colors
157 /** Define a function pointer type for combining two premultiplied colors
  /external/skia/include/effects/
SkColorCubeFilter.h 21 * The alpha components of the colors must be 0xFF.
  /external/skia/include/gpu/
GrTestUtils.h 44 // There are only a few cases of random colors which interest us
  /external/skia/src/core/
SkColorSpace.h 14 // Part of the work float is to convert colors to and from this space...
SkValidatingReadBuffer.h 53 bool readColorArray(SkColor* colors, size_t size) override;
  /external/skia/src/utils/
SkNWayCanvas.cpp 276 const SkColor colors[], SkXfermode* xmode,
281 iter->drawVertices(vmode, vertexCount, vertices, texs, colors, xmode,
286 void SkNWayCanvas::onDrawPatch(const SkPoint cubics[12], const SkColor colors[4],
291 iter->drawPatch(cubics, colors, texCoords, xmode, paint);
  /external/smali/smalidea/src/main/java/org/jf/smalidea/
SmaliLexicalElementType.java 34 import com.intellij.openapi.editor.colors.TextAttributesKey;
  /external/zopfli/
README.zopflipng 8 - optionally alters the hidden colors of fully transparent pixels for more
  /frameworks/base/core/res/res/values/
colors.xml 3 /* //device/apps/common/assets/res/any/colors.xml
145 <!-- Keyguard colors -->
156 <!-- Default user icon colors -->
168 <!-- Multi-sim sim colors -->

Completed in 420 milliseconds

<<21222324252627282930>>