/frameworks/base/libs/hwui/ |
PatchCache.cpp | 56 const uint32_t width, const uint32_t height, const int8_t numColors) { 61 if (uint8_t(numColors) < sizeof(uint32_t) * 4) { 62 for (int8_t i = 0; i < numColors; i++) {
|
PatchCache.h | 53 const uint32_t width, const uint32_t height, const int8_t numColors);
|
DisplayListRenderer.cpp | 380 int8_t numColors = 0; 384 colors = getUInts(numColors); 725 int8_t numColors = 0; 731 colors = getUInts(numColors); 741 numColors, left, top, right, bottom, paint); [all...] |
DisplayListRenderer.h | 277 const uint32_t* colors, uint32_t width, uint32_t height, int8_t numColors,
|
OpenGLRenderer.h | 110 const uint32_t* colors, uint32_t width, uint32_t height, int8_t numColors,
|
OpenGLRenderer.cpp | [all...] |
/frameworks/base/tools/aapt/ |
Images.cpp | 344 int8_t numColors; 474 numColors = numRows * numCols; 475 image->info9Patch.numColors = numColors; 476 image->info9Patch.colors = (uint32_t*)malloc(numColors * sizeof(uint32_t)); 526 assert(colorIndex == numColors); 528 for (i=0; i<numColors; i++) { 532 if (i == numColors - 1) printf("\n"); 582 for (int i = 0; i < outPatch->numColors; i++) { 591 patch1.numColors == patch2.numColors & [all...] |
/external/qemu/distrib/sdl-1.2.12/src/video/cybergfx/ |
SDL_cgxvideo.c | 618 int numcolors; local 623 numcolors = 1<<this->screen->format->BitsPerPixel; 625 if(numcolors>256) 626 numcolors=256; 630 for ( pixel=0; pixel<numcolors; pixel++ ) [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/sdl-1.2.12/src/video/epoc/ |
SDL_epocvideo.cpp | 185 TInt numColors = TDisplayModeUtils::NumDisplayModeColors(displaymode); 187 for (TInt32 i = 2; i < numColors; i <<= 1, bitsPerPixel++);
|
/external/qemu/distrib/sdl-1.2.12/src/video/x11/ |
SDL_x11video.c | 732 int numcolors; local 734 numcolors = SDL_Visual->map_entries; 735 for ( pixel=0; pixel<numcolors; ++pixel ) { [all...] |
/external/quake/quake/src/QW/scitech/include/ |
mgraph.h | [all...] |
/external/quake/quake/src/WinQuake/scitech/INCLUDE/ |
MGRAPH.H | [all...] |
/frameworks/base/libs/utils/ |
ResourceTypes.cpp | 148 for (int i=0; i<numColors; i++) { 165 for (int i=0; i<numColors; i++) { 179 + numColors * sizeof(uint32_t); 194 memmove(data, &wasDeserialized, 4); // copy wasDeserialized, numXDivs, numYDivs, numColors 202 memmove(data, this->colors, numColors * sizeof(uint32_t)); 208 memmove(&outData->wasDeserialized, patch, 4); // copy wasDeserialized, numXDivs, numYDivs, numColors 209 memmove(&outData->paddingLeft, patch + 12, 4); // copy wasDeserialized, numXDivs, numYDivs, numColors [all...] |
/external/libpng/contrib/gregbook/ |
rpng-x.c | 155 ulg numcolors=0, pixels[256];
|
/frameworks/base/core/jni/ |
android_view_GLES20Canvas.cpp | 376 &patch->colors[0], patch->numXDivs, patch->numYDivs, patch->numColors, [all...] |
/external/skia/src/effects/ |
SkGradientShader.cpp | 681 // build our key: [numColors + colors[] + {positions[]} ] [all...] |
/frameworks/base/include/utils/ |
ResourceTypes.h | 112 int8_t numColors; [all...] |
/prebuilt/sdk/tools/linux/ |
aapt | |