HomeSort by relevance Sort by last modified time
    Searched full:opacity (Results 76 - 100 of 141) sorted by null

1 2 34 5 6

  /external/webkit/WebCore/rendering/
RenderLayerCompositor.cpp 529 // when the video element is a stacking context (e.g. due to opacity or transform).
600 // be composited. Also, if we have opacity < 1, then we need to be a layer so that
601 // the child layers are opaque, then rendered with opacity on this layer.
    [all...]
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...]
  /external/qemu/docs/
ANDROID-SKIN-FILES.TXT 195 the button. A typical one has 50% opacity. The highlight will be drawn
  /external/webkit/WebCore/css/
SVGCSSParser.cpp 121 case CSSPropertyStrokeOpacity: // <opacity-value> | inherit
  /external/webkit/WebCore/page/animation/
AnimationBase.cpp 269 : PropertyWrapper<float>(CSSPropertyOpacity, &RenderStyle::opacity, &RenderStyle::setOpacity)
277 float fromOpacity = a->opacity();
280 dst->setOpacity(blendFunc(anim, (fromOpacity == 1) ? 0.999999f : fromOpacity, b->opacity(), progress));
641 gPropertyWrappers->append(new PropertyWrapper<float>(CSSPropertyOpacity, &RenderStyle::opacity, &RenderStyle::setOpacity));
    [all...]
  /external/webkit/WebCore/platform/graphics/chromium/
TransparencyWin.h 101 // This is the mode of last resort. If the opacity of the final image
FontChromiumWin.cpp 121 // transparency layer with that opacity applied. We'll actually create
TransparencyWin.cpp 482 // Now the layer has text with the proper color and opacity.
  /external/webkit/SunSpider/tests/parse-only/
prototype-1.6.0.3.js     [all...]
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DrawableContainerTest.java     [all...]
LayerDrawableTest.java     [all...]
  /frameworks/base/docs/html/guide/topics/resources/
animation-resource.jd 118 <dd><em>Float</em>. Starting opacity offset, where 0.0 is transparent and 1.0
121 <dd><em>Float</em>. Ending opacity offset, where 0.0 is transparent and 1.0
  /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/WebCore/rendering/style/
RenderStyle.h 612 float opacity() const { return rareNonInheritedData->opacity; } function in class:WebCore::RenderStyle
    [all...]
  /external/webkit/WebCore/platform/android/
RenderThemeAndroid.cpp 484 return style->opacity() > 0
  /external/webkit/WebCore/platform/graphics/
GraphicsContext.h 298 void beginTransparencyLayer(float opacity);
  /external/webkit/WebKit/chromium/src/js/
DevTools.js 375 glassPane.style.cssText = "position:absolute;width:100%;height:100%;opacity:0;z-index:1";
  /external/webkit/WebKitTools/iExploder/htdocs/
cssproperties.in 181 opacity
  /external/webkit/WebCore/platform/graphics/android/
GraphicsContextAndroid.cpp 825 void GraphicsContext::beginTransparencyLayer(float opacity)
831 canvas->saveLayerAlpha(NULL, (int)(opacity * 255), TRANSPARENCY_SAVEFLAGS);
    [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/cg/
GraphicsContextCG.cpp 744 void GraphicsContext::beginTransparencyLayer(float opacity)
750 CGContextSetAlpha(context, opacity);
    [all...]
  /external/webkit/WebCore/platform/graphics/skia/
GraphicsContextSkia.cpp 261 void GraphicsContext::beginTransparencyLayer(float opacity)
272 static_cast<unsigned char>(opacity * 255),
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
LatinKeyboard.java 548 private Bitmap drawSpaceBar(int opacity, boolean isAutoCompletion, boolean isBlack) {
558 paint.setAlpha(opacity);
    [all...]
  /external/libpng/
pngread.c     [all...]
  /external/webkit/WebCore/inspector/front-end/
SourceCSSTokenizer.re2js 61 "max-width", "min-height", "min-width", "opacity", "orphans", "outline", "outline-color", "outline-offset",

Completed in 973 milliseconds

1 2 34 5 6