HomeSort by relevance Sort by last modified time
    Searched refs:set_color (Results 1 - 3 of 3) sorted by null

  /frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
Posterize.java 40 mScript.set_color(new Short4((short)r, (short)g, (short)b, (short)255));
  /frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
Posterize.java 49 mScript.set_color(new Short4((short)r, (short)g, (short)b, (short)255));
  /external/libpng/contrib/libtests/
makepng.c 238 set_color(png_colorp color, png_bytep trans, unsigned int red, function
269 set_color(palette+0, trans+0, colors[1], colors[1], colors[1], 255,
274 set_color(palette+0, trans+0, colors[1], colors[1], colors[1],
279 set_color(palette+0, trans+0, colors[1], colors[2], colors[3], 255,
284 set_color(palette+0, trans+0, colors[1], colors[2], colors[3],
291 set_color(palette+0, trans+0, 255, 0, 0, 0, gamma_table);
292 set_color(palette+1, trans+1, 255, 255, 255, 255, gamma_table);
313 set_color(palette+ip, trans+ip,
    [all...]

Completed in 330 milliseconds