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

1 2 3 45 6 7 8 91011>>

  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
Blit.h 33 // source is interpreted as RGBA and destFormat specifies the desired result format. For example, if destFormat = GL_RGB, the alpha channel will be forced to 0.
Texture.cpp 307 // float textures are converted to RGBA, not BGRA, as they're stored that way in D3D
329 // float textures are converted to RGBA, not BGRA, as they're stored that way in D3D
582 unsigned short rgba = source[x]; local
583 dest[4 * x + 0] = ((rgba & 0x001F) << 3) | ((rgba & 0x001F) >> 2);
584 dest[4 * x + 1] = ((rgba & 0x07E0) >> 3) | ((rgba & 0x07E0) >> 9);
585 dest[4 * x + 2] = ((rgba & 0xF800) >> 8) | ((rgba & 0xF800) >> 13);
663 unsigned short rgba = source[x] local
684 unsigned short rgba = source[x]; local
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/mac/
GraphicsContext3DMac.mm 116 // 1) 32 bit RGBA/32 bit depth/accelerated/supersampled
117 // 2) 32 bit RGBA/32 bit depth/accelerated
118 // 3) 32 bit RGBA/16 bit depth/accelerated
119 // 4) closest to 32 bit RGBA/16 bit depth/software renderer
  /external/webkit/Source/WebKit/chromium/public/
WebColor.h 39 typedef unsigned WebColor; // RGBA quad. Equivalent to SkColor.
  /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
  /frameworks/native/opengl/libagl/
mipmap.cpp 120 uint32_t rgba = (rb & 0x00FF00FF) | ((ga & 0x00FF00FF)<<8); local
121 dst[x + y*stride] = rgba;
171 uint32_t rgba = (rbga & 0x0F0F) | ((rbga>>12) & 0xF0F0); local
172 dst[x + y*stride] = rgba;
  /external/chromium/chrome/browser/resources/
keyboard_overlay.css 44 background-color: rgba(24, 24, 24, 0.9);
54 background: -webkit-linear-gradient(rgba(61, 61, 61, 0.8),
55 rgba(27, 27, 27, 0.8));
mobile_setup.html 23 background: rgba(0, 0, 0, .1);
37 -webkit-box-shadow:1px 1px 12px rgba(0, 0, 0, 0.15);
125 -webkit-box-shadow:1px 1px 6px rgba(0, 0, 0, 0.2);
safe_browsing_malware_block.html 80 -webkit-box-shadow: inset 0 1px 0 0 #a0d186, 0px 1px 2px rgba(0,0,0,0.2);
98 -webkit-box-shadow: inset 0 1px 0 0 #a0d186, 0px 1px 2px rgba(0,0,0,0.3);;
106 -webkit-box-shadow: inset 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
safe_browsing_phishing_block.html 74 -webkit-box-shadow: inset 0 1px 0 0 #a0d186, 0px 1px 2px rgba(0,0,0,0.2);
92 -webkit-box-shadow: inset 0 1px 0 0 #a0d186, 0px 1px 2px rgba(0,0,0,0.3);;
100 -webkit-box-shadow: inset 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
  /external/chromium/chrome/browser/resources/options/chromeos/
internet_options_page.css 45 border: 1px solid rgba(255,255,255,0); /* transparent white */
57 background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.8),
58 rgba(255, 255, 255, 0));
  /external/qemu/distrib/sdl-1.2.15/docs/html/
sdlmaprgba.html 83 >SDL_MapRGBA&nbsp;--&nbsp;Map a RGBA color value to a pixel format.</DIV
123 >Maps the RGBA color value to the specified pixel format and returns the
140 >A pixel value best approximating the given RGBA color value for a given
sdlpixelformat.html 185 >[RGBA]mask</I
200 >[RGBA]loss</I
207 >[RGBA]loss</SUP
217 >[RGBA]shift</I
  /external/webkit/Tools/Scripts/webkitpy/tool/commands/data/rebaselineserver/
main.css 66 -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, .5);
89 -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
250 -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, .5);
  /frameworks/base/docs/html/reference/renderscript/
doxygen.css 167 -moz-box-shadow: rgba(0, 0, 0, 0.15) 2px 2px 2px;
422 text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.9);
424 box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
428 -moz-box-shadow: rgba(0, 0, 0, 0.15) 5px 5px 5px;
432 -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
451 box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
455 -moz-box-shadow: rgba(0, 0, 0, 0.15) 5px 5px 5px;
460 -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
640 -moz-box-shadow: rgba(0, 0, 0, 0.15) 2px 2px 2px;
641 -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.15)
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/
Color.cpp 75 RGBA32 rgba = rgbOnly | colorFloatToRGBAByte(overrideAlpha) << 24; local
76 return rgba;
185 DEFINE_STATIC_LOCAL(const String, rgbaParen, ("rgba("));
398 RGBA32 rgba;
401 rgba = makeRGBA(((pixelColor & 0x00FF0000) >> 16) * 255 / alpha,
406 rgba = pixelColor;
408 return Color(rgba);
  /external/webkit/Source/WebCore/inspector/front-end/
networkPanel.css 17 background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(0.5, rgba(0, 0, 0, 0)), color-stop(0.5, rgba(0, 0, 0, 0.05)), to(rgba(0, 0, 0, 0.05)));
98 background-color: rgba(0, 0, 0, 0.07);
242 color: rgba(0, 0, 0, 0.75);
243 text-shadow: rgba(255, 255, 255, 0.25) 1px 0 0, rgba(255, 255, 255, 0.25) -1px 0 0, rgba(255, 255, 255, 0.333) 0 1px 0, rgba(255, 255, 255, 0.25) 0 -1px 0
    [all...]
heapProfiler.css 106 background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
239 text-shadow: rgba(255, 255, 255, 0.75) 0 1px 0;
  /external/webp/include/webp/
decode.h 46 // Decodes WebP images pointed to by 'data' and returns RGBA samples, along
133 // RGBA-4444 and RGB-565 colorspaces are represented by following byte-order:
134 // RGBA-4444: [r3 r2 r1 r0 g3 g2 g1 g0], [b3 b2 b1 b0 a3 a2 a1 a0], ...
138 // RGBA-4444: [b3 b2 b1 b0 a3 a2 a1 a0], [r3 r2 r1 r0 g3 g2 g1 g0], ...
175 struct WebPRGBABuffer { // view as RGBA
176 uint8_t* rgba; // pointer to RGBA samples member in struct:WebPRGBABuffer
178 size_t size; // total size of the *rgba buffer.
197 WebPRGBABuffer RGBA;
385 // E) Decoded image is now in config.output (and config.output.u.RGBA)
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/haiku/
ImageBufferHaiku.cpp 137 // RGBA -> BGRA or BGRA -> RGBA
161 // RGBA -> BGRA or BGRA -> RGBA
190 // RGBA -> BGRA or BGRA -> RGBA
  /external/webkit/Source/WebCore/platform/graphics/chromium/cc/
CCHeadsUpDisplay.cpp 94 m_hudTexture->reserve(hudSize, GraphicsContext3D::RGBA);
109 GLC(context.get(), context->texImage2D(GraphicsContext3D::TEXTURE_2D, 0, GraphicsContext3D::RGBA, canvas.size().width(), canvas.size().height(), 0, GraphicsContext3D::RGBA, GraphicsContext3D::UNSIGNED_BYTE, locker.pixels()));
  /external/webkit/Source/WebCore/platform/graphics/gpu/
Texture.cpp 69 *glFormat = GraphicsContext3D::RGBA;
77 *glFormat = GraphicsContext3D::RGBA;
163 ASSERT(glFormat == GraphicsContext3D::RGBA && glType == GraphicsContext3D::UNSIGNED_BYTE);
  /external/chromium/webkit/glue/
webvideoframe_impl.cc 39 COMPILE_ASSERT_MATCHING_ENUM(FormatRGBA, RGBA);
  /external/jmonkeyengine/engine/src/core/com/jme3/font/
ColorTags.java 11 * \#rgba#
  /external/libpng/
ANNOUNCE 53 always expand to RGBA if transparency is present.

Completed in 3756 milliseconds

1 2 3 45 6 7 8 91011>>