HomeSort by relevance Sort by last modified time
    Searched full:palette (Results 76 - 100 of 584) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/pdfium/samples/fx_lpng/lpng_v163/
pnginfo.h 36 * cleaned up before the structure is discarded: palette, trans, text,
63 png_colorp palette; /* array of color values (valid & PNG_INFO_PLTE) */ member in struct:png_info_def
64 png_uint_16 num_palette; /* number of color entries in "palette" (PLTE) */
65 png_uint_16 num_trans; /* number of transparent palette color (tRNS) */
148 * same order as the palette colors, starting from index 0. Values
155 png_color_16 trans_color; /* transparent color for non-palette image */
191 * various palette entries, so that a viewer can intelligently select a
192 * reduced-color palette, if required. Data is an array of "num_palette"
  /external/skia/tests/
IndexedPngOverflowTest.cpp 16 // A 20x1 image with 8 bits per pixel and a palette size of 2. Pixel values are 255, 254... Run
17 // this test with ASAN to make sure we don't try to access before/after any palette-sized buffers.
  /ndk/tests/build/issue20862-libpng-O0/jni/
pnginfo.h 36 * cleaned up before the structure is discarded: palette, trans, text,
63 png_colorp palette; /* array of color values (valid & PNG_INFO_PLTE) */ member in struct:png_info_def
64 png_uint_16 num_palette; /* number of color entries in "palette" (PLTE) */
65 png_uint_16 num_trans; /* number of transparent palette color (tRNS) */
135 * same order as the palette colors, starting from index 0. Values
142 png_color_16 trans_color; /* transparent color for non-palette image */
178 * various palette entries, so that a viewer can intelligently select a
179 * reduced-color palette, if required. Data is an array of "num_palette"
pngstruct.h 122 png_colorp palette; /* palette from the input file */ member in struct:png_struct_def
123 png_uint_16 num_palette; /* number of color entries in palette */
127 int num_palette_max; /* maximum palette index found in IDAT */
218 int cur_palette; /* current push library palette index */
233 png_bytep quantize_index; /* index translation for palette files */
312 in the palette */
314 palette color */
  /packages/wallpapers/Basic/res/values-en-rAU/
strings.xml 32 <string name="palette" msgid="1636154448241520718">"Colour palette"</string>
  /packages/wallpapers/Basic/res/values-en-rGB/
strings.xml 32 <string name="palette" msgid="1636154448241520718">"Colour palette"</string>
  /packages/wallpapers/Basic/res/values-en-rIN/
strings.xml 32 <string name="palette" msgid="1636154448241520718">"Colour palette"</string>
  /packages/wallpapers/Basic/res/values-fr/
strings.xml 32 <string name="palette" msgid="1636154448241520718">"Palette de couleurs"</string>
  /packages/wallpapers/Basic/res/values-fr-rCA/
strings.xml 32 <string name="palette" msgid="1636154448241520718">"Palette de couleurs"</string>
  /packages/wallpapers/Basic/res/values-tl/
strings.xml 32 <string name="palette" msgid="1636154448241520718">"Color palette"</string>
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
ProtoBufUtils.java 47 PaletteData palette = new PaletteData(redMask, greenMask, blueMask); local
52 palette,
  /developers/build/prebuilts/gradle/WatchFace/Wearable/src/main/java/com/example/android/wearable/watchface/
AnalogWatchFaceService.java 34 import android.support.v7.graphics.Palette;
186 Palette.generateAsync(
188 new Palette.PaletteAsyncListener() {
190 public void onGenerated(Palette palette) {
191 if (palette != null) {
193 Log.d(TAG, "Palette: " + palette);
196 mWatchHandHightlightColor = palette.getVibrantColor(Color.RED);
197 mWatchHandColor = palette.getLightVibrantColor(Color.WHITE)
    [all...]
SweepWatchFaceService.java 32 import android.support.v7.graphics.Palette;
158 Palette.generateAsync(
160 new Palette.PaletteAsyncListener() {
162 public void onGenerated(Palette palette) {
163 if (palette != null) {
165 Log.d(TAG, "Palette: " + palette);
168 mWatchHandHightlightColor = palette.getVibrantColor(Color.RED);
169 mWatchHandColor = palette.getLightVibrantColor(Color.WHITE)
    [all...]
  /developers/samples/android/wearable/wear/WatchFace/Wearable/src/main/java/com/example/android/wearable/watchface/
AnalogWatchFaceService.java 34 import android.support.v7.graphics.Palette;
186 Palette.generateAsync(
188 new Palette.PaletteAsyncListener() {
190 public void onGenerated(Palette palette) {
191 if (palette != null) {
193 Log.d(TAG, "Palette: " + palette);
196 mWatchHandHightlightColor = palette.getVibrantColor(Color.RED);
197 mWatchHandColor = palette.getLightVibrantColor(Color.WHITE)
    [all...]
SweepWatchFaceService.java 32 import android.support.v7.graphics.Palette;
158 Palette.generateAsync(
160 new Palette.PaletteAsyncListener() {
162 public void onGenerated(Palette palette) {
163 if (palette != null) {
165 Log.d(TAG, "Palette: " + palette);
168 mWatchHandHightlightColor = palette.getVibrantColor(Color.RED);
169 mWatchHandColor = palette.getLightVibrantColor(Color.WHITE)
    [all...]
  /development/samples/browseable/WatchFace/Wearable/src/com.example.android.wearable.watchface/
AnalogWatchFaceService.java 34 import android.support.v7.graphics.Palette;
186 Palette.generateAsync(
188 new Palette.PaletteAsyncListener() {
190 public void onGenerated(Palette palette) {
191 if (palette != null) {
193 Log.d(TAG, "Palette: " + palette);
196 mWatchHandHightlightColor = palette.getVibrantColor(Color.RED);
197 mWatchHandColor = palette.getLightVibrantColor(Color.WHITE)
    [all...]
SweepWatchFaceService.java 32 import android.support.v7.graphics.Palette;
158 Palette.generateAsync(
160 new Palette.PaletteAsyncListener() {
162 public void onGenerated(Palette palette) {
163 if (palette != null) {
165 Log.d(TAG, "Palette: " + palette);
168 mWatchHandHightlightColor = palette.getVibrantColor(Color.RED);
169 mWatchHandColor = palette.getLightVibrantColor(Color.WHITE)
    [all...]
  /external/libvterm/src/
pen.c 46 // Normal 8 colours or high intensity - parse as palette 0
67 static int lookup_colour(const VTermState *state, int palette, const long args[], int argcount, VTermColor *col, int *index)
69 switch(palette) {
89 fprintf(stderr, "Unrecognised colour palette %d\n", palette);
303 case 34: case 35: case 36: case 37: // Foreground colour palette
311 case 38: // Foreground colour alternative palette
326 case 44: case 45: case 46: case 47: // Background colour palette
332 case 48: // Background colour alternative palette
347 case 94: case 95: case 96: case 97: // Foreground colour high-intensity palette
    [all...]
  /developers/build/prebuilts/gradle/WatchFace/Wearable/
build.gradle 18 compile 'com.android.support:palette-v7:21.0.0'
  /developers/samples/android/wearable/wear/WatchFace/
template-params.xml 28 <dependency_wearable>com.android.support:palette-v7:21.0.0</dependency_wearable>
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
MatrixPaletteActivity.java 24 * This sample shows how to implement a Matrix Palette
  /development/samples/Support7Demos/res/layout/
palette_activity_detail.xml 33 android:id="@+id/palette"
  /external/mesa3d/src/mesa/main/
texcompress_cpal.h 35 GLsizei imageSize, const void *palette);
  /external/skia/include/codec/
SkCodec.h 77 * colors. The color table will be populated after decoding the palette.
81 * decoding the palette.
133 * colors. The color table will be populated after decoding the palette.
137 * decoding the palette.
  /external/skia/src/codec/
SkCodec_libpng.cpp 103 // call only if color_type is PALETTE. Returns true if the ctable has alpha
124 png_colorp palette; local
127 if (!png_get_PLTE(fPng_ptr, fInfo_ptr, &palette, &numPalette)) {
160 *colorPtr++ = proc(*trans++, palette->red, palette->green, palette->blue);
161 palette++;
167 *colorPtr++ = SkPackARGB32(0xFF, palette->red, palette->green, palette->blue)
    [all...]

Completed in 863 milliseconds

1 2 34 5 6 7 8 91011>>