HomeSort by relevance Sort by last modified time
    Searched refs:palette (Results 126 - 150 of 281) sorted by null

1 2 3 4 56 7 8 91011>>

  /prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/
SDL_surface.h 103 * If the depth is 4 or 8 bits, an empty palette is allocated for the surface.
133 * \brief Set the palette used by a surface.
135 * \return 0, or -1 if the surface format doesn't use a palette.
137 * \note A single palette can be shared with many surfaces.
140 SDL_Palette * palette);
  /prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/
SDL_surface.h 103 * If the depth is 4 or 8 bits, an empty palette is allocated for the surface.
133 * \brief Set the palette used by a surface.
135 * \return 0, or -1 if the surface format doesn't use a palette.
137 * \note A single palette can be shared with many surfaces.
140 SDL_Palette * palette);
  /prebuilts/misc/windows/sdl2/include/
SDL_surface.h 103 * If the depth is 4 or 8 bits, an empty palette is allocated for the surface.
133 * \brief Set the palette used by a surface.
135 * \return 0, or -1 if the surface format doesn't use a palette.
137 * \note A single palette can be shared with many surfaces.
140 SDL_Palette * palette);
  /prebuilts/misc/windows/sdl2/test/
testscale.c 57 if (temp->format->palette) {
testspriteminimal.c 52 if (temp->format->palette) {
testautomation_surface.c 271 if (face->format->palette) {
341 if (face->format->palette) {
  /prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/
SDL_surface.h 103 * If the depth is 4 or 8 bits, an empty palette is allocated for the surface.
133 * \brief Set the palette used by a surface.
135 * \return 0, or -1 if the surface format doesn't use a palette.
137 * \note A single palette can be shared with many surfaces.
140 SDL_Palette * palette);
  /packages/apps/Messaging/
Android.mk 39 LOCAL_STATIC_JAVA_LIBRARIES += android-support-v7-palette
  /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));
  /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]];
  /external/libpng/
pngset.c 177 "Invalid palette size, hIST allocation skipped");
513 png_const_colorp palette, int num_palette)
529 png_error(png_ptr, "Invalid palette length");
533 png_warning(png_ptr, "Invalid palette length");
539 if ((num_palette > 0 && palette == NULL) ||
546 png_error(png_ptr, "Invalid palette");
549 /* It may not actually be necessary to set png_ptr->palette here;
554 * the palette inside png_struct on read.
562 png_ptr->palette = png_voidcast(png_colorp, png_calloc(png_ptr,
566 memcpy(png_ptr->palette, palette, num_palette * (sizeof (png_color)))
    [all...]
pngget.c 983 png_colorp *palette, int *num_palette)
988 (info_ptr->valid & PNG_INFO_PLTE) != 0 && palette != NULL)
990 *palette = info_ptr->palette;
    [all...]
pngstruct.h 239 png_colorp palette; /* palette from the input file */ member in struct:png_struct_def
240 png_uint_16 num_palette; /* number of color entries in palette */
244 int num_palette_max; /* maximum palette index found in IDAT */
336 int cur_palette; /* current push library palette index */
351 png_bytep quantize_index; /* index translation for palette files */
422 in the palette */
424 palette color */
  /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...]
  /external/pdfium/third_party/lpng_v163/
pngset.c 175 "Invalid palette size, hIST allocation skipped");
502 png_const_colorp palette, int num_palette)
513 png_error(png_ptr, "Invalid palette length");
517 png_warning(png_ptr, "Invalid palette length");
522 if ((num_palette > 0 && palette == NULL) ||
529 png_chunk_report(png_ptr, "Invalid palette", PNG_CHUNK_ERROR);
533 /* It may not actually be necessary to set png_ptr->palette here;
538 * the palette inside png_struct on read.
546 png_ptr->palette = png_voidcast(png_colorp, png_calloc(png_ptr,
550 memcpy(png_ptr->palette, palette, num_palette * (sizeof (png_color)));
    [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-packaging-plugin/0.20.0/
tycho-packaging-plugin-0.20.0.jar 
  /development/build/
sdk.atree     [all...]
  /external/opencv3/3rdparty/libpng/
pngset.c 190 "Invalid palette size, hIST allocation skipped");
517 png_const_colorp palette, int num_palette)
528 png_error(png_ptr, "Invalid palette length");
532 png_warning(png_ptr, "Invalid palette length");
537 /* It may not actually be necessary to set png_ptr->palette here;
547 png_ptr->palette = (png_colorp)png_calloc(png_ptr,
550 png_memcpy(png_ptr->palette, palette, num_palette * png_sizeof(png_color));
551 info_ptr->palette = png_ptr->palette;
    [all...]
  /external/opencv3/modules/videoio/src/
cap_libv4l.cpp     [all...]
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/
DrawUtils.java 299 new ImageData(srcData.height, srcData.width, srcData.depth, srcData.palette);
325 srcData.palette,
  /packages/apps/TV/src/com/android/tv/menu/
AppLinkCardView.java 28 import android.support.v7.graphics.Palette;
301 new Palette.Builder(bitmap).generate(new Palette.PaletteAsyncListener() {
303 public void onGenerated(Palette palette) {
304 mMetaViewHolder.setBackgroundColor(palette.getDarkVibrantColor(
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdiplusimpl.h 172 __inline__ Status Image::GetPalette(ColorPalette *palette, INT size)
175 nativeImage, palette, size));
337 __inline__ Status Image::SetPalette(const ColorPalette *palette)
340 nativeImage, palette));
397 __inline__ Status Bitmap::InitializePalette(ColorPalette *palette,
402 return DllExports::GdipInitializePalette(palette, paletteType,
562 ColorPalette *palette, REAL alphaThresholdPercent)
567 paletteType, palette, alphaThresholdPercent));
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
SwtUtils.java 196 PaletteData swtPalette = swtData.palette;
269 ImageData destData = new ImageData(destWidth, destHeight, srcData.depth, srcData.palette);
  /external/chromium-trace/catapult/telemetry/third_party/png/
png.py 40 # 2009-02-26 David: Palette support (writing).
272 def check_palette(palette):
273 """Check a palette argument (to the :class:`Writer` class) for validity.
274 Returns the palette as a list if okay; raises an exception otherwise.
278 if palette is None:
281 p = list(palette)
283 raise ValueError("a palette must have between 1 and 256 entries")
288 "palette entry %d: entries must be 3- or 4-tuples." % i)
293 "palette entry %d: all 4-tuples must precede all 3-tuples" % i)
297 "palette entry %d: values must be integer: 0 <= x <= 255" % i
1957 def palette(self, alpha='natural'): member in class:Reader
    [all...]
  /development/ndk/platforms/android-3/include/linux/
videodev.h 73 __u16 palette; member in struct:video_picture

Completed in 1753 milliseconds

1 2 3 4 56 7 8 91011>>