HomeSort by relevance Sort by last modified time
    Searched defs:numColors (Results 1 - 9 of 9) sorted by null

  /external/jmonkeyengine/engine/src/core-effects/com/jme3/post/filters/
PosterizationFilter.java 54 private int numColors = 8;
67 * @param numColors
69 public PosterizationFilter(int numColors) {
71 this.numColors = numColors;
76 * @param numColors
79 public PosterizationFilter(int numColors, float gamma) {
80 this(numColors);
87 material.setInt("NumColors", numColors);
    [all...]
  /cts/tests/tests/textureview/src/android/textureview/cts/
TextureViewTestActivity.java 88 private final int numColors = 4;
97 int index = frame % numColors;
  /frameworks/base/libs/hwui/
DisplayListRenderer.cpp 507 int8_t numColors = 0;
511 colors = getUInts(numColors);
    [all...]
  /frameworks/base/tools/aapt/
Images.cpp 457 int8_t numColors;
609 numColors = numRows * numCols;
610 image->info9Patch.numColors = numColors;
611 image->info9Patch.colors = (uint32_t*)malloc(numColors * sizeof(uint32_t));
661 assert(colorIndex == numColors);
663 for (i=0; i<numColors; i++) {
667 if (i == numColors - 1) printf("\n");
717 for (int i = 0; i < outPatch->numColors; i++) {
726 patch1.numColors == patch2.numColors &
    [all...]
  /frameworks/base/include/androidfw/
ResourceTypes.h 112 int8_t numColors;
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.publisher_1.1.2.v20100824-2220.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
pdebuild.jar 

Completed in 126 milliseconds