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

1 2

  /external/skia/gm/
drawatlascolor.cpp 119 const int numColors = SK_ARRAY_COUNT(gColors);
120 SkASSERT(numColors == kNumColors);
121 SkRSXform xforms[numColors];
122 SkRect rects[numColors];
123 SkColor quadColors[numColors];
128 for (int i = 0; i < numColors; ++i) {
151 canvas->drawAtlas(atlas.get(), xforms, rects, quadColors, numColors,
153 canvas->translate(0.0f, numColors*(target.height()+kPad));
155 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 756 const size_t numColors = 2 << (currentComponent[8] & 0x7);
758 if (hasTransparentPixel(0, isLocalColormapDefined, numColors)) {
797 currentFrame->localColorMap().setNumColors(numColors);
798 GETN(SK_BYTES_PER_COLORMAP_ENTRY * numColors, SkGIFImageColormap);
    [all...]
SkGifImageReader.h 176 size_t numColors() const { return m_colors; }
  /frameworks/base/libs/hwui/
Patch.cpp 43 const int8_t numColors = patch->numColors;
44 if (uint8_t(numColors) < sizeof(uint32_t) * 4) {
45 for (int8_t i = 0; i < numColors; i++) {
  /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/skia/src/codec/
SkBmpCodec.cpp 223 uint32_t numColors = 0;
251 numColors = get_int(iBuffer.get(), 28);
486 numColors, bytesPerColor, offset - bytesRead, rowOrder, isOpaque, inIco);
567 *codecOut = new SkBmpRLECodec(width, height, info, stream, bitsPerPixel, numColors,
SkPngCodec.cpp 250 int numColors;
252 if (!png_get_PLTE(fPng_ptr, fInfo_ptr, &palette, &numColors)) {
281 if (numColorsWithAlpha < numColors) {
292 numColors - numColorsWithAlpha);
295 numColors - numColorsWithAlpha);
307 numColors, xformAlphaType));
313 if (numColors < maxColors) {
314 SkPMColor lastColor = numColors > 0 ? colorTable[numColors - 1] : SK_ColorBLACK;
315 sk_memset32(colorTable + numColors, lastColor, maxColors - numColors)
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/geometry/
vktGeometryLayeredRenderingTests.cpp 683 const int numColors = DE_LENGTH_OF_ARRAY(s_colors);
685 colorTable << " const vec4 colors[" << numColors << "] = vec4[" << numColors << "](";
689 for (int i = 0; i < numColors; ++i)
    [all...]
  /external/skia/tests/
CodecTest.cpp     [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...]
  /prebuilts/sdk/current/support/v7/palette/
android-support-v7-palette.jar 
  /frameworks/base/libs/androidfw/include/androidfw/
ResourceTypes.h 125 uint8_t numColors;
    [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-packaging-plugin/0.20.0/
tycho-packaging-plugin-0.20.0.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.publisher.eclipse_1.1.200.v20130516-1953.jar 
  /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 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.publisher_1.1.2.v20100824-2220.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
pdebuild.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 

Completed in 1566 milliseconds

1 2