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

1 2 3 4 5 67 8 9

  /external/ceres-solver/internal/ceres/
problem_test.cc 876 vector<double> gradient; local
883 expected_gradient != NULL ? &gradient : NULL,
891 EXPECT_EQ(gradient.size(), expected_num_cols);
912 gradient.size() > 0 ? &gradient[0] : NULL,
    [all...]
polynomial.cc 289 rhs(row) = sample.gradient;
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
resourcesPanel.css 50 background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(162, 177, 207)), to(rgb(120, 138, 177)));
56 background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(92, 147, 213)), to(rgb(21, 83, 170)));
61 background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(180, 180, 180)), to(rgb(138, 138, 138)));
auditsPanel.css 88 background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(194, 194, 194)), to(rgb(239, 239, 239)));
heapProfiler.css 229 background-image: url(Images/statusbarResizerVertical.png), -webkit-linear-gradient(rgb(253,253,253), rgb(230,230,230) 75%, rgb(230,230,230));
TimelinePresentationModel.js     [all...]
  /external/pixman/pixman/
pixman-private.h 41 typedef struct gradient gradient_t;
132 struct gradient struct
202 gradient_t gradient; member in union:pixman_image
294 _pixman_init_gradient (gradient_t * gradient,
318 * Gradient walker
338 gradient_t * gradient,
    [all...]
  /external/chromium/chrome/browser/resources/options/chromeos/
internet_options_page.css 57 background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.8),
  /external/chromium-trace/trace-viewer/src/tracing/
timeline_view.css 30 background-image: -webkit-gradient(linear,
  /external/chromium_org/chrome/browser/resources/chromeos/
image_burner.css 115 background-image: -webkit-linear-gradient(rgb(255, 255, 255),
  /external/chromium_org/chrome/browser/resources/chromeos/login/
screen_container.css 46 background: -webkit-linear-gradient(rgba(255,255,255,0.99),
  /external/chromium_org/third_party/opus/src/doc/
customdoxygen.css 169 background-image: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#000),color-stop(0.3, #444));
170 background-image: -moz-linear-gradient(center top, #eee 0%, #444 40%, #000);
466 background-image: -moz-linear-gradient(center top, #FFFFFF 0%, #FFFFFF 60%, #F9F9F9 95%, #F2F2F2);
471 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,#F9F9F9), to(#F2F2F2));
  /external/chromium_org/ui/webui/resources/css/
tree.css 76 background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.8),
  /frameworks/base/docs/html/reference/renderscript/
doxygen.css 168 background-image: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#000),color-stop(0.3, #444));
169 background-image: -moz-linear-gradient(center top, #eee 0%, #444 40%, #000);
456 background-image: -moz-linear-gradient(center top, #FFFFFF 0%, #FFFFFF 60%, #F7F8FB 95%, #EEF1F7);
461 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));
  /external/chromium/chrome/browser/resources/file_manager/css/
file_manager.css 26 background-image: -webkit-linear-gradient(top, #fff,#f6f6f6);
202 background-image: -webkit-linear-gradient(top, #f9f9f9, #e8e8e8);
  /external/chromium_org/chrome/browser/resources/local_ntp/
local_ntp.css 172 background: -webkit-linear-gradient(#f2f2f2, #e8e8e8);
225 background: -webkit-linear-gradient(rgba(255, 255, 255, 0),
  /external/chromium_org/chrome/browser/resources/
sync_setup_overlay.css 302 background-image: -webkit-linear-gradient(top, rgb(77, 144, 254),
321 background-image: -webkit-linear-gradient(top, rgb(77, 144, 254),
  /external/chromium_org/chrome/common/extensions/docs/examples/apps/calculator/app/
style.css 301 #calculator-fade-gradient {
302 background: -webkit-linear-gradient(rgba(255, 255, 255, 1),
  /frameworks/base/graphics/java/android/graphics/drawable/
GradientDrawable.java 44 * A Drawable with a color gradient for buttons, backgrounds, etc.
100 * Gradient is linear (default.)
105 * Gradient is circular.
110 * Gradient is a sweep.
133 * Controls how the gradient is oriented relative to the drawable's bounds
136 /** draw the gradient from the top to the bottom */
138 /** draw the gradient from the top-right to the bottom-left */
140 /** draw the gradient from the right to the left */
142 /** draw the gradient from the bottom-right to the top-left */
144 /** draw the gradient from the bottom to the top *
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsContext.cpp 34 #include "platform/graphics/Gradient.h"
262 void GraphicsContext::setStrokeGradient(PassRefPtr<Gradient> gradient)
267 ASSERT(gradient);
268 if (!gradient) {
272 m_state->m_strokeData.setGradient(gradient);
297 void GraphicsContext::setFillGradient(PassRefPtr<Gradient> gradient)
302 ASSERT(gradient);
303 if (!gradient) {
    [all...]
  /build/tools/droiddoc/templates-ds/assets/
android-developer-docs.css 1105 background-image: -webkit-gradient(linear,left top,left bottom,from(#5dbcd9),to(#4cadcb));
1106 background-image: -webkit-linear-gradient(top,#5dbcd9,#4cadcb);
1107 background-image: -moz-linear-gradient(top,#5dbcd9,#4cadcb);
1108 background-image: -ms-linear-gradient(top,#5dbcd9,#4cadcb);
1109 background-image: -o-linear-gradient(top,#5dbcd9,#4cadcb);
1110 background-image: linear-gradient(top,#5dbcd9,#4cadcb);
1111 filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#5dbcd9',EndColorStr='#4cadcb');
  /build/tools/droiddoc/templates-pdk/assets/
android-developer-docs.css 1105 background-image: -webkit-gradient(linear,left top,left bottom,from(#5dbcd9),to(#4cadcb));
1106 background-image: -webkit-linear-gradient(top,#5dbcd9,#4cadcb);
1107 background-image: -moz-linear-gradient(top,#5dbcd9,#4cadcb);
1108 background-image: -ms-linear-gradient(top,#5dbcd9,#4cadcb);
1109 background-image: -o-linear-gradient(top,#5dbcd9,#4cadcb);
1110 background-image: linear-gradient(top,#5dbcd9,#4cadcb);
1111 filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#5dbcd9',EndColorStr='#4cadcb');
  /build/tools/droiddoc/templates-sac/assets/
android-developer-docs.css     [all...]
  /build/tools/droiddoc/templates-sdk/assets/
android-developer-docs.css     [all...]
  /build/tools/droiddoc/templates-pdk/assets/design/
default.css 17 background-image: -webkit-gradient(linear, 100% 0%, 100% 100%, from(#dddddd), color-stop(25%, #f2f2f2), color-stop(75%, #f2f2f2), to(#dddddd));
18 background-image: -moz-linear-gradient(top, #dddddd, #f2f2f2, #f2f2f2, #dddddd);

Completed in 969 milliseconds

1 2 3 4 5 67 8 9