/frameworks/rs/java/tests/VrDemo/ |
_index.html | 30 <dt>XXXXX.opacity</dt> 31 <dd>the opacity table asociate with the XXXXX look</dd> 36 <h3>Opacity table</h3> 37 opacity tabls consisit of nested arrays of shorts. 38 The first being intensity the second being opacity on a 0-255 scale. 70 black.opacity = { {255, 0},{259, 255}}; 72 clay.opacity = { {27, 0}, {92, 0}, {629, 0}, {1203, 255}, {2343, 255}} 74 clean.opacity = {{27, 0}, {92, 0}, {1433, 0}, {1691, 255}, {1734, 255}}
|
/external/chromium-trace/catapult/third_party/polymer/components/core-transition/ |
core-transition-overlay.css | 11 opacity: 0; 12 -webkit-transition: -webkit-transform 0.2s ease-in-out, opacity 0.2s ease-in; 13 transition: transform 0.2s ease-in-out, opacity 0.2s ease-in; 18 opacity: 1;
|
/external/nanopb-c/docs/ |
generator_flow.svg | 26 style="stop-color:#729fcf;stop-opacity:1;" 30 style="stop-color:#729fcf;stop-opacity:0;" 38 style="stop-color:#fcaf3e;stop-opacity:1;" 42 style="stop-color:#fcaf3e;stop-opacity:0;" 50 style="stop-color:#fce94f;stop-opacity:1;" 54 style="stop-color:#fce94f;stop-opacity:0;" 72 style="stop-color:#fafafa;stop-opacity:1.0000000;" 76 style="stop-color:#bbbbbb;stop-opacity:1.0000000;" 83 style="stop-color:#a3a3a3;stop-opacity:1.0000000;" 87 style="stop-color:#4c4c4c;stop-opacity:1.0000000; [all...] |
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/icons/ |
invitation.svg | 39 style="stop-color:#ffffff;stop-opacity:1.0000000;" /> 43 style="stop-color:#ffffff;stop-opacity:1.0000000;" /> 48 style="stop-color:#ffffff;stop-opacity:1.0000000;" 52 style="stop-color:#c8c8c8;stop-opacity:1.0000000;" 61 style="stop-color:#e6e6e6;stop-opacity:1.0000000;" /> 65 style="stop-color:#11661d;stop-opacity:0.0000000;" /> 70 style="stop-color:#ffffff;stop-opacity:1.0000000;" 74 style="stop-color:#a3a5ee;stop-opacity:0.0000000;" 83 style="stop-color:#d3cece;stop-opacity:1.0000000;" /> 87 style="stop-color:#474240;stop-opacity:1.0000000;" / [all...] |
ap.svg | 529 style="fill:#606060;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" 534 style="fill:#dddddd;fill-opacity:1;fill-rule:evenodd;stroke:#b2b2b2;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" 539 style="fill:#ececec;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;filter:url(#filter3336)" 543 style="fill:#ededed;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" 547 style="fill:#020202;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1 [all...] |
/frameworks/base/graphics/java/android/graphics/drawable/ |
RippleForeground.java | 185 final ObjectAnimator opacity = ObjectAnimator.ofFloat(this, OPACITY, 1); local 186 opacity.setAutoCancel(true); 187 opacity.setDuration(OPACITY_ENTER_DURATION_FAST); 188 opacity.setInterpolator(LINEAR_INTERPOLATOR); 191 set.play(tweenOrigin).with(tweenRadius).with(opacity); 254 final ObjectAnimator opacity = ObjectAnimator.ofFloat(this, OPACITY, 0); local 255 opacity.setAutoCancel(true); 256 opacity.setDuration(opacityDuration) 306 final RenderNodeAnimator opacity = new RenderNodeAnimator(mPropPaint, local [all...] |
/external/chromium-trace/catapult/third_party/polymer/components/paper-dropdown/ |
paper-dropdown-transition.html | 81 'opacity': 0.9, 84 'opacity': 0.9, 94 'opacity': 0.9, 97 'opacity': 1, 100 'opacity': 1, 117 'opacity': 0 119 'opacity': 1 128 'opacity': 1 130 'opacity': 1 139 'opacity': [all...] |
/external/skia/src/utils/ |
SkLayer.cpp | 172 void SkLayer::onDraw(SkCanvas*, SkScalar opacity) { 178 void SkLayer::draw(SkCanvas* canvas, SkScalar opacity) { 183 SkDebugf("--- drawlayer %p opacity %g size [%g %g] pos [%g %g] matrix %s children %s\n", 184 this, opacity * this->getOpacity(), m_size.width(), m_size.height(), 188 opacity = SkScalarMul(opacity, this->getOpacity()); 189 if (opacity <= 0) { 190 // SkDebugf("---- abort drawing %p opacity %g\n", this, opacity); 207 this->onDraw(canvas, opacity); [all...] |
/external/chromium-trace/catapult/third_party/polymer/components/core-animation/ |
demo.html | 75 opacity 78 <core-animation-prop name="opacity" value="1"> 82 <core-animation-prop name="opacity" value="0.3"> 86 <core-animation-prop name="opacity" value="1"> 93 group: opacity + scale 97 <core-animation-prop name="opacity" value="1"> 101 <core-animation-prop name="opacity" value="0.3"> 105 <core-animation-prop name="opacity" value="1"> 130 <core-animation-prop name="opacity" value="1"> 134 <core-animation-prop name="opacity" value="0.3" [all...] |
/external/replicaisland/src/com/replica/replicaisland/ |
DrawableBitmap.java | 60 public void setOpacity(float opacity) { 61 mOpacity = opacity; 110 final float opacity = mOpacity; local 122 || opacity == 0.0f 134 if (opacity < 1.0f) { 135 gl.glColor4f(opacity, opacity, opacity, opacity); 141 if (opacity < 1.0f) [all...] |
FadeDrawableComponent.java | 86 float opacity = mInitialOpacity; local 99 opacity = mTargetOpacity; 102 opacity = Lerp.lerp(mInitialOpacity, mTargetOpacity, mDuration, elapsed); 104 opacity = Lerp.ease(mInitialOpacity, mTargetOpacity, mDuration, elapsed); 119 bitmap.setOpacity(opacity); 127 ((DrawableBitmap)drawable).setOpacity(opacity);
|
/external/libgdx/extensions/gdx-tools/src/com/badlogic/gdx/tools/hiero/unicodefont/effects/ |
ShadowEffect.java | 42 private float opacity = 0.6f;
field in class:ShadowEffect 50 public ShadowEffect (Color color, int xDistance, int yDistance, float opacity) {
54 this.opacity = opacity;
60 g.setColor(new Color(color.getRed(), color.getGreen(), color.getBlue(), Math.round(opacity * 255)));
141 return opacity;
144 public void setOpacity (float opacity) {
145 this.opacity = opacity;
155 values.add(EffectUtil.floatValue("Opacity", opacity, 0, 1, "This setting sets the translucency of the shadow.")); [all...] |
/external/chromium-trace/catapult/third_party/polymer/components/paper-dialog/ |
paper-dialog-transition.css | 10 opacity: 0; 11 transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1); 12 -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1); 16 opacity: 1;
|
/external/skia/include/views/ |
SkParsePaint.h | 17 "opacity" scalar [0..1]
|
/external/skia/experimental/docs/ |
svgbaseddoc.htm | 32 opacity: 0.75; 37 opacity: 1; 49 <stop offset="0%" style="stop-color:rgb(0,0,255); stop-opacity:0.3" /> 50 <stop offset="100%" style="stop-color:rgb(0,0,255); stop-opacity:0" /> 53 <stop offset="0%" style="stop-color:rgb(0,255,0); stop-opacity:0.3" /> 54 <stop offset="100%" style="stop-color:rgb(0,255,0); stop-opacity:0" /> 57 <stop offset="0%" style="stop-color:rgb(255,0,0); stop-opacity:0.3" /> 58 <stop offset="100%" style="stop-color:rgb(255,0,0); stop-opacity:0" /> 61 <stop offset="0%" style="stop-color:rgb(192,63,192); stop-opacity:0.3" /> 62 <stop offset="100%" style="stop-color:rgb(192,63,192); stop-opacity:0" / [all...] |
/external/kernel-headers/original/uapi/linux/dvb/ |
osd.h | 49 OSD_SetColor, // (color,R{x0},G{y0},B{x1},opacity{y1}) 53 // opacity=0: pixel opacity 0% (only video pixel shows) 54 // opacity=1..254: pixel opacity as specified in header 55 // opacity=255: pixel opacity 100% (only OSD pixel shows) 61 // R,G,B, and a opacity value: 0->transparent, 1..254->mix, 255->pixel
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/dvb/ |
osd.h | 49 OSD_SetColor, // (color,R{x0},G{y0},B{x1},opacity{y1}) 53 // opacity=0: pixel opacity 0% (only video pixel shows) 54 // opacity=1..254: pixel opacity as specified in header 55 // opacity=255: pixel opacity 100% (only OSD pixel shows) 61 // R,G,B, and a opacity value: 0->transparent, 1..254->mix, 255->pixel
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/dvb/ |
osd.h | 49 OSD_SetColor, // (color,R{x0},G{y0},B{x1},opacity{y1}) 53 // opacity=0: pixel opacity 0% (only video pixel shows) 54 // opacity=1..254: pixel opacity as specified in header 55 // opacity=255: pixel opacity 100% (only OSD pixel shows) 61 // R,G,B, and a opacity value: 0->transparent, 1..254->mix, 255->pixel
|
/external/nanopb-c/docs/logo/ |
logo.svg | 60 style="stop-color:#000000;stop-opacity:1;" /> 64 style="stop-color:#000000;stop-opacity:0;" /> 70 style="stop-color:#747474;stop-opacity:0.40000001" 74 style="stop-color:#747474;stop-opacity:0;" 82 style="stop-color:#000000;stop-opacity:1;" 86 style="stop-color:#000000;stop-opacity:0;" 93 style="stop-color:#2c2c2c;stop-opacity:1;" 99 style="stop-color:#000000;stop-opacity:1;" /> 105 style="stop-color:#0c0c0c;stop-opacity:1" 109 style="stop-color:#212121;stop-opacity:0; [all...] |
/external/libmicrohttpd/contrib/ |
mhd.svg | 57 style="fill:black;stroke:none;stroke-opacity:1;stroke-width:1px;stroke-linejoin:miter;stroke-linecap:butt;fill-opacity:1;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:14px;line-height:125%;letter-spacing:0px;word-spacing:0px"><flowRegion 68 style="fill:black;stroke:none;stroke-opacity:1;stroke-width:1px;stroke-linejoin:miter;stroke-linecap:butt;fill-opacity:1;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:40px;line-height:125%;letter-spacing:0px;word-spacing:0px"><flowRegion 82 style="font-size:40px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans" 94 style="font-size:40px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans" 106 style="stroke:#000000;fill:none;stroke-opacity:1"
|
/packages/apps/Dialer/InCallUI/res/values/ |
colors.xml | 27 <!-- 100% opacity, white --> 57 <!-- 70% opacity, white. --> 59 <!-- 20% opacity, white. --> 69 <!-- 70% opacity, black. --> 71 <!-- 15% opacity, white. --> 81 <!-- 70% opacity, white. --> 84 <!-- 20% opacity, theme color. -->
|
/external/chromium-trace/catapult/tracing/tracing/ui/extras/chrome/cc/images/ |
input-event.svg | 65 style="opacity:0.5" 72 style="opacity:0.50934604000000006;color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:5;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter3791);enable-background:accumulate" 87 style="color:#000000;fill:#d4d4d4;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:8;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" 93 style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans" /> 98 style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans" /> 108 style="color:#000000;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
|
/external/skia/include/utils/ |
SkLayer.h | 44 void setOpacity(SkScalar opacity) { m_opacity = opacity; } 103 void draw(SkCanvas*, SkScalar opacity); 109 virtual void onDraw(SkCanvas*, SkScalar opacity);
|
/frameworks/rs/java/tests/VrDemo/src/com/example/android/rs/vr/engine/ |
Volume.java | 58 public void addLook(String name, int[][] color, int[][] opacity) {
59 mLooks.put(name, new Look(name, color, opacity));
91 public Look(String name, int[][] color, int[][] opacity) {
93 mOpacity = opacity;
|
/external/chromium-trace/catapult/dashboard/dashboard/elements/ |
alert-icon.html | 47 // Triaged as invalid, ignored, or recovered; lower opacity. 48 this.$.icon.style.opacity = 0.25;
|