HomeSort by relevance Sort by last modified time
    Searched full:rgba (Results 76 - 100 of 431) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/chromium/chrome/browser/resources/gpu_internals/
overlay.css 13 background: rgba(0, 0, 0, 0.8);
timeline.css 12 background-color: rgba(0, 0, 255, 0.25);
  /external/chromium/chrome/browser/resources/shared/css/
tree.css 10 border: 1px solid rgba(255,255,255,0); /* transparent white */
11 background-color: rgba(255,255,255,0);
72 background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.8),
73 rgba(255,255,255,0));
  /external/chromium-trace/trace-viewer/src/
overlay.css 15 background: rgba(0, 0, 0, 0.8);
  /external/qemu/distrib/sdl-1.2.15/docs/man3/
SDL_PixelFormat.3 30 \fB[RGBA]mask\fR
33 \fB[RGBA]loss\fR
34 Precision loss of each color component (2^[RGBA]loss)
36 \fB[RGBA]shift\fR
  /external/skia/include/gpu/gl/
GrGLConfig_chrome.h 17 // For RGBA teximage/readpixels ANGLE will sw-convert to/from BGRA.
  /external/webkit/Source/WebCore/manual-tests/
item-background.html 21 { background-color: rgba(0, 0, 255, 0.5); }
24 .reddish { background-color: rgba(255, 0, 0, 0.75); }
25 .semigreen { background-color: rgba(0, 255, 0, 0.5); }
26 .darken { background-color: rgba(0, 0, 0, 0.67); }
  /external/webkit/Tools/CSSTestSuiteHarness/harness/
harness.css 147 color: rgba(0, 128, 0, 0.6);
151 color: rgba(255, 0, 0, 0.6);
155 color: rgba(255, 128, 0, 0.6);
275 background-color: rgba(0, 0, 0, 0.6);
  /frameworks/native/libs/ui/
PixelFormat.cpp 44 { 4, 32, {32,24, 8, 0, 16, 8, 24,16 }, PixelFormatInfo::RGBA },
48 { 4, 32, {32,24, 24,16, 16, 8, 8, 0 }, PixelFormatInfo::RGBA },
49 { 2, 16, { 1, 0, 16,11, 11, 6, 6, 1 }, PixelFormatInfo::RGBA },
50 { 2, 16, { 4, 0, 16,12, 12, 8, 8, 4 }, PixelFormatInfo::RGBA },
  /external/webp/src/dec/
buffer.c 66 const WebPRGBABuffer* const buf = &buffer->u.RGBA;
70 ok &= (buf->rgba != NULL);
126 } else { // RGBA initialization
127 WebPRGBABuffer* const buf = &buffer->u.RGBA;
128 buf->rgba = output;
io.c 50 const WebPRGBABuffer* const buf = &output->u.RGBA;
51 uint8_t* dst = buf->rgba + io->mb_y * buf->stride;
79 const WebPRGBABuffer* const buf = &output->u.RGBA;
80 uint8_t* dst = buf->rgba + io->mb_y * buf->stride;
105 const WebPRGBABuffer* const buf = &p->output->u.RGBA;
106 uint8_t* dst = buf->rgba + io->mb_y * buf->stride;
220 const WebPRGBABuffer* const buf = &p->output->u.RGBA;
223 uint8_t* const base_rgba = buf->rgba + start_y * buf->stride;
251 const WebPRGBABuffer* const buf = &p->output->u.RGBA;
254 uint8_t* const base_rgba = buf->rgba + start_y * buf->stride
    [all...]
  /external/eigen/doc/
eigendoxy.css 163 -moz-box-shadow: rgba(0, 0, 0, 0.15) 2px 2px 2px;
409 text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.9);
411 box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
415 -moz-box-shadow: rgba(0, 0, 0, 0.15) 5px 5px 5px;
419 -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
438 box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
442 -moz-box-shadow: rgba(0, 0, 0, 0.15) 5px 5px 5px;
447 -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
729 box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
730 -moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15)
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/gpu/
SharedGraphicsContext3D.cpp 148 float rgba[4]; local
149 color.getRGBA(rgba[0], rgba[1], rgba[2], rgba[3]);
150 m_context->clearColor(rgba[0], rgba[1], rgba[2], rgba[3]);
  /external/webkit/Source/WebCore/inspector/front-end/
inspector.css 155 text-shadow: rgba(255, 255, 255, 0.5) 0 1px 0;
196 background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(251, 251, 251, 0.9)), to(rgba(231, 231, 231, 0.9)));
200 background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(191, 191, 191, 0.7)), to(rgba(171, 171, 171, 0.5)));
204 background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(111, 111, 111, 0.8)), to(rgba(91, 91, 91, 0.8)));
210 -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.4);
234 border: 1px solid rgba(0, 0, 0, 0);
238 border: 1px solid rgba(100, 100, 120, 0.4)
    [all...]
  /external/chromium/chrome/browser/resources/options/
options_page.css 51 background: -webkit-radial-gradient(rgba(127, 127, 127, 0.5),
52 rgba(127, 127, 127, 0.5) 35%,
53 rgba(0, 0, 0, 0.7));
115 border-top: 1px solid rgba(188, 193, 208, .5);
166 background: -webkit-linear-gradient(rgba(234, 238, 243, 0.2), #eaeef3),
179 background: -webkit-linear-gradient(rgba(234, 238, 243, 0), #EAEEF3),
252 background-color: rgba(233, 238, 242, .5);
345 border-bottom: 1px solid rgba(188, 193, 208, .5);
634 outline-color: rgba(0, 128, 256, 0.5);
643 outline: 1px solid rgba(0, 128, 256, 0.5)
    [all...]
  /external/opencv/otherlibs/highgui/
utils.cpp 121 void icvCvt_BGRA2Gray_8u_C4C1R( const uchar* rgba, int rgba_step,
129 for( i = 0; i < size.width; i++, rgba += 4 )
131 int t = descale( rgba[swap_rb]*cB + rgba[1]*cG + rgba[swap_rb^2]*cR, SCALE );
135 rgba += rgba_step - size.width*4;
176 uchar* rgba, int rgba_step, CvSize size )
181 for( i = 0; i < size.width; i++, bgra += 4, rgba += 4 )
185 rgba[0] = t2; rgba[1] = t1
    [all...]
  /cts/tests/tests/rsg/src/android/renderscriptgraphics/cts/
ProgramFragmentFixedFunctionTest.java 102 assertEquals(Builder.Format.RGBA, Builder.Format.valueOf("RGBA"));
  /external/jmonkeyengine/engine/src/test/jme3test/gui/
TestSoftwareMouse.java 110 // int rgba = data.getInt();
111 // image.put(rgba);
  /external/libpng/contrib/pngsuite/
README 35 basn6a08.png 8-bit RGBA
36 basn6a16.png 16-bit RGBA
  /external/qemu/distrib/sdl-1.2.15/docs/html/
sdlgetrgba.html 83 >SDL_GetRGBA&nbsp;--&nbsp;Get RGBA values from a pixel in the specified pixel format.</DIV
123 >Get RGBA component values from a pixel stored in the specified pixel format.</P
  /frameworks/native/include/ui/
PixelFormat.h 59 PIXEL_FORMAT_RGBA_8888 = HAL_PIXEL_FORMAT_RGBA_8888, // 4x8-bit RGBA
82 RGBA = 3,
  /system/core/include/pixelflinger/
format.h 34 GGL_PIXEL_FORMAT_RGBA_5551 = 6, // 16-bit RGBA
35 GGL_PIXEL_FORMAT_RGBA_4444 = 7, // 16-bit RGBA
  /external/chromium/chrome/browser/resources/file_manager/
harness.html 30 -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 1);
  /external/skia/src/gpu/effects/
GrConfigConversionEffect.h 18 * unpremultiplied. Also on some systems reading/writing BGRA or RGBA is faster. In those cases we
  /external/skia/src/gpu/gl/mesa/
SkMesaGLContext.cpp 55 /* Create an RGBA-mode context */

Completed in 1068 milliseconds

1 2 34 5 6 7 8 91011>>