HomeSort by relevance Sort by last modified time
    Searched refs:colors (Results 451 - 475 of 842) sorted by null

<<11121314151617181920>>

  /external/ImageMagick/MagickCore/
xwindow-private.h 195 colors; member in struct:_XPixelInfo
235 colors; member in struct:_XResourceInfo
animate.c 157 " and the total number of unique colors in the image.",
867 Free previous root colors.
890 (next->colors != images->colors) ||
891 (next->colors > (size_t) visual_info->colormap_size))
893 for (i=0; i < (ssize_t) images->colors; i++)
896 if (i < (ssize_t) images->colors)
988 if (image_list[0]->colors != 0)
990 image_list[0]->colors);
    [all...]
attribute.c 316 if ((image->colors) > 256) \
319 for (i=0; i < (ssize_t) image->colors; i++)
    [all...]
  /external/selinux/libselinux/src/
setrans_client.c 227 static int raw_context_to_color(const char *raw, char **colors)
241 ret = receive_response(fd, RAW_CONTEXT_TO_COLOR, colors, &ret_val);
  /external/skia/samplecode/
SampleBigGradient.cpp 15 SkColor colors[] = { 0xFF000000, 0xFF333333 }; local
17 return SkGradientShader::MakeLinear(pts, colors, nullptr, 2, SkShader::kClamp_TileMode);
  /external/skia/src/core/
SkRecords.h 334 PODArray<SkColor> colors;
342 PODArray<SkColor> colors;
  /external/skia/src/pipe/
SkPipeCanvas.cpp 369 const SkColor colors[], int count, SkBlendMode mode,
373 if (colors) {
389 if (colors) {
390 writer.write(colors, count * sizeof(SkColor));
758 void SkPipeCanvas::onDrawPatch(const SkPoint cubics[12], const SkColor colors[4],
765 if (colors) {
773 if (colors) {
774 writer.write(colors, sizeof(SkColor) * 4);
    [all...]
  /external/skia/src/utils/
SkPaintFilterCanvas.cpp 158 void SkPaintFilterCanvas::onDrawPatch(const SkPoint cubics[], const SkColor colors[],
163 this->INHERITED::onDrawPatch(cubics, colors, texCoords, bmode, *apf.paint());
  /external/walt/docs/
ScreenLatency.md 11 The physical transition between colors is not instantaneous and may look very different depending on the direction - from black to white or white to black. Moreover some sections of the screen may update several milliseconds later than others. These details vary considerably between screen technologies and device models.
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
SearchOrbView.java 47 private Colors mColors;
58 * A set of colors used to display the search orb.
60 public static class Colors {
65 * Other colors are provided by the framework.
69 public Colors(@ColorInt int color) {
74 * Constructs a color set using the given colors for the search orb.
75 * Other colors are provided by the framework.
80 public Colors(@ColorInt int color, @ColorInt int brightColor) {
85 * Constructs a color set using the given colors.
91 public Colors(@ColorInt int color, @ColorInt int brightColor, @ColorInt int iconColor)
    [all...]
  /prebuilts/misc/windows/sdl2/test/
testgesture.c 63 static int colors[7] = {0xFF,0xFF00,0xFF0000,0xFFFF00,0x00FFFF,0xFF00FF,0xFFFFFF}; variable
174 c = colors[event->tfinger.fingerId%7];
  /external/ImageMagick/coders/
dcm.c 2827 colors, local
    [all...]
palm.c 770 if ((image->storage_class == PseudoClass) && (image->colors > 256))
818 quantize_info->number_colors=image->colors;
820 (void) WriteBlobMSBShort(image,(unsigned short) image->colors);
821 for (count = 0; count < image->colors; count++)
833 else /* Map colors to Palm standard colormap */
    [all...]
  /external/deqp/modules/glshared/
glsBufferTestUtil.cpp 766 std::vector<tcu::Vec3> colors;
781 computeIndexVerifierColors(colors);
814 glBufferData (GL_ARRAY_BUFFER, (glw::GLsizeiptr)(colors.size()*sizeof(colors[0])), &colors[0], GL_STREAM_DRAW);
822 execVertexFetch(&fetchedColor[0], &colors[0], refPtr+offset+curOffset, numBytesToVerify);
glsShaderRenderCase.cpp 646 vector<Vec4> colors((gridSize+1)*(gridSize+1));
662 colors[vtxNdx] = color;
690 Vec4 c00 = colors[v00];
691 Vec4 c01 = colors[v01];
692 Vec4 c10 = colors[v10];
693 Vec4 c11 = colors[v11];
  /prebuilts/go/darwin-x86/src/image/color/
ycbcr.go 178 // YCbCrModel is the Model for Y'CbCr colors.
241 // colors.
313 // CMYKModel is the Model for CMYK colors.
  /prebuilts/go/linux-x86/src/image/color/
ycbcr.go 178 // YCbCrModel is the Model for Y'CbCr colors.
241 // colors.
313 // CMYKModel is the Model for CMYK colors.
  /external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
vktSpvAsmGraphicsShaderTestUtil.cpp 306 void getDefaultColors (RGBA (&colors)[4])
308 colors[0] = RGBA::white();
309 colors[1] = RGBA::red();
310 colors[2] = RGBA::green();
311 colors[3] = RGBA::blue();
314 void getHalfColorsFullAlpha (RGBA (&colors)[4])
316 colors[0] = RGBA(127, 127, 127, 255);
317 colors[1] = RGBA(127, 0, 0, 255);
318 colors[2] = RGBA(0, 127, 0, 255);
319 colors[3] = RGBA(0, 0, 127, 255)
    [all...]
  /external/skia/fuzz/
FuzzCanvas.cpp 390 SkColor colors[kMaxColors]; local
396 fuzz->nextN(colors, colorCount);
404 return SkGradientShader::MakeLinear(pts, colors, usePos ? pos : nullptr, colorCount,
413 SkColor colors[kMaxColors]; local
417 fuzz->nextN(colors, colorCount);
424 return SkGradientShader::MakeRadial(center, radius, colors, usePos ? pos : nullptr,
433 SkColor colors[kMaxColors]; local
437 fuzz->nextN(colors, colorCount);
444 return SkGradientShader::MakeTwoPointConical(start, startRadius, end, endRadius, colors,
453 SkColor colors[kMaxColors] local
    [all...]
  /frameworks/base/graphics/java/android/graphics/drawable/
GradientDrawable.java 206 * of colors for the gradient.
208 public GradientDrawable(Orientation orientation, @ColorInt int[] colors) {
209 this(new GradientState(orientation, colors), null);
652 * Sets the colors used to draw the gradient.
655 * least 2 colors.
657 * <strong>Note</strong>: changing colors will affect all instances of a
659 * {@link #mutate()} before changing the colors.
661 * @param colors an array containing 2 or more ARGB colors
665 public void setColors(@ColorInt int[] colors) {
    [all...]
  /frameworks/base/graphics/java/android/graphics/
ColorSpace.java 36 * <p>A {@link ColorSpace} is used to identify a specific organization of colors.
    [all...]
  /frameworks/base/core/java/android/app/
WallpaperManager.java 308 * changes its colors.
353 public void onWallpaperColorsChanged(WallpaperColors colors, int which, int userId) {
368 listener.first.onColorsChanged(colors, which, userId);
378 "Must request colors for exactly one kind of wallpaper");
384 // Can't get colors, connection lost.
    [all...]
  /external/skia/src/pdf/
SkPDFGradientShader.cpp 139 Scale the colors from 0..255 to 0..1 and determine the multipliers
161 // The gradient colors.
227 SkTDArray<SkColor> colors(info.fColors, colorCount);
240 colors.remove(i);
260 colorData[i][0] = SkColorGetR(colors[i]);
261 colorData[i][1] = SkColorGetG(colors[i]);
262 colorData[i][2] = SkColorGetB(colors[i]);
    [all...]
  /frameworks/base/libs/hwui/
SkiaCanvas.cpp 551 const float* vertices, const int* colors, const SkPaint* paint) {
555 if (colors) {
560 if (colors) {
561 memcpy(builder.colors(), colors, ptCount * sizeof(SkColor));
  /packages/apps/Launcher3/src/com/android/launcher3/dynamicui/
ColorExtractionAlgorithm.java 121 // Generate the 10 colors palette by offsetting each one of them
145 // Dark colors:
191 * Offsets all colors by a delta, clamping values that go beyond what's
324 // a best fit. Each palette is defined as 22 HSL colors
790 LinkedList<Integer> colors = new LinkedList<>(); local
    [all...]

Completed in 4759 milliseconds

<<11121314151617181920>>