/external/jmonkeyengine/engine/src/core-effects/Common/MatDefs/Post/ |
Posterization.j3md | 6 Int NumColors;
|
/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/ |
Patch.cpp | 62 const int8_t numColors = patch->numColors; 63 if (uint8_t(numColors) < sizeof(uint32_t) * 4) { 64 for (int8_t i = 0; i < numColors; i++) {
|
/external/llvm/lib/Support/ |
GraphWriter.cpp | 60 static const int NumColors = 20; 61 static const char* Colors[NumColors] = { 65 return Colors[ColorNumber % NumColors];
|
/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...] |
/external/jpeg/ |
jquant2.c | 657 int numcolors = cinfo->actual_number_of_colors; local 687 for (i = 0; i < numcolors; i++) { 766 for (i = 0; i < numcolors; i++) { 776 int numcolors, JSAMPLE colorlist[], JSAMPLE bestcolor[]) 811 for (i = 0; i < numcolors; i++) { 868 int numcolors; /* number of candidate colors */ local [all...] |
/external/qemu/distrib/jpeg-6b/ |
jquant2.c | 657 int numcolors = cinfo->actual_number_of_colors; local 687 for (i = 0; i < numcolors; i++) { 766 for (i = 0; i < numcolors; i++) { 776 int numcolors, JSAMPLE colorlist[], JSAMPLE bestcolor[]) 811 for (i = 0; i < numcolors; i++) { 868 int numcolors; /* number of candidate colors */ local [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xorg/ |
xorg_driver.c | 683 static void drv_load_palette(ScrnInfoPtr pScrn, int numColors, 693 for (i = 0; i < numColors; i++) { 703 for (i = 0; i < numColors; i++) { 719 for (i = 0; i < numColors; i++) { [all...] |
/external/mesa3d/src/gallium/state_trackers/xorg/ |
xorg_driver.c | 683 static void drv_load_palette(ScrnInfoPtr pScrn, int numColors, 693 for (i = 0; i < numColors; i++) { 703 for (i = 0; i < numColors; i++) { 719 for (i = 0; i < numColors; i++) { [all...] |
/external/chromium_org/third_party/WebKit/Source/core/platform/image-decoders/gif/ |
GIFImageReader.cpp | 695 const size_t numColors = 2 << (currentComponent[8] & 0x7); 696 currentFrame->localColorMap().setTablePositionAndSize(dataPosition, numColors); 697 GETN(GIF_COLORS * numColors, GIFImageColormap);
|
/external/smack/asmack-master/jingle/ |
60-remove-jingle_mediaimpl.patch | [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/ |
st_program.c | 631 uint numColors = 0; 666 fs_output_semantic_index[fs_num_outputs] = numColors; 668 numColors++; [all...] |
/external/mesa3d/src/mesa/state_tracker/ |
st_program.c | 631 uint numColors = 0; 666 fs_output_semantic_index[fs_num_outputs] = numColors; 668 numColors++; [all...] |
/external/qemu/distrib/sdl-1.2.15/src/video/x11/ |
SDL_x11video.c | 753 int numcolors; local 755 numcolors = SDL_Visual->map_entries; 756 for ( pixel=0; pixel<numcolors; ++pixel ) { [all...] |
/external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA1/ |
SDL_epocvideo.cpp | 232 /*TInt numColors = TDisplayModeUtils::NumDisplayModeColors(displaymode); 234 for (TInt32 i = 2; i < numColors; i <<= 1, bitsPerPixel++); [all...] |
/frameworks/base/libs/androidfw/ |
ResourceTypes.cpp | 147 for (int i=0; i<numColors; i++) { 164 for (int i=0; i<numColors; i++) { 178 + numColors * sizeof(uint32_t); 193 memmove(data, &wasDeserialized, 4); // copy wasDeserialized, numXDivs, numYDivs, numColors 201 memmove(data, this->colors, numColors * sizeof(uint32_t)); 207 memmove(&outData->wasDeserialized, patch, 4); // copy wasDeserialized, numXDivs, numYDivs, numColors 208 memmove(&outData->paddingLeft, patch + 12, 4); // copy wasDeserialized, numXDivs, numYDivs, numColors [all...] |
/external/chromium_org/third_party/skia/src/effects/gradients/ |
SkGradientShader.cpp | 586 // build our key: [numColors + colors[] + {positions[]} + flags ] [all...] |
/external/libpng/contrib/gregbook/ |
rpng-x.c | 155 ulg numcolors=0, pixels[256];
|
/external/skia/src/effects/gradients/ |
SkGradientShader.cpp | 586 // build our key: [numColors + colors[] + {positions[]} + flags ] [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 | |