Searched refs:gradient (Results 1 – 5 of 5) sorted by relevance
/cts/suite/cts/deviceTests/browserbench/assets/octane/css/ |
D | bootstrap.css | 2143 background-image: -moz-linear-gradient(top, #1a1515, #000000); 2144 background-image: -ms-linear-gradient(top, #1a1515, #000000); 2145 background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1a1515), to(#000000)); 2146 background-image: -webkit-linear-gradient(top, #1a1515, #000000); 2147 background-image: -o-linear-gradient(top, #1a1515, #000000); 2148 background-image: linear-gradient(top, #1a1515, #000000); 2150 …filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1a1515', endColorstr='#000000',… 2156 filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); 2276 background-image: -moz-linear-gradient(top, #E26128, #e29028); 2277 background-image: -ms-linear-gradient(top, #E26128, #e29028); [all …]
|
D | docs.css | 50 background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0)); 51 background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0)); 52 background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0)); 53 background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0)); 123 background-repeat: repeat-x; /* Repeat the gradient */ 124 background-image: -moz-linear-gradient(top, #f5f5f5 0%, #eeeeee 100%); /* FF3.6+ */ 125 …background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-st… 126 …background-image: -webkit-linear-gradient(top, #f5f5f5 0%,#eeeeee 100%); /* Chrome 10+,Safari 5.1+… 127 background-image: -ms-linear-gradient(top, #f5f5f5 0%,#eeeeee 100%); /* IE10+ */ 128 background-image: -o-linear-gradient(top, #f5f5f5 0%,#eeeeee 100%); /* Opera 11.10+ */ [all …]
|
/cts/tests/tests/animation/src/android/animation/cts/ |
D | AnimationActivity.java | 257 RadialGradient gradient = new RadialGradient(37.5f, 12.5f, in addBall() local 259 paint.setShader(gradient); in addBall()
|
/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/ |
D | SweepTests.java | 275 LinearGradient gradient = new LinearGradient(15, 45, 75, 45, mColors, null, 279 p.setShader(gradient);
|
/cts/apps/CameraITS/pymodules/its/ |
D | image.py | 684 [gy, gx] = numpy.gradient(luma)
|