/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...] |
OpenGLRenderer.h | 110 const uint32_t* colors, uint32_t width, uint32_t height, int8_t numColors,
|
DisplayListRenderer.h | 277 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/epoc/ |
SDL_epocvideo.cpp | 185 TInt numColors = TDisplayModeUtils::NumDisplayModeColors(displaymode); 187 for (TInt32 i = 2; i < numColors; i <<= 1, bitsPerPixel++);
|
/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...] |
/frameworks/base/core/jni/ |
android_view_GLES20Canvas.cpp | 376 &patch->colors[0], patch->numXDivs, patch->numYDivs, patch->numColors, [all...] |
/frameworks/base/include/utils/ |
ResourceTypes.h | 112 int8_t numColors; [all...] |