HomeSort by relevance Sort by last modified time
    Searched refs:gradient (Results 126 - 150 of 203) sorted by null

1 2 3 4 56 7 8 9

  /external/chromium_org/chrome/common/extensions/docs/examples/api/fontSettings/css/
uber_shared.css 29 background-image: -webkit-linear-gradient(white,
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
cssNamedFlows.css 35 background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgb(236, 236, 236)), to(rgb(217, 217, 217)));
inspector.css 69 background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(191, 191, 191)), to(rgb(151, 151, 151)));
115 background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(233, 233, 233)), to(rgb(207, 207, 207)));
150 background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(175, 175, 175)), to(rgb(151, 151, 151))) !important;
155 background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(221, 221, 221)), to(rgb(207, 207, 207))) !important;
160 background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(189, 189, 189)), to(rgb(167, 167, 167))) !important;
165 background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(228, 228, 228)), to(rgb(216, 216, 216))) !important;
170 background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(208, 208, 208)), to(rgb(200, 200, 200))) !important;
175 background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(238, 238, 238)), to(rgb(224, 224, 224))) !important;
222 background: -webkit-gradient(linear, left top, right top, from(rgb(192, 192, 192)), to(rgb(192, 192, 192)), color-stop(40%, rgb(214, 214, 214)));
229 background: -webkit-gradient(linear, left top, right top, from(rgb(230, 230, 230)), to(rgb(230, 230, 230)), color-stop(40%, rgb (…)
    [all...]
  /external/chromium_org/ui/webui/resources/css/
list.css 64 background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.8),
tabs.css 12 background: -webkit-linear-gradient(white, rgb(243, 243, 243));
  /external/pixman/pixman/
pixman-linear-gradient.c 77 * compute how much the input of the gradient walked changes
104 gradient_t *gradient = (gradient_t *)image; local
109 _pixman_gradient_walker_init (&walker, gradient, image->common.repeat);
pixman-radial-gradient.c 166 * In the radial gradient problem we are given two circles (c?,r?) and
167 * (c?,r?) that define the gradient itself.
169 * Mathematically the gradient can be defined as the family of circles
178 * the gradient is not repeated, namely t must belong to [0,1].
181 * circles with increasing t in [-inf, +inf] (or in [0,1] if the gradient
248 gradient_t *gradient = (gradient_t *)image; local
259 _pixman_gradient_walker_init (&walker, gradient, image->common.repeat);
  /external/eigen/doc/
eigendoxy.css 164 background-image: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#000),color-stop(0.3, #444));
165 background-image: -moz-linear-gradient(center top, #eee 0%, #444 40%, #000);
443 background-image: -moz-linear-gradient(center top, #FFFFFF 0%, #FFFFFF 60%, #F7F8FB 95%, #EEF1F7);
448 background-image: -webkit-gradient(linear,center top,center bottom,from(#FFFFFF), color-stop(0.6,#FFFFFF), color-stop(0.60,#FFFFFF), color-stop(0.95,#F7F8FB), to(#EEF1F7));
741 background-image: -webkit-gradient(linear,center top,center bottom,from(#FFFFFF), color-stop(0.3,#FFFFFF), color-stop(0.30,#FFFFFF), color-stop(0.98,#F4F4E5), to(#ECECDE));
742 background-image: -moz-linear-gradient(center top, #FFFFFF 0%, #FFFFFF 30%, #F4F4E5 98%, #ECECDE);
743 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#F4F4E5');
  /external/ceres-solver/include/ceres/
problem.h 353 // blocks occur in the gradient vector and in the columns of the
413 // the gradient vector (and the number of columns in the jacobian)
416 // "LocalSize" entries to the gradient vector (and the number of
421 vector<double>* gradient,
  /external/chromium/chrome/browser/resources/ntp/
most_visited.css 103 background-image: -webkit-linear-gradient(hsl(213, 87%, 67%),
200 background-image: -webkit-linear-gradient(hsla(0, 0%, 0%, 0),
  /external/chromium_org/chrome/browser/resources/ntp_android/
bookmarks.css 32 background: -webkit-gradient(
47 background: -webkit-gradient(
opentabs.css 68 -webkit-mask-image: -webkit-gradient(
82 -webkit-mask-image: -webkit-gradient(
mostvisited_tablet.css 76 background: -webkit-gradient(
  /external/chromium_org/third_party/skia/src/svg/
SkSVGPaintState.cpp 127 SkSVGElement* gradient = found->getGradient();
128 if (gradient) {
129 gradient->write(parser, current.f_fill);
130 gradient->write(parser, current.f_stroke);
  /external/skia/src/svg/
SkSVGPaintState.cpp 127 SkSVGElement* gradient = found->getGradient();
128 if (gradient) {
129 gradient->write(parser, current.f_fill);
130 gradient->write(parser, current.f_stroke);
  /frameworks/base/libs/hwui/
GradientCache.h 107 * A simple LRU gradient cache. The cache has a maximum size expressed in bytes.
148 * Adds a new linear gradient to the cache. The generated texture is
151 Texture* addLinearGradient(GradientCacheEntry& gradient,
  /cts/tests/tests/animation/src/android/animation/cts/
AnimationActivity.java 252 RadialGradient gradient = new RadialGradient(37.5f, 12.5f, local
254 paint.setShader(gradient);
  /external/chromium/chrome/browser/resources/touch_ntp/
newtab.css 15 /* This newer linear-gradient form works on Chrome but not mobile Safari */
16 /*background: -webkit-linear-gradient(top,#252c39,#3e485b,#252c39); */
17 background: -webkit-gradient(linear, left top, left bottom, from(#252c39),
  /external/chromium_org/chrome/browser/resources/apps_debugger/css/
items.css 510 background-image: -webkit-linear-gradient(top, #f5f5f5, #f1f1f1);
523 background-image: -webkit-linear-gradient(top, #f8f8f8, #f1f1f1);
529 background-image: -webkit-linear-gradient(top, #f6f6f6, #f1f1f1);
540 background-image: -webkit-linear-gradient(top, #f5f5f5, #f1f1f1);
  /external/chromium_org/chrome/browser/resources/file_manager/foreground/css/
action_choice.css 98 -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0,
  /external/chromium_org/chrome/browser/resources/history/
history.css 83 -webkit-linear-gradient(rgb(241, 241, 241),
93 /* Change the gradient manually in order to make it look like the other
96 -webkit-linear-gradient(rgb(231, 231, 231),
164 background-image: -webkit-linear-gradient(rgb(237, 237, 237),
204 background-image: -webkit-linear-gradient(rgb(185, 185, 185),
  /external/chromium_org/chrome/browser/resources/ntp4/
apps_page.css 154 background-image: -webkit-linear-gradient(
  /external/chromium_org/chrome/browser/resources/options/chromeos/
bluetooth.css 109 background-image: -webkit-gradient(linear,
  /external/chromium_org/chrome/common/extensions/docs/examples/howto/userscript-runat/
runat.user.js 54 'background-image: -webkit-repeating-linear-gradient(' +
  /cts/apps/CtsVerifier/lib/colorchecker/
colorcheckertest.cpp 132 // Computes the gradient image on the luminance layer.
139 // Computes the absolute gradient of the image without padding.
148 // Computes the gradient direction of the image.
150 // If the vertical gradient is 0, the edge is horizontal
151 // Mark the gradient direction as 90 degrees.
156 // the gradient direction of the edge.
157 float gradient = atan(gradientMap[(i * width + j) * 2 + 1] local
161 gradientDirection[i * width + j] = gradient * 45.0f;
163 // Maps the gradient direction to 4 major directions with
165 if (gradient - floor(gradient) > 0.5)
    [all...]

Completed in 2473 milliseconds

1 2 3 4 56 7 8 9