/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/ |
st_cb_texture.c | 642 GLfloat *rgba; local 644 rgba = (GLfloat *) malloc(width * 4 * sizeof(GLfloat)); 645 if (!rgba) { 658 /* get float[4] rgba row from surface */ 660 pformat, rgba); 662 _mesa_pack_rgba_span_float(ctx, width, (GLfloat (*)[4]) rgba, format, 666 free(rgba); 696 * Note that we only expect RGBA formats (no Z/depth formats). 790 /* RGBA format */ 804 /* get float/RGBA image from framebuffer * [all...] |
/external/chromium_org/third_party/skia/src/effects/ |
SkPerlinNoiseShader.cpp | 468 U8CPU rgba[4]; local 470 rgba[channel] = SkScalarFloorToInt(255 * 473 return SkPreMultiplyARGB(rgba[3], rgba[0], rgba[1], rgba[2]); [all...] |
/external/mesa3d/src/mesa/state_tracker/ |
st_cb_texture.c | 642 GLfloat *rgba; local 644 rgba = (GLfloat *) malloc(width * 4 * sizeof(GLfloat)); 645 if (!rgba) { 658 /* get float[4] rgba row from surface */ 660 pformat, rgba); 662 _mesa_pack_rgba_span_float(ctx, width, (GLfloat (*)[4]) rgba, format, 666 free(rgba); 696 * Note that we only expect RGBA formats (no Z/depth formats). 790 /* RGBA format */ 804 /* get float/RGBA image from framebuffer * [all...] |
/external/skia/src/effects/ |
SkPerlinNoiseShader.cpp | 468 U8CPU rgba[4]; local 470 rgba[channel] = SkScalarFloorToInt(255 * 473 return SkPreMultiplyARGB(rgba[3], rgba[0], rgba[1], rgba[2]); [all...] |
/external/webp/src/dec/ |
vp8l.c | 406 int rgba_stride, uint8_t* const rgba) { 411 uint8_t* const dst = rgba + num_lines_out * rgba_stride; 662 if (output->colorspace < MODE_YUV) { // convert to RGBA 663 const WebPRGBABuffer* const buf = &output->u.RGBA; 664 uint8_t* const rgba = buf->rgba + dec->last_out_row_ * buf->stride; local 667 rgba, buf->stride) : 669 io->mb_w, io->mb_h, rgba, buf->stride); [all...] |
/external/chromium/chrome/browser/resources/ntp/ |
apps.css | 49 background: rgba(255, 255, 255, 0) /* transparent white */
|
/external/chromium_org/chrome/browser/resources/options/chromeos/ |
change_picture_options.css | 34 border: 1px solid rgba(0, 0, 0, 0.15);
|
/external/chromium_org/chrome/browser/resources/options/ |
language_options.css | 166 color: rgba(0, 102, 204, 0.3);
|
options_page.css | 409 outline: 1px solid rgba(0, 128, 256, 0.5); 447 border-color: rgba(0, 0, 0, 0.25);
|
/external/chromium_org/chrome/browser/resources/uber/ |
uber_shared.css | 31 rgba(255, 255, 255, 0.92));
|
/external/chromium_org/third_party/WebKit/Source/platform/graphics/ |
Color.cpp | 75 RGBA32 rgba = rgbOnly | colorFloatToRGBAByte(overrideAlpha) << 24; local 76 return rgba; 218 const char rgbaParen[] = "rgba(";
|
/frameworks/base/media/mca/filterfw/jni/ |
jni_gl_frame.cpp | 37 void ConvertRGBAToFloats(const uint8_t* rgba, int length, float* result) { 39 result[i] = rgba[i] / 255.0; 178 // Convert floats to RGBA buffer 183 // Write RGBA buffer to frame
|
/build/tools/droiddoc/templates-sdk/assets/css/ |
default.css | 153 box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25); } 330 background: rgba(0, 0, 0, 0.05); } 390 background: rgba(0, 0, 0, 0.03); } 925 background-color: rgba(0, 0, 0, 0.9); 941 border-bottom-color: rgba(0, 0, 0, 0.9); } 965 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12); 980 box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25); [all...] |
/external/chromium_org/chrome/browser/resources/ntp4/ |
new_tab.css | 162 rgba(242, 242, 242, 0.9), rgba(222, 222, 222, 0.9));
|
/external/chromium_org/chrome/browser/ui/gtk/ |
gtk_util.cc | 874 GdkColormap* rgba = gdk_screen_get_rgba_colormap(screen); local 875 if (rgba) 876 gtk_widget_set_colormap(window, rgba); 878 return rgba; [all...] |
/external/chromium_org/chrome/common/extensions/docs/examples/apps/calculator/app/ |
style.css | 302 background: -webkit-linear-gradient(rgba(255, 255, 255, 1), 303 rgba(255, 255, 255, 0));
|
/external/chromium_org/third_party/libwebp/webp/ |
decode.h | 48 // Decodes WebP images pointed to by 'data' and returns RGBA samples, along 135 // RGBA-4444 and RGB-565 colorspaces are represented by following byte-order: 136 // RGBA-4444: [r3 r2 r1 r0 g3 g2 g1 g0], [b3 b2 b1 b0 a3 a2 a1 a0], ... 140 // RGBA-4444: [b3 b2 b1 b0 a3 a2 a1 a0], [r3 r2 r1 r0 g3 g2 g1 g0], ... 177 struct WebPRGBABuffer { // view as RGBA 178 uint8_t* rgba; // pointer to RGBA samples member in struct:WebPRGBABuffer 180 size_t size; // total size of the *rgba buffer. 199 WebPRGBABuffer RGBA; 270 // stride of output_buffer.u.RGBA or output_buffer.u.YUVA, provided they remai [all...] |
/external/chromium_org/third_party/mesa/src/docs/ |
MESA_texture_signed_rgba.spec | 61 The rgba part is there because only 4 channel format is supported. 68 universal format, rgba. alpha/luminance can't be trivially supported 206 RGBA8_SNORM RGBA 8 8 8 8 0 0 0
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/ |
radeon_maos_arrays.c | 205 if (!rmesa->tcl.rgba.buf)
|
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/ |
s_context.h | 58 const GLfloat lambda[], GLfloat rgba[][4]); 393 * Size of an RGBA pixel, in bytes, for given datatype.
|
/external/mesa3d/docs/ |
MESA_texture_signed_rgba.spec | 61 The rgba part is there because only 4 channel format is supported. 68 universal format, rgba. alpha/luminance can't be trivially supported 206 RGBA8_SNORM RGBA 8 8 8 8 0 0 0
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
radeon_maos_arrays.c | 205 if (!rmesa->tcl.rgba.buf)
|
/external/mesa3d/src/mesa/swrast/ |
s_context.h | 58 const GLfloat lambda[], GLfloat rgba[][4]); 393 * Size of an RGBA pixel, in bytes, for given datatype.
|
/external/webp/include/webp/ |
decode.h | 48 // Decodes WebP images pointed to by 'data' and returns RGBA samples, along 135 // RGBA-4444 and RGB-565 colorspaces are represented by following byte-order: 136 // RGBA-4444: [r3 r2 r1 r0 g3 g2 g1 g0], [b3 b2 b1 b0 a3 a2 a1 a0], ... 140 // RGBA-4444: [b3 b2 b1 b0 a3 a2 a1 a0], [r3 r2 r1 r0 g3 g2 g1 g0], ... 177 struct WebPRGBABuffer { // view as RGBA 178 uint8_t* rgba; // pointer to RGBA samples member in struct:WebPRGBABuffer 180 size_t size; // total size of the *rgba buffer. 199 WebPRGBABuffer RGBA; 270 // stride of output_buffer.u.RGBA or output_buffer.u.YUVA, provided they remai [all...] |
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/ |
CanvasRenderingContext2D.cpp | 461 RGBA32 rgba; local 462 if (!parseColorOrCurrentColor(rgba, color, canvas())) 464 if (state().m_shadowColor == rgba) 467 modifiableState().m_shadowColor = rgba; 1132 RGBA32 rgba; local 1145 RGBA32 rgba; local [all...] |