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

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/dvb/
osd.h 50 // set palette entry <num> to <r,g,b>, <mix> and <trans> apply
58 // Set a number of entries in the palette
video.h 186 typedef struct video_spu_palette { /* SPU Palette information */
188 __u8 *palette; member in struct:video_spu_palette
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
kd.h 21 #define GIO_CMAP 0x4B70 /* gets colour palette on VGA+ */
22 #define PIO_CMAP 0x4B71 /* sets colour palette on VGA+ */
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/draw9patch/graphics/
GraphicsUtilities.java 35 image.palette);
80 image.palette);
  /external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
jp2.h 56 #define JP2_PCLR 0x70636c72 /**< Palette box */
110 Component mappings: channel index, mapping type, palette index
119 Palette data: table entries, palette columns
132 Collector for ICC profile, palette, component mapping, channel description
  /external/mesa3d/src/gallium/auxiliary/vl/
vl_compositor.c 269 struct ureg_src palette; local
283 palette = ureg_DECL_sampler(shader, 1);
290 * fragment.xyz = tex(texel, palette) * csc
297 ureg_TEX(shader, texel, TGSI_TEXTURE_1D, ureg_src(texel), palette);
302 TGSI_TEXTURE_1D, ureg_src(texel), palette);
363 debug_printf("Unable to create YUV-Palette-to-RGB fragment shader.\n");
369 debug_printf("Unable to create RGB-Palette-to-RGB fragment shader.\n");
925 struct pipe_sampler_view *palette,
930 assert(s && c && indexes && palette);
943 pipe_sampler_view_reference(&s->layers[layer].sampler_views[1], palette);
    [all...]
vl_compositor.h 201 struct pipe_sampler_view *palette,
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
gbemu.js     [all...]
  /external/libvncserver/libvncclient/
tight.c 188 rfbClientLog("Tight encoding: error receiving palette.\n");
457 CARDBPP *palette = (CARDBPP *)client->tightPalette; local
475 palette[i] = RGB24_TO_PIXEL32(client->tightPalette[i*3],
494 CARDBPP *palette = (CARDBPP *)client->tightPalette; local
501 dst[y*client->rectWidth+x*8+7-b] = palette[src[y*w+x] >> b & 1];
504 dst[y*client->rectWidth+x*8+7-b] = palette[src[y*w+x] >> b & 1];
510 dst[y*client->rectWidth+x] = palette[(int)src[y*client->rectWidth+x]];
  /development/samples/Support7Demos/res/values/
strings.xml 178 <string name="palette">Palette</string>
179 <string name="palette_all_colors">Full color palette</string>
  /external/libvncserver/x11vnc/
v4l.c 84 static char *v4l1_lu_palette(unsigned short palette);
86 static char *v4l2_lu_palette(unsigned int palette);
260 v4l1_picture.palette = fnew;
750 static char *v4l1_lu_palette(unsigned short palette) {
751 switch(palette) {
962 if (v) fprintf(stderr, " palette: %d %s\n", v4l1_picture.palette,
963 v4l1_lu_palette(v4l1_picture.palette));
1136 char *str = v4l1_lu_palette(v4l1_picture.palette);
1144 char *pal = v4l1_lu_palette(v4l1_picture.palette);
    [all...]
  /hardware/intel/common/libva/va/
va_backend.h 247 * pointer to an array holding the palette data. The size of the array is
249 * in the palette is described by the component_order in VAImage struct
251 unsigned char *palette
  /external/mesa3d/src/gallium/state_trackers/va/
va_image.c 124 vlVaSetImagePalette(VADriverContextP ctx, VAImageID image, unsigned char *palette)
  /external/opencv/otherlibs/highgui/
grfmt_bmp.cpp 507 PaletteEntry palette[256]; local
532 FillGrayPalette( palette, 8 );
533 m_strm.PutBytes( palette, sizeof(palette));
  /external/pdfium/third_party/freetype/include/
ftrender.h 219 /* `pal5' to set its gray palette as a character string with */
  /external/webp/src/enc/
histogram.h 33 // literal_ contains green literal, palette-code and
  /frameworks/support/v7/palette/src/main/java/android/support/v7/graphics/
ColorCutQuantizer.java 21 import android.support.v7.graphics.Palette.Swatch;
60 final Palette.Filter[] mFilters;
68 * @param maxColors The maximum number of colors that should be in the result palette.
71 ColorCutQuantizer(final int[] pixels, final int maxColors, final Palette.Filter[] filters) {
  /packages/apps/Messaging/
Android.mk 39 LOCAL_STATIC_JAVA_LIBRARIES += android-support-v7-palette
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/emoji/
EmojiPalettesAdapter.java 146 Log.w(TAG, "Warning!!! Emoji palette may be leaking. " + object);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdiplusheaders.h 104 Status GetPalette(ColorPalette *palette, INT size);
130 Status SetPalette(const ColorPalette *palette);
173 static Status InitializePalette(ColorPalette *palette,
217 PaletteType paletteType, ColorPalette *palette,
  /external/kernel-headers/original/uapi/linux/dvb/
video.h 188 typedef struct video_spu_palette { /* SPU Palette information */
190 __u8 __user *palette; member in struct:video_spu_palette
  /frameworks/base/docs/html/guide/practices/ui_guidelines/
icon_design_action_bar.jd 127 use the same color palette and effects.</p>
129 <p>When using the default "Holo Light" or "Holo Dark" themes, icons should use the color palette
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/dvb/
video.h 186 typedef struct video_spu_palette { /* SPU Palette information */
188 __u8 *palette; member in struct:video_spu_palette
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
videodev.h 92 __u16 palette; /* Palette in use */ member in struct:video_picture
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/draw9patch/graphics/
GraphicsUtilitiesTest.java 111 assertTrue(baseData.palette.equals(copiedData.palette));

Completed in 1039 milliseconds

1 2 3 4 5 6 7 8 91011>>