Home
last modified time | relevance | path

Searched refs:setAlpha (Results 1 – 25 of 86) sorted by relevance

1234

/external/skia/gm/
Dtexteffects.cpp23 p.setAlpha(0x11); in r0()
32 p.setAlpha(0x40); in r1()
55 p.setAlpha(0x20); in r3()
62 p.setAlpha(0x60); in r4()
65 p.setAlpha(0xFF); in r4()
Dcomplexclip.cpp169 paint.setColor(gPathColor); paint.setAlpha(fade); in drawHairlines()
173 paint.setColor(gClipAColor); paint.setAlpha(fade); in drawHairlines()
175 paint.setColor(gClipBColor); paint.setAlpha(fade); in drawHairlines()
Dhairmodes.cpp45 paint.setAlpha(a0); in drawCell()
49 paint.setAlpha(a1); in drawCell()
Daarectmodes.cpp93 paint.setAlpha(a0); in drawCell()
97 paint.setAlpha(a1); in drawCell()
Dtinybitmap.cpp53 paint.setAlpha(0x80); in onDraw()
/external/skia/tests/
DDeferredCanvasTest.cpp101 paint.setAlpha( 255 ); in TestDeferredCanvasFreshFrame()
108 paint.setAlpha( 255 ); in TestDeferredCanvasFreshFrame()
131 paint.setAlpha( 254 ); in TestDeferredCanvasFreshFrame()
152 paint.setAlpha(255); in TestDeferredCanvasFreshFrame()
164 paint.setAlpha(255); in TestDeferredCanvasFreshFrame()
173 paint.setAlpha( 255 ); in TestDeferredCanvasFreshFrame()
186 paint.setAlpha( 255 ); in TestDeferredCanvasFreshFrame()
195 paint.setAlpha( 100 ); in TestDeferredCanvasFreshFrame()
DBlitRowTest.cpp154 paint.setAlpha(blend ? 0x80 : 0xFF); in test_00_FF()
244 paint.setAlpha(alpha); in test_diagonal()
/external/zxing/qr_scanner/src/com/google/zxing/client/android/
DViewfinderView.java99 paint.setAlpha(CURRENT_POINT_OPACITY); in onDraw()
112 paint.setAlpha(SCANNER_ALPHA[scannerAlpha]); in onDraw()
130 paint.setAlpha(CURRENT_POINT_OPACITY); in onDraw()
141 paint.setAlpha(CURRENT_POINT_OPACITY / 2); in onDraw()
/external/webkit/Source/WebCore/rendering/svg/
DRenderSVGResourceSolidColor.cpp57 context->setAlpha(svgStyle ? svgStyle->fillOpacity() : 1.0f); in applyResource()
64 context->setAlpha(svgStyle ? svgStyle->strokeOpacity() : 1.0f); in applyResource()
DRenderSVGResourceGradient.cpp218 context->setAlpha(svgStyle->fillOpacity()); in applyResource()
224 context->setAlpha(svgStyle->strokeOpacity()); in applyResource()
DRenderSVGResourcePattern.cpp154 context->setAlpha(svgStyle->fillOpacity()); in applyResource()
160 context->setAlpha(svgStyle->strokeOpacity()); in applyResource()
/external/skia/bench/
DShaderMaskBench.cpp48 fPaint.setAlpha(isOpaque ? 0xFF : 0x80); in ShaderMaskBench()
67 paint.setAlpha(fPaint.getAlpha()); in onDraw()
DSkBenchmark.cpp46 paint->setAlpha(fForceAlpha); in setupPaint()
DRectBench.cpp93 paint->setAlpha(0x80); in setupPaint()
267 paint.setAlpha(alpha); in onDraw()
DBitmapRectBench.cpp91 paint.setAlpha(fAlpha); in onDraw()
/external/skia/legacy/src/core/
DSkComposeShader.cpp62 paint->setAlpha(newAlpha); in SkAutoAlphaRestore()
66 fPaint->setAlpha(fAlpha); in ~SkAutoAlphaRestore()
/external/skia/src/core/
DSkComposeShader.cpp52 paint->setAlpha(newAlpha); in SkAutoAlphaRestore()
56 fPaint->setAlpha(fAlpha); in ~SkAutoAlphaRestore()
/external/skia/legacy/src/views/
DSkWidget.cpp62 paint.setAlpha((U8)SkScalarMul(alpha, SK_Scalar1 - SkScalarAbs(scale)));
65 paint.setAlpha((U8)SkScalarMul(alpha, SkScalarAbs(scale)));
68 paint.setAlpha(alpha);
/external/webkit/Source/WebCore/html/canvas/
DWebGLContextAttributes.h48 void setAlpha(bool alpha);
DWebGLContextAttributes.cpp65 void WebGLContextAttributes::setAlpha(bool alpha) in setAlpha() function in WebCore::WebGLContextAttributes
/external/webkit/Source/WebCore/rendering/
DRenderEmbeddedObject.cpp171 …context->setAlpha(m_missingPluginIndicatorIsPressed ? replacementTextPressedRoundedRectOpacity : r… in paintReplaced()
178 …context->setAlpha(m_missingPluginIndicatorIsPressed ? replacementTextPressedTextOpacity : replacem… in paintReplaced()
/external/webkit/Source/WebCore/platform/graphics/skia/
DPlatformContextSkia.h118 void setAlpha(float);
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowPaint.java58 public void setAlpha(int alpha) { in setAlpha() method in ShadowPaint
/external/webkit/Source/WebCore/platform/graphics/chromium/
DGLES2Canvas.h66 void setAlpha(float alpha);
/external/webkit/Source/WebCore/bindings/js/
DJSHTMLCanvasElementCustom.cpp66 webGLAttrs->setAlpha(jsAttrs->get(exec, alpha).toBoolean(exec)); in getContext()

1234