Searched defs:opacity (Results 1 - 25 of 42) sorted by relevance

12

/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DColorPicker.js136 var opacity = Math.round(this._opacity * 100) / 100; variable
/macosx-10.10/WebCore-7600.1.25/platform/graphics/texmap/
H A DTextureMapperSurfaceBackingStore.cpp47 void TextureMapperSurfaceBackingStore::paintToTextureMapper(TextureMapper* textureMapper, const FloatRect& targetRect, const TransformationMatrix& transform, float opacity) argument
H A DTextureMapperTile.cpp72 void TextureMapperTile::paint(TextureMapper* textureMapper, const TransformationMatrix& transform, float opacity, const unsigned exposedEdges) argument
H A DTextureMapperImageBuffer.cpp105 void TextureMapperImageBuffer::drawTexture(const BitmapTexture& texture, const FloatRect& targetRect, const TransformationMatrix& matrix, float opacity, unsigned /* exposedEdges */) argument
H A DTextureMapperTiledBackingStore.cpp50 void TextureMapperTiledBackingStore::paintToTextureMapper(TextureMapper* textureMapper, const FloatRect& targetRect, const TransformationMatrix& transform, float opacity) argument
H A DTextureMapperLayer.h95 float opacity() const { return m_state.opacity; } function in class:WebCore::TextureMapperLayer
211 float opacity; member in struct:WebCore::TextureMapperLayer::State
/macosx-10.10/WebCore-7600.1.25/svg/
H A DSVGFEFloodElement.cpp70 float opacity = svgStyle.floodOpacity(); local
H A DSVGFEDropShadowElement.cpp165 float opacity = svgStyle.floodOpacity(); local
/macosx-10.10/WebCore-7600.1.25/platform/graphics/
H A DCrossfadeGeneratedImage.cpp44 static void drawCrossfadeSubimage(GraphicsContext* context, Image* image, CompositeOperator operation, float opacity, const FloatSize& targetSize) argument
H A DGraphicsContext3DPrivate.cpp83 void GraphicsContext3DPrivate::paintToTextureMapper(TextureMapper* textureMapper, const FloatRect& targetRect, const TransformationMatrix& matrix, float opacity) argument
/macosx-10.10/WebKit2-7600.1.25/UIProcess/CoordinatedGraphics/
H A DWebView.h116 void setOpacity(double opacity) { m_opacity = clampTo(opacity, 0.0, 1.0); } argument
117 double opacity() const { return m_opacity; } function in class:WebKit::WebView
/macosx-10.10/WebCore-7600.1.25/platform/graphics/surfaces/
H A DGraphicsSurface.cpp66 void GraphicsSurface::paintToTextureMapper(TextureMapper* textureMapper, const FloatRect& targetRect, const TransformationMatrix& transform, float opacity) argument
/macosx-10.10/WebCore-7600.1.25/platform/graphics/texmap/coordinated/
H A DCoordinatedBackingStore.cpp109 void CoordinatedBackingStore::paintTilesToTextureMapper(Vector<TextureMapperTile*>& tiles, TextureMapper* textureMapper, const TransformationMatrix& transform, float opacity, const FloatRect& rect) argument
120 void CoordinatedBackingStore::paintToTextureMapper(TextureMapper* textureMapper, const FloatRect& targetRect, const TransformationMatrix& transform, float opacity) argument
H A DCoordinatedGraphicsScene.cpp65 void CoordinatedGraphicsScene::paintToCurrentGLContext(const TransformationMatrix& matrix, float opacity, const FloatRect& clipRect, TextureMapper::PaintFlags PaintFlags) argument
/macosx-10.10/WebCore-7600.1.25/rendering/
H A DRenderScrollbarTheme.cpp112 float opacity = toRenderScrollbar(scrollbar)->opacity(); local
122 float opacity = toRenderScrollbar(scrollbar)->opacity(); local
H A DRenderScrollbar.cpp347 float RenderScrollbar::opacity() function in class:WebCore::RenderScrollbar
H A DRenderElement.h124 float opacity() const { return style().opacity(); } function in class:WebCore::RenderElement
/macosx-10.10/WebCore-7600.1.25/platform/graphics/surfaces/efl/
H A DGraphicsSurfaceCommon.cpp181 void GraphicsSurface::platformPaintToTextureMapper(TextureMapper* textureMapper, const FloatRect& targetRect, const TransformationMatrix& transform, float opacity) argument
/macosx-10.10/WebCore-7600.1.25/rendering/style/
H A DStyleRareNonInheritedData.h98 float opacity; member in class:WebCore::StyleRareNonInheritedData
/macosx-10.10/WebCore-7600.1.25/rendering/svg/
H A DSVGRenderingContext.cpp105 float opacity = (renderer.isSVGRoot() || isRenderingMask) ? 1 : style.opacity(); local
/macosx-10.10/WebKit2-7600.1.25/UIProcess/API/C/CoordinatedGraphics/
H A DWKView.cpp182 void WKViewSetOpacity(WKViewRef view, double opacity) argument
/macosx-10.10/WebKit2-7600.1.25/WebProcess/WebPage/
H A DPageOverlayController.cpp162 void PageOverlayController::setPageOverlayOpacity(PageOverlay& overlay, float opacity) argument
/macosx-10.10/WebCore-7600.1.25/platform/graphics/gstreamer/
H A DMediaPlayerPrivateGStreamerBase.cpp374 void MediaPlayerPrivateGStreamerBase::paintToTextureMapper(TextureMapper* textureMapper, const FloatRect& targetRect, const TransformationMatrix& matrix, float opacity) argument
/macosx-10.10/WebCore-7600.1.25/platform/graphics/cairo/
H A DImageBufferCairo.cpp393 void ImageBufferData::paintToTextureMapper(TextureMapper* textureMapper, const FloatRect& targetRect, const TransformationMatrix& matrix, float opacity) argument
/macosx-10.10/WebCore-7600.1.25/platform/graphics/surfaces/glx/
H A DGraphicsSurfaceGLX.cpp370 void GraphicsSurface::platformPaintToTextureMapper(TextureMapper* textureMapper, const FloatRect& targetRect, const TransformationMatrix& transform, float opacity) argument

Completed in 220 milliseconds

12