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

1 2

  /external/skia/gm/
drawatlascolor.cpp 116 const int numColors = SK_ARRAY_COUNT(gColors);
117 SkASSERT(numColors == kNumColors);
118 SkRSXform xforms[numColors];
119 SkRect rects[numColors];
120 SkColor quadColors[numColors];
125 for (int i = 0; i < numColors; ++i) {
148 canvas->drawAtlas(atlas.get(), xforms, rects, quadColors, numColors,
150 canvas->translate(0.0f, numColors*(target.height()+kPad));
152 canvas->drawAtlas(atlas.get(), xforms, rects, quadColors, numColors,
  /external/skqp/gm/
drawatlascolor.cpp 116 const int numColors = SK_ARRAY_COUNT(gColors);
117 SkASSERT(numColors == kNumColors);
118 SkRSXform xforms[numColors];
119 SkRect rects[numColors];
120 SkColor quadColors[numColors];
125 for (int i = 0; i < numColors; ++i) {
148 canvas->drawAtlas(atlas.get(), xforms, rects, quadColors, numColors,
150 canvas->translate(0.0f, numColors*(target.height()+kPad));
152 canvas->drawAtlas(atlas.get(), xforms, rects, quadColors, numColors,
  /external/libvncserver/libvncclient/
tight.c 454 uint8_t numColors;
462 if (!ReadFromRFBServer(client, (char*)&numColors, 1))
465 client->rectColors = (int)numColors;
  /external/skia/third_party/gif/
SkGifImageReader.cpp 761 const int numColors = 2 << (currentComponent[8] & 0x7);
802 currentFrame->localColorMap().setNumColors(numColors);
803 GETN(SK_BYTES_PER_COLORMAP_ENTRY * numColors, SkGIFImageColormap);
    [all...]
SkGifImageReader.h 176 int numColors() const { return m_colors; }
  /external/skqp/third_party/gif/
SkGifImageReader.cpp 761 const int numColors = 2 << (currentComponent[8] & 0x7);
802 currentFrame->localColorMap().setNumColors(numColors);
803 GETN(SK_BYTES_PER_COLORMAP_ENTRY * numColors, SkGIFImageColormap);
    [all...]
SkGifImageReader.h 176 int numColors() const { return m_colors; }
  /frameworks/base/libs/hwui/
Patch.cpp 42 const int8_t numColors = patch->numColors;
43 if (uint8_t(numColors) < sizeof(uint32_t) * 4) {
44 for (int8_t i = 0; i < numColors; i++) {
  /external/skia/src/codec/
SkBmpCodec.cpp 219 uint32_t numColors = 0;
247 numColors = get_int(iBuffer.get(), 28);
487 bitsPerPixel, numColors, bytesPerColor,
577 numColors, bytesPerColor, offset - bytesRead,
SkPngCodec.cpp 253 int numColors;
255 if (!png_get_PLTE(fPng_ptr, fInfo_ptr, &palette, &numColors)) {
285 if (numColorsWithAlpha < numColors) {
296 numColors - numColorsWithAlpha);
299 numColors - numColorsWithAlpha);
304 this->applyColorXform(colorTable, colorTable, numColors);
310 if (numColors < maxColors) {
311 SkPMColor lastColor = numColors > 0 ? colorTable[numColors - 1] : SK_ColorBLACK;
312 sk_memset32(colorTable + numColors, lastColor, maxColors - numColors)
    [all...]
  /external/skqp/src/codec/
SkBmpCodec.cpp 219 uint32_t numColors = 0;
247 numColors = get_int(iBuffer.get(), 28);
482 bitsPerPixel, numColors, bytesPerColor,
572 numColors, bytesPerColor, offset - bytesRead,
SkPngCodec.cpp 253 int numColors;
255 if (!png_get_PLTE(fPng_ptr, fInfo_ptr, &palette, &numColors)) {
285 if (numColorsWithAlpha < numColors) {
296 numColors - numColorsWithAlpha);
299 numColors - numColorsWithAlpha);
304 this->applyColorXform(colorTable, colorTable, numColors);
310 if (numColors < maxColors) {
311 SkPMColor lastColor = numColors > 0 ? colorTable[numColors - 1] : SK_ColorBLACK;
312 sk_memset32(colorTable + numColors, lastColor, maxColors - numColors)
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/geometry/
vktGeometryLayeredRenderingTests.cpp 684 const int numColors = DE_LENGTH_OF_ARRAY(s_colors);
686 colorTable << " const vec4 colors[" << numColors << "] = vec4[" << numColors << "](";
690 for (int i = 0; i < numColors; ++i)
    [all...]
  /frameworks/base/tools/aapt2/compile/
Png.cpp 180 for (int i = 0; i < outPatch->numColors; i++) {
990 int8_t numColors;
    [all...]
  /frameworks/base/tools/aapt/
Images.cpp 556 int8_t numColors;
713 numColors = numRows * numCols;
714 image->info9Patch.numColors = numColors;
715 image->colors = (uint32_t*)malloc(numColors * sizeof(uint32_t));
768 assert(colorIndex == numColors);
770 for (i=0; i<numColors; i++) {
774 if (i == numColors - 1) printf("\n");
816 for (int i = 0; i < outPatch->numColors; i++) {
    [all...]
  /frameworks/base/libs/androidfw/include/androidfw/
ResourceTypes.h 128 uint8_t numColors;
    [all...]
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.publisher.eclipse_1.1.200.v20130516-1953.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/0.10.0/
builder-0.10.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/0.11.2/
builder-0.11.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/0.12.1/
builder-0.12.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/0.12.2/
builder-0.12.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/0.13.0/
builder-0.13.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/0.13.3/
builder-0.13.3.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/0.13.4/
builder-0.13.4.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/0.9.1/
builder-0.9.1.jar 

Completed in 1263 milliseconds

1 2