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

1 2 3 45 6 7 8 91011>>

  /frameworks/support/v7/palette/
Android.mk 19 LOCAL_MODULE := android-support-v7-palette
  /hardware/ti/omap4-aah/kernel-headers-ti/linux/
bvsurfgeom.h 31 void *palette; member in struct:bvsurfgeom
  /packages/apps/Contacts/
Android.mk 29 android-support-v7-palette \
  /packages/apps/InCallUI/src/com/android/incallui/
CircularRevealFragment.java 93 public void startOutgoingAnimation(MaterialPalette palette) {
116 if (palette != null) {
118 palette.mPrimaryColor);
119 activity.getWindow().setStatusBarColor(palette.mSecondaryColor);
  /development/ndk/platforms/android-8/samples/bitmap-plasma/jni/
plasma.c 130 /* Color palette used for rendering the plasma */
138 static uint16_t palette[PALETTE_SIZE]; variable
153 palette[nn] = make565(255, jj, 255-jj);
158 palette[nn] = make565(255-jj, 255, jj);
163 palette[nn] = make565(0, 255-jj, 255);
168 palette[nn] = make565(jj, 0, 255);
177 return palette[idx & (PALETTE_SIZE-1)];
  /external/libvncserver/libvncserver/
tight.c 135 } PALETTE;
142 static TLS PALETTE palette; variable
839 /* TODO: setup palette maybe */
841 /* TODO: destroy palette maybe */
864 /* Prepare palette, convert image. */
940 /* Prepare palette, convert image. */
948 palette.entry[i].listNode->rgb;
    [all...]
zrleencodetemplate.c 127 /* First find the palette and the number of runs */
163 zrleOutStreamWRITE_PIXEL(os, ph->palette[0]);
167 /* Try to work out whether to use RLE and/or a palette. We do this by
215 zrleOutStreamWRITE_PIXEL(os, ph->palette[i]);
  /frameworks/base/docs/html/training/material/
compatibility.jd 73 <li><a href="{@docRoot}training/material/theme.html#ColorPalette">Color palette theme attributes</a>
80 <li>The {@link android.support.v7.graphics.Palette} class to <a
98 <h3>Color Palette</h3>
100 <p>To obtain material design styles and customize the color palette with the Android v7 Support
106 &lt;!-- customize the color palette -->
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
Utils.java 177 if (!data.palette.isDirect && data.depth <= 8)
188 RGB rgb = data.palette.getRGB(pixels[x]);
204 // pick the most frequently used 256 (or fewer), and make a palette
214 rgbs[rgbs.length - 1] = data.transparentPixel != -1 ? data.palette.getRGB(data.transparentPixel) : new RGB(255, 255, 255);
216 PaletteData palette = new PaletteData(rgbs); local
218 // create a new image using the new palette:
220 // index in the new palette
221 ImageData newData = new ImageData(width, data.height, 8, palette);
232 RGB rgb = data.palette.getRGB(pixels[x]);
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
SwtUtilsTest.java 64 PaletteData outPalette = outData.palette;
120 PaletteData outPalette = outData.palette;
151 PaletteData outPalette = outData.palette;
188 PaletteData outPalette = outData.palette;
247 PaletteData outPalette = outData.palette;
286 PaletteData outPalette = outData.palette;
  /external/zopfli/src/zopflipng/lodepng/
lodepng.h 91 LCT_PALETTE = 3, /*palette: 1,2,4,8 bit*/
319 palette (PLTE and tRNS)
321 Dynamically allocated with the colors of the palette, including alpha.
322 When encoding a PNG, to store your colors in the palette of the LodePNGColorMode, first use
324 If you encode an image without alpha with palette, don't forget to put value 255 in each A byte of the palette.
326 When decoding, by default you can ignore this palette, since LodePNG already
327 fills the palette colors in the pixels of the raw RGBA output.
329 The palette is only supported for color type 3.
331 unsigned char* palette; /*palette in RGBARGBA... order. When allocated, must be either 0, or have size 1024* member in struct:LodePNGColorMode
    [all...]
  /external/libpng/
pngstruct.h 285 png_colorp palette; /* palette from the input file */ member in struct:png_struct_def
286 png_uint_16 num_palette; /* number of color entries in palette */
290 int num_palette_max; /* maximum palette index found in IDAT */
379 int cur_palette; /* current push library palette index */
394 png_bytep quantize_index; /* index translation for palette files */
475 in the palette */
477 palette color */
example.c 413 * for paletted images instead of supplying a palette index. Note that
469 /* Quantize RGB files down to 8 bit palette or reduce palettes
475 png_colorp palette;
477 /* This reduces the image to the application supplied palette */
478 if (/* We have our own palette */)
486 /* This reduces the image to the palette supplied in the file */
487 else if (png_get_PLTE(png_ptr, info_ptr, &palette, &num_palette))
493 png_set_quantize(png_ptr, palette, num_palette,
538 /* Optional call to gamma correct and add the background to the palette
540 * update the palette for you (ie you selected such a transform above)
    [all...]
  /external/mesa3d/include/GL/
wmesa.h 82 * Pal - Palette to use
127 * In indexed color mode we need to know when the palette changes.
  /external/pdfium/samples/fx_lpng/lpng_v163/
pngstruct.h 238 png_colorp palette; /* palette from the input file */ member in struct:png_struct_def
239 png_uint_16 num_palette; /* number of color entries in palette */
243 int num_palette_max; /* maximum palette index found in IDAT */
332 int cur_palette; /* current push library palette index */
347 png_bytep quantize_index; /* index translation for palette files */
428 in the palette */
430 palette color */
  /development/samples/Support7Demos/
Android.mk 30 android-support-v7-palette \
  /external/chromium-trace/trace-viewer/tracing/tracing/ui/tracks/
frame_track.html 17 var palette = tr.ui.b.getColorPalette();
  /external/libpng/contrib/libtests/
makepng.c 53 * The palette always has 2^bit-depth entries and the tRNS chunk one fewer. The
54 * image is the 1-channel diamond, but using palette index, not luminosity.
67 * will have exactly one palette entry and all image files with be 16x16 in
170 generate_palette(png_colorp palette, png_bytep trans, int bit_depth,
190 set_color(palette+0, trans+0, colors[1], colors[1], colors[1], 255,
195 set_color(palette+0, trans+0, colors[1], colors[1], colors[1],
200 set_color(palette+0, trans+0, colors[1], colors[2], colors[3], 255,
205 set_color(palette+0, trans+0, colors[1], colors[2], colors[3],
212 set_color(palette+0, trans+0, 255, 0, 0, 0, gamma_table);
213 set_color(palette+1, trans+1, 255, 255, 255, 255, gamma_table)
640 png_color palette[256]; local
    [all...]
  /external/opencv/
cvjni.h 184 PaletteEntry palette[256]; local
214 FillGrayPalette( palette, 8 );
215 m_strm->PutBytes( palette, sizeof(palette));
  /external/zopfli/
README.zopflipng 13 palette selection, are still being made. Feedback and bug reports are welcome.
  /frameworks/base/docs/html/tools/help/
adt.jd 21 <li><a href="#palette">Palette</a></li>
214 directly from the palette. You can select the platform version used to render the items in
235 <dt><strong>Palette</strong></dt>
237 <dd>On the left side of the editor is the palette. It provides a set of widgets that
238 you can drag onto the canvas. The palette shows rendered previews of the
266 <p>The canvas is the area where you can drag and drop UI widgets from the palette to design your
365 <h3 id="palette">Palette</h3>
372 "http://www.youtube.com/watch?v=Oq05KqjXTvs#t=7m53s">palette</a> for more information.</p
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/bitmap/
ColorPicker.java 38 * The palette of colors, inflated from {@code R.array.letter_tile_colors}.
  /packages/wallpapers/Basic/res/values-am/
strings.xml 32 <string name="palette" msgid="1636154448241520718">"???? ?? ???"</string>
  /packages/wallpapers/Basic/res/values-ar/
strings.xml 32 <string name="palette" msgid="1636154448241520718">"???? ???????"</string>
  /packages/wallpapers/Basic/res/values-bg/
strings.xml 32 <string name="palette" msgid="1636154448241520718">"??????? ???????"</string>

Completed in 1356 milliseconds

1 2 3 45 6 7 8 91011>>