HomeSort by relevance Sort by last modified time
    Searched defs:RGBA (Results 1 - 14 of 14) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
CanvasStyle.h 45 static PassRefPtr<CanvasStyle> createFromRGBA(RGBA32 rgba) { return adoptRef(new CanvasStyle(rgba)); }
58 String color() const { ASSERT(m_type == RGBA || m_type == CMYKA); return Color(m_rgba).serialized(); }
70 enum Type { RGBA, CMYKA, Gradient, ImagePattern, CurrentColor, CurrentColorWithOverrideAlpha };
73 CanvasStyle(RGBA32 rgba);
  /external/chromium_org/printing/
print_job_constants.h 114 RGBA,
  /frameworks/base/graphics/java/android/renderscript/
ProgramFragmentFixedFunction.java 146 RGBA (4);
192 mShader += " col.rgba = texture2D(UNI_Tex0, t0).rgba;\n";
197 case RGBA:
198 mShader += " col.rgba = texture2D(UNI_Tex0, t0).rgba;\n";
208 mShader += " col.rgba *= texture2D(UNI_Tex0, t0).rgba;\n";
213 case RGBA:
214 mShader += " col.rgba *= texture2D(UNI_Tex0, t0).rgba;\n"
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
sp_quad_blend.c 47 RGBA,
874 * to the tile cache. The tile cache always stores RGBA colors but if
    [all...]
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_quad_blend.c 47 RGBA,
874 * to the tile cache. The tile cache always stores RGBA colors but if
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
Color.js 31 * @param {Array.<number>} rgba
36 WebInspector.Color = function(rgba, format, originalText)
38 this._rgba = rgba;
78 var rgba = [ WebInspector.Color._parseRgbNumeric(rgbString[0]),
81 return new WebInspector.Color(rgba, WebInspector.Color.Format.RGB, text);
87 var rgba = WebInspector.Color.Nicknames[nickname];
88 var color = WebInspector.Color.fromRGBA(rgba);
101 var rgba = WebInspector.Color._hsl2rgb(hsla);
102 return new WebInspector.Color(rgba, WebInspector.Color.Format.HSL, text);
108 // Advanced - rgba(), hsla(
    [all...]
  /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/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/platform/graphics/
GraphicsContext3D.h 208 RGBA = 0x1908,
    [all...]
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/17/
android.jar 

Completed in 112 milliseconds