Searched defs:RGBA (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/chrome/utility/cloud_print/
H A Dbitmap_image.h17 RGBA, enumerator in enum:cloud_print::BitmapImage::Colorspace
/external/chromium_org/printing/
H A Dprint_job_constants.h115 RGBA, enumerator in enum:printing::ColorModel
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DCanvasStyle.h58 String color() const { ASSERT(m_type == RGBA || m_type == CMYKA); return Color(m_rgba).serialized(); }
70 enum Type { RGBA, CMYKA, Gradient, ImagePattern, CurrentColor, CurrentColorWithOverrideAlpha }; enumerator in enum:WebCore::CanvasStyle::Type
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
H A Dsp_quad_blend.c47 RGBA, enumerator in enum:format
874 * to the tile cache. The tile cache always stores RGBA colors but if
1274 bqs->base_format[i] = RGBA;
/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_quad_blend.c47 RGBA, enumerator in enum:format
874 * to the tile cache. The tile cache always stores RGBA colors but if
1274 bqs->base_format[i] = RGBA;
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DColor.js118 return new WebInspector.Color(rgba, WebInspector.Color.Format.RGBA, text);
292 case WebInspector.Color.Format.RGBA:
347 * @return {!DOMAgent.RGBA}
632 RGBA: "rgba",
/external/chromium_org/third_party/libwebp/webp/
H A Ddecode.h48 // 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
199 WebPRGBABuffer RGBA; member in union:WebPDecBuffer::__anon12458
270 // stride of output_buffer.u.RGBA or output_buffer.u.YUVA, provided they remain
393 // E) Decoded image is now in config.output (and config.output.u.RGBA)
/external/webp/include/webp/
H A Ddecode.h48 // 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
199 WebPRGBABuffer RGBA; member in union:WebPDecBuffer::__anon28864
270 // stride of output_buffer.u.RGBA or output_buffer.u.YUVA, provided they remain
393 // E) Decoded image is now in config.output (and config.output.u.RGBA)

Completed in 269 milliseconds