HomeSort by relevance Sort by last modified time
    Searched refs:opacity (Results 51 - 70 of 70) sorted by null

1 23

  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/
ScreenViewer.java 143 float opacity = ((JSlider) event.getSource()).getValue() / 100.0f;
144 overlayAlpha = AlphaComposite.getInstance(AlphaComposite.SRC_OVER, opacity);
  /external/webkit/SunSpider/tests/parse-only/
concat-jquery-mootools-prototype.js 613 var exclude = /z-?index|font-?weight|opacity|zoom|line-?height/i,
784 // We need to handle opacity special in IE
785 if ( name == "opacity" && !jQuery.support.opacity ) {
786 ret = jQuery.attr( style, "opacity" );
813 // We should always get a number back from opacity
814 if ( name == "opacity" && ret == "" )
1039 // IE uses filters for opacity
1040 if ( !jQuery.support.opacity && name == "opacity" ) {
    [all...]
prototype-1.6.0.3.js     [all...]
  /external/webkit/WebCore/rendering/
RenderBoxModelObject.cpp 249 style()->opacity() != newStyle->opacity() ||
252 } else if (newStyle->hasTransform() || newStyle->opacity() < 1) {
253 // If we don't have a layer yet, but we are going to get one because of transform or opacity,
    [all...]
RenderView.cpp 197 return object && object->style()->visibility() == VISIBLE && object->style()->opacity() == 1 && !object->style()->hasTransform();
SVGRenderTreeAsText.cpp 265 writeIfNotDefault(ts, "opacity", style->opacity(), RenderStyle::initialOpacity());
279 writeIfNotDefault(ts, "opacity", svgStyle->strokeOpacity(), 1.0f);
297 writeIfNotDefault(ts, "opacity", svgStyle->fillOpacity(), 1.0f);
RenderLayer.cpp 844 p->beginTransparencyLayer(renderer()->opacity());
    [all...]
  /external/webkit/WebCore/rendering/style/
RenderStyle.h 612 float opacity() const { return rareNonInheritedData->opacity; } function in class:WebCore::RenderStyle
    [all...]
  /build/tools/droiddoc/templates/assets/
android-developer-docs.css 451 opacity: .3;
452 filter: alpha(opacity=30);
453 -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  /external/webkit/WebCore/platform/graphics/win/
WKCACFLayer.cpp 593 // Print opacity if needed
594 float layerOpacity = opacity();
597 fprintf(stderr, "(opacity %hf)\n", layerOpacity);
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
LayerDrawableTest.java     [all...]
  /external/webkit/WebCore/platform/graphics/cairo/
GraphicsContextCairo.cpp 885 void GraphicsContext::beginTransparencyLayer(float opacity)
892 m_data->layers.append(opacity);
    [all...]
  /external/webkit/WebCore/platform/graphics/mac/
GraphicsLayerCA.mm 244 return "opacity";
352 nullValue, @"opacity",
662 void GraphicsLayerCA::setOpacity(float opacity)
664 float clampedOpacity = max(0.0f, min(opacity, 1.0f));
716 // Older versions of QuartzCore do not handle opacity in transform layers properly, so we will
    [all...]
  /external/webkit/WebCore/platform/graphics/wince/
GraphicsContextWince.cpp     [all...]
  /external/webkit/WebCore/css/
CSSParser.cpp 5338 const char* const opacity = "opacity"; local
    [all...]
CSSComputedStyleDeclaration.cpp     [all...]
CSSStyleSelector.cpp     [all...]
  /external/webkit/WebCore/inspector/front-end/
inspector.js 792 const propertyUnit = {opacity: ""};
    [all...]
  /external/webkit/SunSpider/tests/sunspider-0.9/
string-unpack-code.js     [all...]
  /external/webkit/SunSpider/tests/sunspider-0.9.1/
string-unpack-code.js     [all...]

Completed in 1263 milliseconds

1 23