HomeSort by relevance Sort by last modified time
    Searched full:firstcolor (Results 1 - 25 of 44) sorted by null

1 2

  /packages/apps/Gallery2/src/com/android/gallery3d/photoeditor/filters/
DuotoneFilter.java 32 private int firstColor;
35 public void setDuotone(int firstColor, int secondColor) {
36 this.firstColor = firstColor;
43 effect.setParameter("first_color", firstColor);
50 out.writeInt(firstColor);
56 firstColor = in.readInt();
  /gdk/samples/PhotoEditor/src/com/android/photoeditor/filters/
DuotoneFilter.java 26 private int firstColor;
29 public void setDuotone(int firstColor, int secondColor) {
30 this.firstColor = firstColor;
37 ImageUtils.nativeDuotone(src.bitmap(), dst.bitmap(), firstColor, secondColor);
ImageUtils.java 39 public static native void nativeDuotone(Bitmap src, Bitmap dst, int firstColor,
  /external/qemu/distrib/sdl-1.2.12/src/video/photon/
SDL_ph_video.c 47 static int ph_SetColors(_THIS, int firstcolor, int ncolors, SDL_Color *colors);
594 static int ph_SetColors(_THIS, int firstcolor, int ncolors, SDL_Color *colors)
608 for (i=firstcolor; i<firstcolor+ncolors; i++)
610 syspalph[i] = PgRGB(colors[i-firstcolor].r, colors[i-firstcolor].g, colors[i-firstcolor].b);
622 for (i=firstcolor; i<firstcolor+ncolors; i++)
624 syspalph[i] = PgRGB(colors[i-firstcolor].r, colors[i-firstcolor].g, colors[i-firstcolor].b)
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/cybergfx/
SDL_cgxvideo.c 50 static int CGX_SetColors(_THIS, int firstcolor, int ncolors, SDL_Color *colors);
1235 static int CGX_SetColors(_THIS, int firstcolor, int ncolors, SDL_Color *colors)
1247 xcmap[0]+=firstcolor;
1252 xcmap[i*3+1] = colors[i+firstcolor].r<<24;
1253 xcmap[i*3+2] = colors[i+firstcolor].g<<24;
1254 xcmap[i*3+3] = colors[i+firstcolor].b<<24;
1293 SetSingleColor(fmt,colors[firstcolor+i].r,colors[firstcolor+i].g,colors[firstcolor+i].b,(unsigned char *)&SDL_XPixels[firstcolor+i])
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/dummy/
SDL_nullvideo.c 55 static int DUMMY_SetColors(_THIS, int firstcolor, int ncolors, SDL_Color *colors);
223 int DUMMY_SetColors(_THIS, int firstcolor, int ncolors, SDL_Color *colors)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/dvb/
osd.h 56 OSD_SetPalette, // (firstcolor{color},lastcolor{x0},data)
58 // sets the entries "firstcolor" through "lastcolor" from the array "data"
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/dvb/
osd.h 56 OSD_SetPalette, // (firstcolor{color},lastcolor{x0},data)
58 // sets the entries "firstcolor" through "lastcolor" from the array "data"
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/dvb/
osd.h 56 OSD_SetPalette, // (firstcolor{color},lastcolor{x0},data)
58 // sets the entries "firstcolor" through "lastcolor" from the array "data"
  /external/qemu/distrib/sdl-1.2.12/src/video/
SDL_sysvideo.h 93 /* Sets the color entries { firstcolor .. (firstcolor+ncolors-1) }
101 int (*SetColors)(_THIS, int firstcolor, int ncolors,
SDL_video.c 1135 int firstcolor, int ncolors)
1140 if ( colors != (pal->colors + firstcolor) ) {
1141 SDL_memcpy(pal->colors + firstcolor, colors,
1154 SDL_memcpy(vidpal->colors + firstcolor, colors,
1162 SDL_Color *colors, int firstcolor, int ncolors)
1171 SDL_memcpy(video->physpal->colors + firstcolor,
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/aalib/
SDL_aavideo.c 47 static int AA_SetColors(_THIS, int firstcolor, int ncolors, SDL_Color *colors);
352 int AA_SetColors(_THIS, int firstcolor, int ncolors, SDL_Color *colors)
357 aa_setpalette(AA_palette, firstcolor + i,
  /external/qemu/distrib/sdl-1.2.12/src/video/ggi/
SDL_ggivideo.c 55 static int GGI_SetColors(_THIS, int firstcolor, int ncolors,
355 int GGI_SetColors(_THIS, int firstcolor, int ncolors, SDL_Color *colors)
368 ggiSetPalette(VIS, firstcolor, ncolors, pal);
  /external/qemu/distrib/sdl-1.2.12/src/video/xbios/
SDL_xbios.c 72 static int XBIOS_SetColors(_THIS, int firstcolor, int ncolors, SDL_Color *colors);
817 static int XBIOS_SetColors(_THIS, int firstcolor, int ncolors, SDL_Color *colors)
831 TT_palette[firstcolor+i]=((r*30)+(v*59)+(b*11))/100;
845 EsetPalette(firstcolor,ncolors,TT_palette);
858 VsetRGB(firstcolor,ncolors,F30_palette);
  /external/qemu/distrib/sdl-1.2.12/src/video/nanox/
SDL_nxvideo.c 45 static int NX_SetColors (_THIS, int firstcolor, int ncolors, SDL_Color * colors) ;
398 int NX_SetColors (_THIS, int firstcolor, int ncolors, SDL_Color * colors)
413 GrSetSystemPalette (firstcolor, & pal) ;
  /external/qemu/distrib/sdl-1.2.12/src/video/riscos/
SDL_wimpvideo.c 48 int WIMP_SetColors(_THIS, int firstcolor, int ncolors, SDL_Color *colors);
355 int WIMP_SetColors(_THIS, int firstcolor, int ncolors, SDL_Color *colors)
361 pal += firstcolor*2;
SDL_riscosFullScreenVideo.c 65 static int FULLSCREEN_SetColors(_THIS, int firstcolor, int ncolors, SDL_Color *colors);
533 int FULLSCREEN_SetColors(_THIS, int firstcolor, int ncolors, SDL_Color *colors)
547 palette[firstcolor] = ((colors->b) << 24) | ((colors->g) << 16) | ((colors->r) << 8);
548 firstcolor++;
  /external/qemu/distrib/sdl-1.2.12/src/video/svga/
SDL_svgavideo.c 57 static int SVGA_SetColors(_THIS, int firstcolor, int ncolors,
538 int SVGA_SetColors(_THIS, int firstcolor, int ncolors, SDL_Color *colors)
543 vga_setpalette(firstcolor + i,
  /external/qemu/distrib/sdl-1.2.12/src/video/vgl/
SDL_vglvideo.c 51 static int VGL_SetColors(_THIS, int firstcolor, int ncolors,
446 int VGL_SetColors(_THIS, int firstcolor, int ncolors, SDL_Color *colors)
451 VGLSetPaletteIndex(firstcolor + i,
  /external/webkit/Source/WebCore/accessibility/
AccessibilityTable.cpp 238 Color firstColor = alternatingRowColors[0];
241 if (k % 2 == 1 && alternatingRowColors[k] == firstColor)
244 if (!(k % 2) && alternatingRowColors[k] != firstColor)
  /external/qemu/distrib/sdl-1.2.12/src/video/directfb/
SDL_DirectFB_video.c 57 static int DirectFB_SetColors(_THIS, int firstcolor, int ncolors,
1054 int DirectFB_SetColors(_THIS, int firstcolor, int ncolors, SDL_Color *colors)
1061 if (firstcolor > 255)
1064 if (firstcolor + ncolors > 256)
1065 ncolors = 256 - firstcolor;
1080 palette->SetEntries (palette, entries, ncolors, firstcolor);
  /external/qemu/distrib/sdl-1.2.12/src/video/dc/
SDL_dcvideo.c 42 static int DC_SetColors(_THIS, int firstcolor, int ncolors, SDL_Color *colors);
309 static int DC_SetColors(_THIS, int firstcolor, int ncolors, SDL_Color *colors)
  /external/qemu/distrib/sdl-1.2.12/src/video/picogui/
SDL_pgvideo.c 42 static int PG_SetColors(_THIS, int firstcolor, int ncolors, SDL_Color *colors);
316 int PG_SetColors(_THIS, int firstcolor, int ncolors, SDL_Color *colors)
  /external/qemu/distrib/sdl-1.2.12/src/video/qtopia/
SDL_sysvideo.cc 58 static int QT_SetColors(_THIS, int firstcolor, int ncolors, SDL_Color *colors);
367 int QT_SetColors(_THIS, int firstcolor, int ncolors, SDL_Color *colors)
  /external/qemu/distrib/sdl-1.2.12/src/video/macrom/
SDL_romvideo.c 59 static int ROM_SetColors(_THIS, int firstcolor, int ncolors,
671 static int ROM_SetColors(_THIS, int firstcolor, int ncolors, SDL_Color *colors)
684 if ( (firstcolor+ncolors) > ((**cTab).ctSize+1) ) {
690 int j = firstcolor + i;

Completed in 809 milliseconds

1 2