Searched defs:setAlpha (Results 1 - 13 of 13) sorted by relevance

/external/webkit/WebCore/html/canvas/
H A DWebGLContextAttributes.cpp65 void WebGLContextAttributes::setAlpha(bool alpha) function in class:WebCore::WebGLContextAttributes
H A DCanvasRenderingContext2D.cpp329 c->setAlpha(alpha);
1151 void CanvasRenderingContext2D::setAlpha(float alpha) function in class:WebCore::CanvasRenderingContext2D
/external/skia/src/core/
H A DSkPaint.cpp208 void SkPaint::setAlpha(U8CPU a) function in class:SkPaint
/external/webkit/WebCore/platform/graphics/haiku/
H A DGraphicsContextHaiku.cpp339 void GraphicsContext::setAlpha(float opacity) function in class:WebCore::GraphicsContext
/external/webkit/WebCore/platform/graphics/openvg/
H A DGraphicsContextOpenVG.cpp386 void GraphicsContext::setAlpha(float opacity) function in class:WebCore::GraphicsContext
/external/webkit/WebCore/platform/graphics/skia/
H A DPlatformContextSkia.cpp420 void PlatformContextSkia::setAlpha(float alpha) function in class:PlatformContextSkia
H A DGraphicsContextSkia.cpp868 void GraphicsContext::setAlpha(float alpha) function in class:WebCore::GraphicsContext
872 platformContext()->setAlpha(alpha);
/external/webkit/WebCore/platform/graphics/wx/
H A DGraphicsContextWx.cpp564 void GraphicsContext::setAlpha(float) function in class:WebCore::GraphicsContext
/external/webkit/WebCore/platform/graphics/android/
H A DGraphicsContextAndroid.cpp921 void GraphicsContext::setAlpha(float alpha) function in class:WebCore::GraphicsContext
/external/webkit/WebCore/platform/graphics/cairo/
H A DGraphicsContextCairo.cpp989 void GraphicsContext::setAlpha(float alpha) function in class:WebCore::GraphicsContext
/external/webkit/WebCore/platform/graphics/cg/
H A DGraphicsContextCG.cpp835 void GraphicsContext::setAlpha(float alpha) function in class:WebCore::GraphicsContext
/external/webkit/WebCore/platform/graphics/qt/
H A DGraphicsContextQt.cpp912 void GraphicsContext::setAlpha(float opacity) function in class:WebCore::GraphicsContext
/external/webkit/WebCore/platform/graphics/wince/
H A DGraphicsContextWince.cpp1201 void GraphicsContext::setAlpha(float alpha) function in class:WebCore::GraphicsContext

Completed in 116 milliseconds