/external/webkit/WebCore/svg/ |
SVGRadialGradientElement.cpp | 67 document()->accessSVGExtensions()->reportError("A negative value for radial gradient radius <r> is not allowed"); 203 const SVGRadialGradientElement* radial = static_cast<const SVGRadialGradientElement*>(current); local 206 attributes.setCx(radial->cx()); 209 attributes.setCy(radial->cy()); 212 attributes.setR(radial->r()); 215 attributes.setFx(radial->fx()); 218 attributes.setFy(radial->fy());
|
/frameworks/base/graphics/java/android/graphics/ |
RadialGradient.java | 21 /** Create a shader that draws a radial gradient given the center and radius. 45 /** Create a shader that draws a radial gradient given the center and radius.
|
/external/webkit/WebCore/svg/graphics/ |
SVGPaintServerRadialGradient.cpp | 77 ts << "[type=RADIAL-GRADIENT] ";
|
SVGResource.h | 64 // - Linear/Radial gradient resource
|
/external/skia/include/effects/ |
SkGradientShader.h | 27 render linear and radial gradients. 53 /** Returns a shader that generates a radial gradient given the center and radius. 75 /** Returns a shader that generates a radial gradient given the start position, start radius, end position and end radius.
|
/external/webkit/WebCore/css/ |
CSSGradientValue.h | 101 // Radii (for radial gradients only)
|
CSSGradientValue.cpp | 48 result += "radial, ";
|
CSSParser.cpp | [all...] |
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/ |
RadialGradient.java | 24 * Create a shader that draws a radial gradient given the center and radius. 48 * Create a shader that draws a radial gradient given the center and radius.
|
/external/neven/Embedded/common/src/b_TensorEm/ |
RBFMap2D.h | 44 * radial basis function transformation (RBF). 51 * 'Image Warping Using few Anchor Points and Radial Functions', 60 /** type of radial basis function (enum bts_RBFType).
|
/external/webkit/WebCore/platform/graphics/skia/ |
GradientSkia.cpp | 155 // Since the two-point radial gradient is slower than the plain radial,
|
/external/libpng/contrib/gregbook/ |
rpng2-win.c | 11 Meulen for the "diamond" and "radial waves" patterns, respectively. 194 command-line options to a minimum. The radial-waves background 204 | | 2 = radial waves 226 {2, 16, 100, 20, 0}, /* radial: ~hard radial color-beams */ 227 {2, 18, 100, 10, 2}, /* radial: soft, curved radial color-beams */ 228 {2, 16, 256, 100, 250}, /* radial: very tight spiral */ 229 {2, 10000, 256, 11, 0} /* radial: dipole-moire' (almost fractal) */ [all...] |
rpng2-x.c | 13 and "radial waves" patterns, respectively. 230 command-line options to a minimum. The radial-waves background 240 | | 2 = radial waves 263 {2, 16, 100, 20, 0}, /* radial: ~hard radial color-beams */ 264 {2, 18, 100, 10, 2}, /* radial: soft, curved radial color-beams */ 265 {2, 16, 256, 100, 250}, /* radial: very tight spiral */ 266 {2, 10000, 256, 11, 0} /* radial: dipole-moire' (almost fractal) */ [all...] |
/frameworks/base/docs/html/guide/topics/resources/ |
drawable-resource.jd | 469 android:type=["linear" | "radial" | "sweep"] 564 android:type="radial"}.</dd> 574 <tr><td>{@code "radial"}</td> 575 <td>A radial gradient. The start color is the center color.</td></tr>
|
/frameworks/base/graphics/java/android/graphics/drawable/ |
GradientDrawable.java | 720 + "attribute with radial type"); [all...] |
/external/skia/src/effects/ |
SkGradientShader.cpp | [all...] |
/external/webkit/WebCore/ |
ChangeLog-2009-06-16 | [all...] |
ChangeLog-2006-12-31 | [all...] |
/frameworks/base/core/res/res/values/ |
attrs.xml | [all...] |
/frameworks/base/tests/DumpRenderTree/assets/results/ |
layout_tests_passed.txt | [all...] |