HomeSort by relevance Sort by last modified time
    Searched refs:rgba (Results 251 - 275 of 378) sorted by null

<<111213141516

  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_copypix.c 96 * RGBA copypixels
147 /* read the source image as RGBA/float */
164 GLvoid *rgba = span.array->attribs[FRAG_ATTRIB_COL0]; local
169 memcpy(rgba, p, width * sizeof(GLfloat) * 4);
175 width, srcx, sy, rgba );
180 (GLfloat (*)[4]) rgba);
189 _swrast_write_zoomed_rgba_span(ctx, destx, desty, &span, rgba);
s_points.c 492 span->array->rgba[count][RCOMP] = vert->color[0];
493 span->array->rgba[count][GCOMP] = vert->color[1];
494 span->array->rgba[count][BCOMP] = vert->color[2];
495 span->array->rgba[count][ACOMP] = vert->color[3];
  /external/mesa3d/src/mesa/swrast/
s_copypix.c 96 * RGBA copypixels
147 /* read the source image as RGBA/float */
164 GLvoid *rgba = span.array->attribs[FRAG_ATTRIB_COL0]; local
169 memcpy(rgba, p, width * sizeof(GLfloat) * 4);
175 width, srcx, sy, rgba );
180 (GLfloat (*)[4]) rgba);
189 _swrast_write_zoomed_rgba_span(ctx, destx, desty, &span, rgba);
s_points.c 492 span->array->rgba[count][RCOMP] = vert->color[0];
493 span->array->rgba[count][GCOMP] = vert->color[1];
494 span->array->rgba[count][BCOMP] = vert->color[2];
495 span->array->rgba[count][ACOMP] = vert->color[3];
  /external/chromium_org/third_party/libwebp/enc/
picture.c 741 const uint8_t* rgba, int rgba_stride) {
742 return Import(picture, rgba, rgba_stride, 4, 0, 1);
746 const uint8_t* rgba, int rgba_stride) {
747 return Import(picture, rgba, rgba_stride, 4, 1, 1);
751 const uint8_t* rgba, int rgba_stride) {
752 return Import(picture, rgba, rgba_stride, 4, 0, 0);
756 const uint8_t* rgba, int rgba_stride) {
757 return Import(picture, rgba, rgba_stride, 4, 1, 0);
    [all...]
  /external/webp/src/enc/
picture.c 741 const uint8_t* rgba, int rgba_stride) {
742 return Import(picture, rgba, rgba_stride, 4, 0, 1);
746 const uint8_t* rgba, int rgba_stride) {
747 return Import(picture, rgba, rgba_stride, 4, 1, 1);
751 const uint8_t* rgba, int rgba_stride) {
752 return Import(picture, rgba, rgba_stride, 4, 0, 0);
756 const uint8_t* rgba, int rgba_stride) {
757 return Import(picture, rgba, rgba_stride, 4, 1, 0);
    [all...]
  /cts/suite/pts/deviceTests/browserbench/assets/octane/css/
bootstrap-responsive.css 788 -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
789 -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
790 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  /build/tools/droiddoc/templates-ds/assets/css/
default.css 149 box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25); }
324 background: rgba(0, 0, 0, 0.05); }
384 background: rgba(0, 0, 0, 0.03); }
858 background-color: rgba(0, 0, 0, 0.9);
874 border-bottom-color: rgba(0, 0, 0, 0.9); }
898 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12);
913 box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
1519 -moz-box-shadow: 0 0 10px rgba(0,0,0,0.2);
1520 -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
1521 box-shadow: 0 0 10px rgba(0,0,0,0.2
    [all...]
  /build/tools/droiddoc/templates-sac/assets/css/
default.css 153 box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25); }
328 background: rgba(0, 0, 0, 0.05); }
388 background: rgba(0, 0, 0, 0.03); }
862 background-color: rgba(0, 0, 0, 0.9);
878 border-bottom-color: rgba(0, 0, 0, 0.9); }
902 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12);
917 box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
1587 -moz-box-shadow: 0 0 10px rgba(0,0,0,0.2);
1588 -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
1589 box-shadow: 0 0 10px rgba(0,0,0,0.2
    [all...]
  /external/chromium_org/chrome/browser/resources/print_preview/
print_preview.css 128 color: rgba(0, 0, 0, .5);
304 border-color: rgba(0,0,0,0.25);
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/plugin_settings/domui/css/
chrome_shared.css 44 background: -webkit-linear-gradient(rgba(234, 238, 243, 0.2), #eaeef3),
57 background: -webkit-linear-gradient(rgba(234, 238, 243, 0), #EAEEF3),
  /external/chromium_org/content/common/gpu/media/
rendering_helper_gl.cc 618 std::vector<unsigned char> rgba; local
619 rgba.resize(num_pixels * 4);
629 &rgba[0]);
634 unsigned char* rgba_ptr = &rgba[0];
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
scriptsPanel.css 234 background-color: rgba(255, 255, 194, 0.5);
241 text-shadow: rgba(255, 255, 255, 0.75) 0 1px 0;
  /external/chromium_org/third_party/libwebp/dsp/
dsp.h 176 // General function for converting two lines of ARGB or RGBA.
194 // Apply alpha pre-multiply on an rgba, bgra or argb plane of size w * h.
195 // alpha_first should be 0 for argb, 1 for rgba or bgra (where alpha is last).
197 uint8_t* rgba, int alpha_first, int w, int h, int stride);
  /external/chromium_org/tools/imagediff/
image_diff_png.cc 26 // 4 bytes per pixel, in RGBA order in memory regardless of endianness.
51 // Converts BGRA->RGBA and RGBA->BGRA.
64 void ConvertRGBAtoRGB(const unsigned char* rgba, int pixel_width,
67 const unsigned char* pixel_in = &rgba[x * 4];
127 unsigned char* rgba, bool* is_opaque) {
130 unsigned char* pixel_out = &rgba[x * 4];
174 // Expand to ensure we use 24-bit for RGB and 32-bit for RGBA.
620 // Decode a PNG into an RGBA pixel array.
627 // Encode an RGBA pixel array into a PNG
    [all...]
  /external/chromium_org/ui/gfx/codec/
png_codec.cc 21 // Converts BGRA->RGBA and RGBA->BGRA.
34 void ConvertRGBAtoRGB(const unsigned char* rgba, int pixel_width,
37 const unsigned char* pixel_in = &rgba[x * 4];
66 unsigned char* rgba, bool* is_opaque) {
67 gfx::ConvertSkiaToRGBA(skia, pixel_width, rgba);
190 // Expand to ensure we use 24-bit for RGB and 32-bit for RGBA.
  /external/opencv/otherlibs/highgui/
utils.h 80 uchar* rgba, int rgba_step, CvSize size );
  /external/webp/src/dsp/
dsp.h 176 // General function for converting two lines of ARGB or RGBA.
194 // Apply alpha pre-multiply on an rgba, bgra or argb plane of size w * h.
195 // alpha_first should be 0 for argb, 1 for rgba or bgra (where alpha is last).
197 uint8_t* rgba, int alpha_first, int w, int h, int stride);
  /external/qemu/
console.c 236 /* convert a RGBA color to a color index usable in graphic primitives */
237 static unsigned int vga_get_color(DisplayState *ds, unsigned int rgba)
244 r = (rgba >> 16) & 0xff;
245 g = (rgba >> 8) & 0xff;
246 b = (rgba) & 0xff;
253 r = (rgba >> 16) & 0xff;
254 g = (rgba >> 8) & 0xff;
255 b = (rgba) & 0xff;
259 r = (rgba >> 16) & 0xff;
260 g = (rgba >> 8) & 0xff
    [all...]
  /external/chromium_org/chrome/browser/resources/history/
history.css 99 border-color: rgba(67, 67, 67, 0.5);
167 border: 1px solid rgba(0, 0, 0, 0.25);
169 box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08),
170 inset 0 1px 2px rgba(255, 255, 255, 0.75);
  /external/chromium_org/chrome/browser/resources/options/
manage_profile_overlay.css 60 background-color: rgba(255, 255, 255, 0.75);
  /external/chromium_org/chrome/browser/resources/
policy.css 177 border-color: rgba(0, 0, 0, 0.25);
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_format_soa.c 261 LLVMValueRef *rgba)
287 rgba[chan] = input;
296 * \param type the desired return type for 'rgba'. The vector length
348 * convert texels to float rgba
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_format_soa.c 261 LLVMValueRef *rgba)
287 rgba[chan] = input;
296 * \param type the desired return type for 'rgba'. The vector length
348 * convert texels to float rgba
  /external/chromium_org/chrome/browser/resources/file_manager/css/
common.css 76 outline: 1px solid rgba(0, 0, 0, 0.2);
169 box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .5);
378 box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .5);

Completed in 666 milliseconds

<<111213141516