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

1 23 4

  /external/webkit/Source/WebCore/css/
fullscreenQuickTime.css 39 background-image: -webkit-gradient(
html.css 644 background: -webkit-gradient(linear, left top, left bottom, from(#f8ecec), to(#e8cccc));
688 background: -webkit-gradient(linear, left top, left bottom, from(#ddd), to(#ddd), color-stop(0.20, #eee), color-stop(0.45, #ccc), color-stop(0.55, #ccc));
694 background: -webkit-gradient(linear, left top, left bottom, from(#ad7), to(#ad7), color-stop(0.20, #cea), color-stop(0.45, #7a3), color-stop(0.55, #7a3));
700 background: -webkit-gradient(linear, left top, left bottom, from(#fe7), to(#fe7), color-stop(0.20, #ffc), color-stop(0.45, #db3), color-stop(0.55, #db3));
706 background: -webkit-gradient(linear, left top, left bottom, from(#f77), to(#f77), color-stop(0.20, #fcc), color-stop(0.45, #d44), color-stop(0.55, #d44));
CSSParser.cpp     [all...]
  /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...]
  /external/webkit/Source/WebCore/platform/graphics/wince/
GraphicsContextWinCE.cpp 29 #include "Gradient.h"
41 typedef void (*FuncGradientFillRectLinear)(HDC hdc, const IntRect& r, const IntPoint& p0, const IntPoint& p1, const Vector<Gradient::ColorStop>& stops);
42 typedef void (*FuncGradientFillRectRadial)(HDC hdc, const IntRect& r, const IntPoint& p0, const IntPoint& p1, float r0, float r1, const Vector<Gradient::ColorStop>& stops);
    [all...]
  /external/webkit/Source/WebCore/html/canvas/
CanvasRenderingContext2D.cpp 1007 // If x0 = x1 and y0 = y1, then the linear gradient must paint nothing
1008 // If x0 = x1 and y0 = y1 and r0 = r1, then the radial gradient must paint nothing
1009 Gradient* gradient = c->fillGradient();
1010 if (gradient && gradient->isZeroSize())
1486 RefPtr<CanvasGradient> gradient = CanvasGradient::create(FloatPoint(x0, y0), FloatPoint(x1, y1)); local
1503 RefPtr<CanvasGradient> gradient = CanvasGradient::create(FloatPoint(x0, y0), r0, FloatPoint(x1, y1), r1); local
    [all...]
CanvasRenderingContext2D.h 294 void prepareGradientForDashboard(CanvasGradient* gradient) const;
  /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/src/shared/css/
tree.css 75 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/webkit/Source/WebCore/platform/graphics/skia/
GraphicsContextSkia.cpp 38 #include "Gradient.h"
1007 void GraphicsContext::setPlatformFillGradient(Gradient* gradient)
1012 platformContext()->setFillShader(gradient->platformGradient());
    [all...]
  /external/webkit/Source/WebCore/rendering/svg/
SVGRenderTreeAsText.cpp 276 // FIXME: Maybe this should be in Gradient.cpp
310 ts << "[type=LINEAR-GRADIENT]";
312 ts << "[type=RADIAL-GRADIENT]";
607 RenderSVGResourceLinearGradient* gradient = static_cast<RenderSVGResourceLinearGradient*>(resource); local
611 SVGLinearGradientElement* linearGradientElement = static_cast<SVGLinearGradientElement*>(gradient->node());
623 RenderSVGResourceRadialGradient* gradient = static_cast<RenderSVGResourceRadialGradient*>(resource); local
627 SVGRadialGradientElement* radialGradientElement = static_cast<SVGRadialGradientElement*>(gradient->node());
  /frameworks/base/graphics/java/android/graphics/drawable/
GradientDrawable.java 43 * A Drawable with a color gradient for buttons, backgrounds, etc.
99 * Gradient is linear (default.)
104 * Gradient is circular.
109 * Gradient is a sweep.
132 * Controls how the gradient is oriented relative to the drawable's bounds
135 /** draw the gradient from the top to the bottom */
137 /** draw the gradient from the top-right to the bottom-left */
139 /** draw the gradient from the right to the left */
141 /** draw the gradient from the bottom-right to the top-left */
143 /** draw the gradient from the bottom to the top *
    [all...]
  /build/tools/droiddoc/templates-sdk/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');
  /external/webkit/Source/WebCore/inspector/front-end/
heapProfiler.css 106 background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /build/tools/droiddoc/templates-sdk/assets/design/
default.scss 79 background-image: -webkit-gradient(linear, 100% 0%, 100% 100%, from(#ddd), color-stop(25%, #f2f2f2), color-stop(75%, #f2f2f2), to(#ddd));
80 background-image: -moz-linear-gradient(top, #ddd, #f2f2f2, #f2f2f2, #ddd);
  /external/chromium/chrome/browser/resources/
new_new_tab.js 593 var gradient = '-webkit-linear-gradient(' + gradientArguments.join(',') + ')';
594 maxiview.style.WebkitMaskImage = gradient;
598 // TODO(arv): The CSS3 gradient syntax allows px units so we should simplify
    [all...]
  /external/chromium/chrome/browser/resources/ntp/
apps.js 488 var bottomFudge = 15; // Fudge factor due to a gradient mask.
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.forms_3.5.2.r36_v20100702.jar 
org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar 
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/14/
android.jar 

Completed in 668 milliseconds

1 23 4