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

1 2 3 45 6 7 8 910

  /packages/wallpapers/Basic/res/values-es-rUS/
strings.xml 44 <string name="palette" msgid="1636154448241520718">"Paleta de colores"</string>
  /packages/wallpapers/Basic/res/values-it/
strings.xml 44 <string name="palette" msgid="1636154448241520718">"Tavolozza dei colori"</string>
  /packages/wallpapers/Basic/res/values-nb/
strings.xml 44 <string name="palette" msgid="1636154448241520718">"Fargepalett"</string>
  /packages/wallpapers/Basic/res/values-nl/
strings.xml 44 <string name="palette" msgid="1636154448241520718">"Kleurpalet"</string>
  /packages/wallpapers/Basic/res/values-pl/
strings.xml 44 <string name="palette" msgid="1636154448241520718">"Paleta kolorów"</string>
  /packages/wallpapers/Basic/res/values-pt/
strings.xml 44 <string name="palette" msgid="1636154448241520718">"Paleta de cores"</string>
  /packages/wallpapers/Basic/res/values-pt-rPT/
strings.xml 44 <string name="palette" msgid="1636154448241520718">"Paleta de cores"</string>
  /packages/wallpapers/Basic/res/values-sv/
strings.xml 44 <string name="palette" msgid="1636154448241520718">"Färgpalett"</string>
  /packages/wallpapers/Basic/res/values-tr/
strings.xml 44 <string name="palette" msgid="1636154448241520718">"Renk paleti"</string>
  /external/kernel-headers/original/linux/
videodev.h 93 __u16 palette; /* Palette in use */ member in struct:video_picture
  /external/quake/quake/src/QW/client/
gl_screen.c 682 int rowbytes, byte *palette, qboolean upload)
705 Q_memset (pcx->palette,0,sizeof(pcx->palette));
733 // write the palette
734 *pack++ = 0x0c; // palette ID byte
736 *pack++ = *palette++;
750 Find closest color in the palette for named color
1046 cl.cshifts[0].percent = 0; // no area contents palette on next frame
screen.c 591 int rowbytes, byte *palette, qboolean upload)
614 Q_memset (pcx->palette,0,sizeof(pcx->palette));
639 // write the palette
640 *pack++ = 0x0c; // palette ID byte
642 *pack++ = *palette++;
700 Find closest color in the palette for named color
991 cl.cshifts[0].percent = 0; // no area contents palette on next frame
gl_warp.c 363 unsigned char palette[48]; member in struct:__anon5006
382 byte palette[768]; local
406 // seek to palette
408 fread (palette, 1, 768, f);
432 pix[0] = palette[dataByte*3];
433 pix[1] = palette[dataByte*3+1];
434 pix[2] = palette[dataByte*3+2];
  /external/webkit/WebCore/platform/qt/
ScrollbarThemeQt.cpp 160 p.painter->fillRect(opt->rect, opt->palette.background());
237 context->fillRect(rect, QApplication::palette().color(QPalette::Normal, QPalette::Window), DeviceColorSpace);
  /frameworks/base/awt/javax/imageio/metadata/
IIOStandardMetadataFormat.java 95 addElement("Palette", "Chroma", 0, Integer.MAX_VALUE); // CHILD_POLICY_REPEAT
96 addElement("PaletteEntry", "Palette", CHILD_POLICY_EMPTY);
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/
ScreenShotDialog.java 238 PaletteData palette = new PaletteData( local
244 mRawImage.bpp, palette, 1, mRawImage.data);
  /frameworks/base/docs/html/guide/practices/ui_guidelines/
icon_design.jd 349 palette</li>
389 <p>Launcher icons should use a limited color palette that includes a range
392 <p>The recommended color palette to use for Launcher icons is shown in Figure 4.
393 You can use elements of the palette for both the base color and the highlight
394 color. You can use the colors of the palette in conjunction with a
411 and highlight colors from the recommended palette.</p>
424 <strong>Figure 5.</strong> Recommended color palette for icons.</p>
612 primary palette and the same effects. For more information, see the
613 menu icon <a href="#menupalette">color palette</a>. </li>
664 <tr><td style="padding-right:1em"><em>1.</em></td><td>Front part:</td><td>Use fill gradient from primary color palette</td></tr
    [all...]
  /external/libpng/
png.h 635 png_byte index; /* used for palette files */
670 /* When the depth of the sPLT palette is 8 bits, the color and alpha samples
677 png_charp name; /* palette name */
678 png_byte depth; /* depth of palette samples */
679 png_sPLT_entryp entries; /* palette entries */
680 png_int_32 nentries; /* number of palette entries */
    [all...]
  /external/qemu/distrib/libpng-1.2.19/
png.h 527 png_byte index; /* used for palette files */
562 /* When the depth of the sPLT palette is 8 bits, the color and alpha samples
569 png_charp name; /* palette name */
570 png_byte depth; /* depth of palette samples */
571 png_sPLT_entryp entries; /* palette entries */
572 png_int_32 nentries; /* number of palette entries */
679 * cleaned up before the structure is discarded: palette, trans, text,
703 png_colorp palette; /* array of color values (valid & PNG_INFO_PLTE) */ member in struct:png_info_struct
704 png_uint_16 num_palette; /* number of color entries in "palette" (PLTE) */
705 png_uint_16 num_trans; /* number of transparent palette color (tRNS) *
1180 png_colorp palette; \/* palette from the input file *\/ member in struct:png_struct_def
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/fbcon/
SDL_fbvideo.c 151 /* Internal palette functions */
604 /* Save hardware palette, if needed */
873 /* Restore the original palette */
889 current->format->palette->ncolors = 16;
903 /* Save hardware palette, if needed */
938 /* Restore the original palette */
1029 /* Save hardware palette, if needed */
1046 /* Let the application know we have a hardware palette */
    [all...]
  /external/quake/quake/src/QW/dxsdk/sdk/inc/
ddraw.h 197 DWORD dwPalCaps; // palette capabilities
    [all...]
  /external/quake/quake/src/WinQuake/dxsdk/SDK/INC/
DDRAW.H 197 DWORD dwPalCaps; // palette capabilities
    [all...]
  /external/freetype/include/freetype/
ftimage.h 221 /* An enumeration type to describe the format of a bitmap palette, */
225 /* ft_palette_mode_rgb :: The palette is an array of 3-byte RGB */
228 /* ft_palette_mode_rgba :: The palette is an array of 4-byte RGBA */
286 /* it indicates how the palette is stored. Not */
289 /* palette :: A typeless pointer to the bitmap palette; this */
307 void* palette; member in struct:FT_Bitmap_
    [all...]
  /external/quake/quake/src/WinQuake/
gl_warp.cpp 412 unsigned char palette[48]; member in struct:__anon5367
431 byte palette[768]; local
455 // seek to palette
457 fread (palette, 1, 768, f);
481 pix[0] = palette[dataByte*3];
482 pix[1] = palette[dataByte*3+1];
483 pix[2] = palette[dataByte*3+2];
  /external/webkit/WebKit/qt/Api/
qgraphicswebview.cpp 107 virtual QPalette palette() const;
274 QPalette QGraphicsWebViewPrivate::palette() const function in class:QGraphicsWebViewPrivate
276 return q->palette();
435 QPalette palette = QApplication::palette(); local
436 palette.setBrush(QPalette::Base, QColor::fromRgbF(0, 0, 0, 0));
437 page->setPalette(palette);

Completed in 625 milliseconds

1 2 3 45 6 7 8 910