HomeSort by relevance Sort by last modified time
    Searched full:rgba (Results 1 - 25 of 1299) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/go/darwin-x86/src/image/color/palette/
palette.go 24 color.RGBA{0x00, 0x00, 0x00, 0xff},
25 color.RGBA{0x00, 0x00, 0x44, 0xff},
26 color.RGBA{0x00, 0x00, 0x88, 0xff},
27 color.RGBA{0x00, 0x00, 0xcc, 0xff},
28 color.RGBA{0x00, 0x44, 0x00, 0xff},
29 color.RGBA{0x00, 0x44, 0x44, 0xff},
30 color.RGBA{0x00, 0x44, 0x88, 0xff},
31 color.RGBA{0x00, 0x44, 0xcc, 0xff},
32 color.RGBA{0x00, 0x88, 0x00, 0xff},
33 color.RGBA{0x00, 0x88, 0x44, 0xff}
    [all...]
  /prebuilts/go/linux-x86/src/image/color/palette/
palette.go 24 color.RGBA{0x00, 0x00, 0x00, 0xff},
25 color.RGBA{0x00, 0x00, 0x44, 0xff},
26 color.RGBA{0x00, 0x00, 0x88, 0xff},
27 color.RGBA{0x00, 0x00, 0xcc, 0xff},
28 color.RGBA{0x00, 0x44, 0x00, 0xff},
29 color.RGBA{0x00, 0x44, 0x44, 0xff},
30 color.RGBA{0x00, 0x44, 0x88, 0xff},
31 color.RGBA{0x00, 0x44, 0xcc, 0xff},
32 color.RGBA{0x00, 0x88, 0x00, 0xff},
33 color.RGBA{0x00, 0x88, 0x44, 0xff}
    [all...]
  /external/chromium-trace/catapult/tracing/tracing/ui/tracks/
track.css 7 background-color: rgba(255, 255, 255, 0.5);
8 border: 1px solid rgba(0, 0, 0, 0.1);
9 color: rgba(0,0,0,0.2);
17 background-color: rgba(255, 255, 255, 1.0);
18 border: 1px solid rgba(0, 0, 0, 0.5);
19 box-shadow: 0 0 .05em rgba(0, 0, 0, 0.4);
20 color: rgba(0, 0, 0, 1);
  /external/mesa3d/src/mesa/main/
pack_tmp.h 28 SRC_TYPE rgba[][4],
36 dst[i] = SRC_CONVERT(rgba[i][RCOMP]);
42 dst[i] = SRC_CONVERT(rgba[i][GCOMP]);
48 dst[i] = SRC_CONVERT(rgba[i][BCOMP]);
54 dst[i] = SRC_CONVERT(rgba[i][ACOMP]);
60 dst[i*2+0] = SRC_CONVERT(rgba[i][RCOMP]);
61 dst[i*2+1] = SRC_CONVERT(rgba[i][GCOMP]);
67 dst[i*3+0] = SRC_CONVERT(rgba[i][RCOMP]);
68 dst[i*3+1] = SRC_CONVERT(rgba[i][GCOMP]);
69 dst[i*3+2] = SRC_CONVERT(rgba[i][BCOMP])
    [all...]
pack.c 531 _mesa_pack_rgba_span_from_uints(struct gl_context *ctx, GLuint n, GLuint rgba[][4],
539 pack_uint_from_uint_rgba(ctx, dstAddr, dstFormat, rgba, n);
542 pack_int_from_uint_rgba(ctx, dstAddr, dstFormat, rgba, n);
545 pack_ushort_from_uint_rgba(ctx, dstAddr, dstFormat, rgba, n);
548 pack_short_from_uint_rgba(ctx, dstAddr, dstFormat, rgba, n);
551 pack_ubyte_from_uint_rgba(ctx, dstAddr, dstFormat, rgba, n);
554 pack_byte_from_uint_rgba(ctx, dstAddr, dstFormat, rgba, n);
560 dst[i] = (CLAMP(rgba[i][RCOMP], 0, 7) << 5)
561 | (CLAMP(rgba[i][GCOMP], 0, 7) << 2)
562 | (CLAMP(rgba[i][BCOMP], 0, 3) )
    [all...]
texcompress_s3tc.c 231 /* convert image to RGBA/GLubyte */
284 /* convert image to RGBA/GLubyte */
336 /* convert image to RGBA/GLubyte */
390 GLubyte rgba[4]; local
391 fetch_texel_2d_rgb_dxt1(texImage, i, j, k, rgba);
392 texel[RCOMP] = UBYTE_TO_FLOAT(rgba[RCOMP]);
393 texel[GCOMP] = UBYTE_TO_FLOAT(rgba[GCOMP]);
394 texel[BCOMP] = UBYTE_TO_FLOAT(rgba[BCOMP]);
395 texel[ACOMP] = UBYTE_TO_FLOAT(rgba[ACOMP]);
419 GLubyte rgba[4] local
448 GLubyte rgba[4]; local
477 GLubyte rgba[4]; local
491 GLubyte rgba[4]; local
504 GLubyte rgba[4]; local
517 GLubyte rgba[4]; local
530 GLubyte rgba[4]; local
    [all...]
pixeltransfer.c 40 * Apply scale and bias factors to an array of RGBA pixels.
43 _mesa_scale_and_bias_rgba(GLuint n, GLfloat rgba[][4],
52 rgba[i][RCOMP] = rgba[i][RCOMP] * rScale + rBias;
58 rgba[i][GCOMP] = rgba[i][GCOMP] * gScale + gBias;
64 rgba[i][BCOMP] = rgba[i][BCOMP] * bScale + bBias;
70 rgba[i][ACOMP] = rgba[i][ACOMP] * aScale + aBias
    [all...]
  /external/chromium-trace/catapult/tracing/tracing/extras/chrome/cc/
debug_colors.html 31 color: 'rgba(80, 200, 200, 0.7)',
35 color: 'rgba(212, 83, 192, 0.7)',
39 color: 'rgba(239, 231, 20, 0.7)',
43 color: 'rgba(93, 186, 18, 0.7)',
47 color: 'rgba(255, 0, 0, 0.7)',
51 color: 'rgba(160, 100, 0, 0.8)',
55 color: 'rgba(128, 128, 128, 0.7)',
59 color: 'rgba(64, 64, 64, 0.7)',
63 color: 'rgba(127, 255, 0, 1.0)',
67 color: 'rgba(0, 0, 0, 1.0)'
    [all...]
  /external/mesa3d/src/gallium/state_trackers/vega/
vg_translate.c 33 VGuint n, VGfloat rgba[][4],
44 r = float_to_ubyte(rgba[i][0]);
45 g = float_to_ubyte(rgba[i][1]);
46 b = float_to_ubyte(rgba[i][2]);
57 r = float_to_ubyte(rgba[i][0]);
58 g = float_to_ubyte(rgba[i][1]);
59 b = float_to_ubyte(rgba[i][2]);
60 a = float_to_ubyte(rgba[i][3]);
70 r = float_to_ubyte(rgba[i][0]);
71 g = float_to_ubyte(rgba[i][1])
    [all...]
  /external/deqp/framework/common/
tcuRGBA.cpp 31 RGBA::RGBA (const Vec4& v)
40 Vec4 RGBA::toVec (void) const
48 IVec4 RGBA::toIVec (void) const
53 RGBA computeAbsDiffMasked (RGBA a, RGBA b, deUint32 cmpMask)
62 if (cmpMask & RGBA::RED_MASK)
64 int ra = (aPacked >> RGBA::RED_SHIFT) & 0xFF;
65 int rb = (bPacked >> RGBA::RED_SHIFT) & 0xFF
    [all...]
tcuRGBA.hpp 38 class RGBA
57 RGBA (void) { m_value = 0; }
59 RGBA (int r, int g, int b, int a)
68 explicit RGBA (deUint32 val)
73 explicit RGBA (const Vec4& v);
85 bool isBelowThreshold (RGBA thr) const { return (getRed() <= thr.getRed()) && (getGreen() <= thr.getGreen()) && (getBlue() <= thr.getBlue()) && (getAlpha() <= thr.getAlpha()); }
87 static RGBA fromBytes (const deUint8* bytes) { return RGBA(bytes[0], bytes[1], bytes[2], bytes[3]); }
92 bool operator== (const RGBA& v) const { return (m_value == v.m_value); }
93 bool operator!= (const RGBA& v) const { return (m_value != v.m_value);
    [all...]
  /external/opencv3/3rdparty/openexr/IlmImf/
ImfRgbaYca.h 44 // Conversion between RGBA (red, green, blue alpha)
63 // Starting with an image that has RGBA data for all pixels,
65 // RGBA RGBA RGBA RGBA ... RGBA RGBA
66 // RGBA RGBA RGBA RGBA ... RGBA RGB
    [all...]
  /external/chromium-trace/catapult/third_party/polymer/components/core-icon-button/
core-icon-button.css 31 box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
35 box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.12), 0 0 0 1px rgba(0, 0, 0, 0.1);
39 background-color: rgba(0, 0, 0, 0.05);
40 box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.05), 0 0 0 1px rgba(0, 0, 0, 0.12);
44 background-color: rgba(0, 0, 0, 0.05);
45 box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.12);
49 background-color: rgba(200, 200, 200, 0.05)
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_blend.c 124 GLubyte (*rgba)[4] = (GLubyte (*)[4]) src;
140 const GLint t = rgba[i][ACOMP]; /* t is in [0, 255] */
143 COPY_4UBV(rgba[i], dest[i]);
147 const GLint r = DIV255((rgba[i][RCOMP] - dest[i][RCOMP]) * t) + dest[i][RCOMP];
148 const GLint g = DIV255((rgba[i][GCOMP] - dest[i][GCOMP]) * t) + dest[i][GCOMP];
149 const GLint b = DIV255((rgba[i][BCOMP] - dest[i][BCOMP]) * t) + dest[i][BCOMP];
150 const GLint a = DIV255((rgba[i][ACOMP] - dest[i][ACOMP]) * t) + dest[i][ACOMP];
155 rgba[i][RCOMP] = (GLubyte) r;
156 rgba[i][GCOMP] = (GLubyte) g;
157 rgba[i][BCOMP] = (GLubyte) b
    [all...]
s_texcombine.c 78 * span->array->rgba: incoming/result fragment colors
95 float4_array ccolor[4], rgba; local
98 GLchan (*rgbaChan)[4] = span->array->rgba;
101 rgba = (float4_array) malloc(4 * n * sizeof(GLfloat));
102 if (!rgba) {
115 free(rgba);
121 rgba[i][RCOMP] = CHAN_TO_FLOAT(rgbaChan[i][RCOMP]);
122 rgba[i][GCOMP] = CHAN_TO_FLOAT(rgbaChan[i][GCOMP]);
123 rgba[i][BCOMP] = CHAN_TO_FLOAT(rgbaChan[i][BCOMP]);
124 rgba[i][ACOMP] = CHAN_TO_FLOAT(rgbaChan[i][ACOMP])
    [all...]
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/jni/
colorspace.cpp 26 // RGBA helper struct allows access as int and individual channels
28 union Rgba {
44 // Convert YUV to RGBA
46 static inline Rgba convertYuvToRgba(int32 y, int32 u, int32 v) {
47 Rgba color;
59 Rgba* const pOutput = static_cast<Rgba*>(env->GetDirectBufferAddress(output));
66 Rgba* pOutColor = pOutput;
97 Rgba* pInput = static_cast<Rgba*>(env->GetDirectBufferAddress(input))
    [all...]
  /external/chromium-trace/catapult/tracing/tracing/ui/base/
toolbar_button.html 17 border: 1px solid rgba(0, 0, 0, 0.5);
18 color: rgba(0,0,0,0.8);
25 background-color: rgba(255, 255, 255, 1.0);
26 border-color: rgba(0, 0, 0, 0.8);
27 box-shadow: 0 0 .05em rgba(0, 0, 0, 0.4);
28 color: rgba(0, 0, 0, 1);
  /prebuilts/go/darwin-x86/pkg/darwin_amd64/image/color/
palette.a 10 type @"image/color".Color interface { RGBA() (@"image/color".r uint32, @"image/color".g uint32, @"image/color".b uint32, @"image/color".a uint32) }
    [all...]
  /prebuilts/go/darwin-x86/pkg/darwin_amd64_race/image/color/
palette.a 10 type @"image/color".Color interface { RGBA() (@"image/color".r uint32, @"image/color".g uint32, @"image/color".b uint32, @"image/color".a uint32) }
    [all...]
  /prebuilts/go/linux-x86/pkg/linux_amd64/image/color/
palette.a 10 type @"image/color".Color interface { RGBA() (@"image/color".r uint32, @"image/color".g uint32, @"image/color".b uint32, @"image/color".a uint32) }
    [all...]
  /prebuilts/go/linux-x86/pkg/linux_amd64_race/image/color/
palette.a 10 type @"image/color".Color interface { RGBA() (@"image/color".r uint32, @"image/color".g uint32, @"image/color".b uint32, @"image/color".a uint32) }
    [all...]
  /external/v8/tools/sodium/
styles.css 2 background-color: rgba(150, 150, 255, 0.4);
6 background-color: rgba(200, 200, 255, 0.4);
32 background-color: rgba(50, 50, 245, 0.4);
41 background-color: rgba(0, 255, 0, 0.4);
49 background-color: rgba(255, 255, 0, 0.4);
57 background-color: rgba(128, 128, 128, 0.4);
65 background-color: rgba(255, 0, 0, 0.4);
  /external/chromium-trace/catapult/third_party/polymer/components/paper-shadow/
paper-shadow.css 33 box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.37);
37 box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
41 box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.3);
45 box-shadow: 0 11px 7px 0 rgba(0, 0, 0, 0.19);
49 box-shadow: 0 13px 25px 0 rgba(0, 0, 0, 0.3);
53 box-shadow: 0 14px 12px 0 rgba(0, 0, 0, 0.17);
57 box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.3);
61 box-shadow: 0 17px 17px 0 rgba(0, 0, 0, 0.15);
65 box-shadow: 0 27px 55px 0 rgba(0, 0, 0, 0.3);
  /external/opencv3/samples/android/camera-calibration/src/org/opencv/samples/cameracalibration/
OnCameraFrameRender.java 26 return inputFrame.rgba();
37 Mat rgbaFrame = inputFrame.rgba();
52 Mat renderedFrame = new Mat(inputFrame.rgba().size(), inputFrame.rgba().type());
53 Imgproc.undistort(inputFrame.rgba(), renderedFrame,
73 Mat undistortedFrame = new Mat(inputFrame.rgba().size(), inputFrame.rgba().type());
74 Imgproc.undistort(inputFrame.rgba(), undistortedFrame,
77 Mat comparisonFrame = inputFrame.rgba();
  /external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/test/js/
color-handler.js 8 assert.deepEqual(parseColor('rgba(65,40,20,0.2)'), [13, 8, 4, 0.2]);
17 assert.equal(webAnimations1.propertyInterpolation('color', '#00aa11', '#aa00bb')(0.2), 'rgba(34,136,51,1)');
19 assert.equal(webAnimations1.propertyInterpolation('color', 'transparent', '#004488')(0.5), 'rgba(0,68,136,0.500)');
20 assert.equal(webAnimations1.propertyInterpolation('color', 'red', 'green')(2), 'rgba(0,255,0,1)');
21 assert.equal(webAnimations1.propertyInterpolation('color', 'red', 'green')(-1), 'rgba(255,0,0,1)');

Completed in 1782 milliseconds

1 2 3 4 5 6 7 8 91011>>