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

1 23 4 5 6 7 8 9

  /external/chromium-trace/trace-viewer/src/tracing/tracks/
process_track_base.css 8 background-image: -webkit-gradient(linear,
  /external/chromium_org/chrome/browser/ui/omnibox/
location_bar_util.cc 53 skia::RefPtr<SkShader> gradient = skia::AdoptRef( local
57 paint.setShader(gradient.get());
  /external/skia/tools/lua/
gradients.lua 16 --io.write(g.type, " gradient with ", g.colorCount, " colors\n")
  /packages/apps/Gallery2/jni/
Android.mk 28 LOCAL_SRC_FILES := filters/gradient.c \
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
spectrum.css 78 background-image: -webkit-linear-gradient(left, white, rgba(204, 154, 129, 0));
82 background-image: -webkit-linear-gradient(bottom, black, rgba(204, 154, 129, 0));
86 background: -webkit-linear-gradient(bottom, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
  /external/chromium_org/chrome/browser/resources/file_manager/foreground/css/
drive_welcome.css 27 background-image: linear-gradient(to bottom, #f5f5f5, #f1f1f1);
43 background-image: linear-gradient(to bottom, #f8f8f8, #f1f1f1);
51 background-image: linear-gradient(to bottom, #f6f6f6, #f1f1f1);
58 linear-gradient(to bottom, rgb(77, 144, 254), rgb(71, 135, 237));
66 linear-gradient(to bottom, rgb(77, 144, 254), rgb(53, 122, 232));
  /external/chromium_org/chrome/browser/resources/uber/
uber_shared.css 29 background-image: -webkit-linear-gradient(white,
151 .page-banner-gradient {
152 background: -webkit-linear-gradient(rgb(255, 242, 183),
160 .page-banner .page-banner-gradient {
179 background: -webkit-linear-gradient(rgb(250, 230, 145),
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSGradientValue.cpp 36 #include "platform/graphics/Gradient.h"
63 RefPtr<Gradient> gradient; local
68 gradient = toCSSLinearGradientValue(this)->createGradient(conversionData, size);
70 gradient = toCSSRadialGradientValue(this)->createGradient(conversionData, size);
72 RefPtr<Image> newImage = GradientGeneratedImage::create(gradient, size);
137 void CSSGradientValue::addStops(Gradient* gradient, const CSSToLengthConversionData& conversionData, float maxLengthForRepeat)
151 gradient->addColorStop(offset, stop.m_resolvedColor);
155 gradient->setStopsSorted(true)
694 RefPtr<Gradient> gradient = Gradient::create(firstPoint, secondPoint); local
1101 RefPtr<Gradient> gradient = Gradient::create(firstPoint, firstRadius, secondPoint, secondRadius, aspectRatio); local
    [all...]
  /external/qemu/distrib/sdl-1.2.15/test/
graywin.c 62 Uint8 gradient; local
84 gradient=((i*(NUM_COLORS-1))/screen->h);
85 color = SDL_MapRGB(screen->format, gradient, gradient, gradient);
  /cts/suite/cts/deviceTests/browserbench/assets/octane/css/
bootstrap.css     [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/login/
oobe.css 58 background-image: -webkit-linear-gradient(rgb(93, 154, 255),
75 background-image: -webkit-linear-gradient(rgb(101, 158, 253),
83 background-image: -webkit-linear-gradient(rgb(96, 149, 237),
91 background-image: -webkit-linear-gradient(rgb(221, 75, 57),
106 background-image: -webkit-linear-gradient(rgb(231, 78, 59),
146 background: -webkit-linear-gradient(white, #F8F8F8);
network_dropdown.css 15 -webkit-gradient(linear, left top, left bottom,
47 -webkit-gradient(linear, left top, left bottom,
59 -webkit-gradient(linear, left top, left bottom,
screen_error_message.css 46 background-image: -webkit-linear-gradient(rgba(255,255,255,0.99),
63 background-image: -webkit-linear-gradient(rgba(249,249,249,0.97),
69 background-image: -webkit-linear-gradient(rgba(249,249,249,0.95),
  /external/chromium_org/chrome/browser/resources/chromeos/
neterror.css 108 background-image: -webkit-linear-gradient(#ededed, #ededed 38%, #dedede);
122 background-image: -webkit-linear-gradient(#f0f0f0, #f0f0f0 38%, #e0e0e0);
130 background-image: -webkit-linear-gradient(#e7e7e7, #e7e7e7 38%, #d7d7d7);
137 background-image: -webkit-linear-gradient(rgb(93, 154, 255),
148 background-image: -webkit-linear-gradient(rgb(101, 158, 253),
157 background-image: -webkit-linear-gradient(rgb(96, 149, 237),
  /external/chromium_org/chrome/renderer/resources/
neterror.css 130 /* iOS does not support linear-gradient without a prefix. */
131 background-image: -webkit-linear-gradient(#ededed, #ededed 38%, #dedede);
149 background-image: -webkit-linear-gradient(#f0f0f0, #f0f0f0 38%, #e0e0e0);
163 background-image: -webkit-linear-gradient(#e7e7e7, #e7e7e7 38%, #d7d7d7);
176 background-image: -webkit-linear-gradient(#5d9aff, #5d9aff 38%, #5891f0);
191 background-image: -webkit-linear-gradient(#659efd, #659efd 38%, #6097f1);
201 background-image: -webkit-linear-gradient(#6095ed, #6095ed 38%, #6095ed);
  /external/ceres-solver/internal/ceres/
line_search_minimizer.cc 78 state->gradient.data(),
81 state->gradient_squared_norm = state->gradient.squaredNorm();
82 state->gradient_max_norm = state->gradient.lpNorm<Eigen::Infinity>();
124 LOG(WARNING) << "Terminating: Cost and gradient evaluation failed.";
134 // The initial gradient max_norm is bounded from below so that we do
143 VLOG(1) << "Terminating: Gradient tolerance reached."
144 << "Relative gradient max norm: "
229 current_state.search_direction = -current_state.gradient;
252 // Restart line search direction with gradient descent on first iteration
267 current_state.search_direction = -current_state.gradient;
    [all...]
trust_region_minimizer_test.cc 89 double* gradient,
166 if (gradient != NULL) {
169 gradient[column_index++] = f1 + f4 * sqrt(10.0) * 2.0 * (x1 - x4);
173 gradient[column_index++] = f1 * 10.0 + f3 * 2.0 * (x2 - 2.0 * x3);
177 gradient[column_index++] =
182 gradient[column_index++] =
dogleg_strategy.h 72 Vector gradient() const { return gradient_; } function in class:ceres::internal::DoglegStrategy
125 // cauchy_step = alpha * gradient
dogleg_strategy_test.cc 98 // The gradient at the origin points towards the global minimum.
197 // by the gradient and the Gauss-Newton point.
217 // Check if the gradient projects onto itself.
218 const Vector gradient = strategy.gradient(); local
219 EXPECT_NEAR((gradient - basis*(basis.transpose()*gradient)).norm(),
230 // Test if the step is correct if the gradient and the Gauss-Newton step point
258 // Test if the step is correct if the gradient and the Gauss-Newton step point
  /external/chromium_org/chrome/browser/resources/safe_browsing/
malware_block_v2.css 97 background: -webkit-linear-gradient(rgb(112, 154, 241),
117 background: -webkit-linear-gradient(rgb(165, 188, 245),
124 background: -webkit-linear-gradient(rgb(112, 154, 241),
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
GradientsActivity.java 123 LinearGradient gradient = new LinearGradient(0, 0, 200, 0, 0xFF000000, 0, local
126 mPaint.setShader(gradient);
148 RadialGradient gradient = new RadialGradient(0.0f, 0.0f, 100.0f, 0xff000000, 0xffffffff, local
151 mPaint.setShader(gradient);
173 SweepGradient gradient = new SweepGradient(100.0f, 100.0f, 0xff000000, 0xffffffff); local
175 mPaint.setShader(gradient);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGPath.cpp 70 if (Gradient* gradient = context->strokeGradient())
71 context->setFillGradient(gradient);
  /external/chromium/chrome/browser/resources/ntp4/
new_tab.css 39 -webkit-mask-image: -webkit-linear-gradient(bottom, transparent, black 30px);
55 /* TODO(estade): remove this border hack and replace with a webkit-gradient
59 background: -webkit-gradient(linear, left top, right top,
  /external/chromium_org/chrome/browser/resources/
managed_mode_block_interstitial.css 60 background-image: linear-gradient(rgb(246, 246, 246) 5%,
75 background-image: linear-gradient(rgb(84, 153, 244) 5%,
  /external/chromium_org/chrome/browser/resources/ntp4/
new_tab_theme.css 47 /* Only change the background to a gradient when a promo is showing. */
52 -webkit-linear-gradient(top, rgba($23, 0) 0,
64 background: -webkit-linear-gradient(left,

Completed in 880 milliseconds

1 23 4 5 6 7 8 9