HomeSort by relevance Sort by last modified time
    Searched refs:rgba (Results 76 - 92 of 92) sorted by null

1 2 34

  /external/webkit/Source/WebCore/inspector/front-end/
StylesSidebarPane.js     [all...]
  /external/webp/src/dec/
idec.c 614 idec->output_.u.RGBA.rgba = output_buffer;
615 idec->output_.u.RGBA.stride = output_stride;
616 idec->output_.u.RGBA.size = output_buffer_size;
767 if (stride != NULL) *stride = src->u.RGBA.stride;
769 return src->u.RGBA.rgba;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/
ResourceHelper.java 544 int rgba = ImageUtils.getColor(value); local
546 return ImageUtils.intToRgb(rgba);
  /external/skia/legacy/src/images/
SkImageDecoder_libwebp.cpp 228 config.output.u.RGBA.rgba = (uint8_t*)decodedBitmap->getPixels();
229 config.output.u.RGBA.stride = decodedBitmap->rowBytes();
230 config.output.u.RGBA.size = decodedBitmap->getSize();
  /external/skia/src/images/
SkImageDecoder_libwebp.cpp 222 config.output.u.RGBA.rgba = (uint8_t*)decodedBitmap->getPixels();
223 config.output.u.RGBA.stride = decodedBitmap->rowBytes();
224 config.output.u.RGBA.size = decodedBitmap->getSize();
  /external/webkit/Source/WebCore/html/canvas/
CanvasRenderingContext2D.cpp 1102 RGBA32 rgba; local
1104 if (!parseColorOrCurrentColor(rgba, color, canvas()))
1107 state().m_shadowColor = colorWithOverrideAlpha(rgba, alpha);
    [all...]
  /external/v8/benchmarks/spinning-balls/
v.js 81 return "rgba(0, 0, 0, " + (this.lifeForce / kInitialLifeForce) + ")";
  /external/doclava/res/assets/templates/assets/
doclava-developer-docs.css 401 background:rgba(255,255,255,0.7);
  /external/webkit/Source/WebCore/css/
html.css 647 -webkit-box-shadow: 4px 4px 4px rgba(100,100,100,0.6),
  /external/chromium/chrome/browser/resources/
new_new_tab.js 576 var gradientDestination = 'rgba(0,0,0,' + (gradientHeightPx / 10) + ')';
    [all...]
  /external/chromium-trace/
script.js 33 b,f,e){if(this.gridEnabled){var g=this.gridTimebase;for(a.beginPath();g<f;){if(g>=b){var c=this.xWorldToView(g);a.moveTo(c,0);a.lineTo(c,e)}g+=this.gridStep}a.strokeStyle="rgba(255,0,0,0.25)";a.stroke()}for(g=0;g<this.markers.length;++g)this.markers[g].drawLine(a,b,f,e,this)},setWhenPossible:function(a){this.pendingSetFunction_=a},get isAttachedToDocument_(){for(var a=this.parentEl_;a.parentNode;)a=a.parentNode;return a==this.parentEl_.ownerDocument},onResize_:function(){this.dispatchChangeEvent()},
    [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/parse-only/
mootools-1.2.2-core-nc.js     [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/
string-unpack-code.js     [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
string-unpack-code.js     [all...]
  /build/tools/droiddoc/templates-ds/assets/js/
global-libraries-combined.js     [all...]
  /build/tools/droiddoc/templates-sac/assets/js/
android_3p-bundle.js     [all...]
  /build/tools/droiddoc/templates-sdk/assets/js/
android_3p-bundle.js     [all...]

Completed in 1054 milliseconds

1 2 34