HomeSort by relevance Sort by last modified time
    Searched full:rgba (Results 426 - 450 of 1122) sorted by null

<<11121314151617181920>>

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
nv30_clear.c 36 pack_rgba(enum pipe_format format, const float *rgba)
39 util_pack_color(rgba, format, &uc);
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_span.h 86 GLchan (*rgba)[4]; /** either == rgba8 or rgba16 */ member in struct:sw_span_arrays
205 GLuint n, GLint x, GLint y, GLvoid *rgba);
  /external/chromium_org/third_party/skia/src/images/
transform_scanline.h 82 * Transform from kARGB_8888_Config to 4-bytes-per-pixel RGBA.
113 * Transform from kARGB_8888_Config to 4-bytes-per-pixel RGBA,
  /external/chromium_org/webkit/tools/test_shell/resources/
fonts.conf 212 <edit name="rgba" mode="assign">
224 <edit name="rgba" mode="assign">
  /external/mesa3d/docs/
relnotes-6.5.2.html 74 <li>RGBA logicops didn't work reliably in some DRI drivers
75 <li>Fixed broken RGBA LogicOps in Intel DRI drivers
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_bld_blend.c 116 * @param src source rgba
117 * @param dst dest rgba
  /external/mesa3d/src/gallium/drivers/nv30/
nv30_clear.c 36 pack_rgba(enum pipe_format format, const float *rgba)
39 util_pack_color(rgba, format, &uc);
  /external/mesa3d/src/mesa/swrast/
s_span.h 86 GLchan (*rgba)[4]; /** either == rgba8 or rgba16 */ member in struct:sw_span_arrays
205 GLuint n, GLint x, GLint y, GLvoid *rgba);
  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/sampleentry/
TextSampleEntry.java 39 unsigned int(8) background-color-rgba[4];
262 unsigned int(8) text-color-rgba[4];
  /external/skia/src/images/
transform_scanline.h 82 * Transform from kARGB_8888_Config to 4-bytes-per-pixel RGBA.
113 * Transform from kARGB_8888_Config to 4-bytes-per-pixel RGBA,
  /frameworks/av/libvideoeditor/vss/common/inc/
M4DA_Types.h 157 M4OSA_UInt8 back_col_rgba[4]; /**< the background color in RGBA */
169 M4OSA_UInt8 text_col_rgba[4]; /**< the text color in RGBA */
  /frameworks/base/graphics/java/android/renderscript/
ScriptIntrinsicHistogram.java 66 * have an RGBA input buffer but only want the histogram for
89 * Set the coefficients used for the RGBA to Luminocity
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
ColorSpace.java 70 * The input data is expected to be encoded in 8-bit interleaved RGBA channels. The output
89 * The input data is expected to be encoded in 8-bit interleaved RGBA channels. The output
  /sdk/templates/docs/
default.css 91 background-color: rgba(51,181,229,0.05);
226 box-shadow: inset 0 2px 8px rgba(0,0,0,0.1);
  /system/core/libpixelflinger/
clear.cpp 96 // XXX: rgba-dithering, rgba-masking
  /external/chromium_org/chrome/browser/resources/
sync_setup_overlay.css 319 -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
336 -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
340 -webkit-box-shadow: inset 0 0 0 1px white, 0 1px 1px rgba(0, 0, 0, 0.1);
381 -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
388 -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
api_filters.c 677 VGuint rgba = lookupTable[i]; local
679 red = (rgba & 0xff000000)>>24;
680 green = (rgba & 0x00ff0000)>>16;
681 blue = (rgba & 0x0000ff00)>> 8;
682 alpha = (rgba & 0x000000ff)>> 0;
  /external/chromium_org/third_party/mesa/src/src/mesa/tnl_dd/
t_dd_vb.c 205 fprintf(stderr, "xyz %.4f,%.4f,%.4f rgba %x:%x:%x:%x\n",
215 fprintf(stderr, "xyzw %.4f,%.4f,%.4f,%.4f rgba %x:%x:%x:%x spec %x:%x:%x:%x\n",
229 fprintf(stderr, "xyzw %.4f,%.4f,%.4f,%.4f rgba %x:%x:%x:%x st %.4f,%.4f\n",
241 fprintf(stderr, "xyzw %.4f,%.4f,%.4f,%.4f rgba %x:%x:%x:%x st %.4f,%.4f st %.4f,%.4f\n",
255 fprintf(stderr, "xyzw %.4f,%.4f,%.4f,%.4f rgba %x:%x:%x:%x stq %.4f,%.4f,%.4f stq %.4f,%.4f,%.4f\n",
  /external/mesa3d/src/gallium/state_trackers/vega/
api_filters.c 677 VGuint rgba = lookupTable[i]; local
679 red = (rgba & 0xff000000)>>24;
680 green = (rgba & 0x00ff0000)>>16;
681 blue = (rgba & 0x0000ff00)>> 8;
682 alpha = (rgba & 0x000000ff)>> 0;
  /external/mesa3d/src/mesa/tnl_dd/
t_dd_vb.c 205 fprintf(stderr, "xyz %.4f,%.4f,%.4f rgba %x:%x:%x:%x\n",
215 fprintf(stderr, "xyzw %.4f,%.4f,%.4f,%.4f rgba %x:%x:%x:%x spec %x:%x:%x:%x\n",
229 fprintf(stderr, "xyzw %.4f,%.4f,%.4f,%.4f rgba %x:%x:%x:%x st %.4f,%.4f\n",
241 fprintf(stderr, "xyzw %.4f,%.4f,%.4f,%.4f rgba %x:%x:%x:%x st %.4f,%.4f st %.4f,%.4f\n",
255 fprintf(stderr, "xyzw %.4f,%.4f,%.4f,%.4f rgba %x:%x:%x:%x stq %.4f,%.4f,%.4f stq %.4f,%.4f,%.4f\n",
  /external/chromium_org/chrome/renderer/searchbox/
searchbox_extension.cc 36 const char kCSSBackgroundColorFormat[] = "rgba(%d,%d,%d,%s)";
158 // Returns an array with the RGBA color components.
640 // The theme background color is in RGBA format "rgba(R,G,B,A)" where R, G and
658 // Theme color for background as an array with the RGBA components in order.
663 // Theme color for text as an array with the RGBA components in order.
668 // Theme color for links as an array with the RGBA components in order.
673 // Theme color for light text as an array with the RGBA components in order.
678 // Theme color for header as an array with the RGBA components in order.
683 // Theme color for section border as an array with the RGBA components i
    [all...]
  /external/chromium_org/third_party/libwebp/dec/
webp.c 504 uint8_t* const rgba,
508 if (rgba == NULL) {
515 buf.u.RGBA.rgba = rgba;
516 buf.u.RGBA.stride = stride;
517 buf.u.RGBA.size = size;
522 return rgba;
605 return WebPIsRGBMode(mode) ? output.u.RGBA.rgba : output.u.YUVA.y
    [all...]
  /external/webp/
README 133 (in RGBA format) without any loss. The -q quality parameter will in this case
252 -pam ......... save the raw RGBA samples as a color PAM
330 size_t WebPEncodeRGBA(const uint8_t* rgba, int width, int height, int stride,
344 size_t WebPEncodeLosslessRGBA(const uint8_t* rgba, int width, int height,
420 There are variants for decoding in BGR/RGBA/ARGB/BGRA order, along with
506 config.output.u.RGBA.rgba = (uint8_t*) memory_buffer;
507 config.output.u.RGBA.stride = scanline_stride;
508 config.output.u.RGBA.size = total_size_of_the_memory_buffer;
532 // F) Decoded image is now in config.output (and config.output.u.RGBA)
    [all...]
  /external/webp/src/dec/
webp.c 487 uint8_t* const rgba,
491 if (rgba == NULL) {
498 buf.u.RGBA.rgba = rgba;
499 buf.u.RGBA.stride = stride;
500 buf.u.RGBA.size = size;
505 return rgba;
588 return WebPIsRGBMode(mode) ? output.u.RGBA.rgba : output.u.YUVA.y
    [all...]
  /build/tools/droiddoc/templates-pdk/assets/design/
default.css 124 box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25); }
270 background: rgba(0, 0, 0, 0.05); }
289 background: rgba(0, 0, 0, 0.03); }
594 background-color: rgba(0, 0, 0, 0.9);
610 border-bottom-color: rgba(0, 0, 0, 0.9); }
634 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12);
649 box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);

Completed in 1035 milliseconds

<<11121314151617181920>>