/external/libxml2/result/SVG/ |
ellipse.xml | 4 <desc>This is an ellipse, axis aligned and centered on the origin
7 <ellipse major="85" minor="45"/>
|
patternfill.xml | 10 <ellipse style="fill: url(#fourstar)" major="40" minor="27"/>
|
structure01.xml | 5 <svg:ellipse major="200" minor="130"/>
|
/external/libxml2/test/SVG/ |
ellipse.xml | 5 <desc>This is an ellipse, axis aligned and centered on the origin
8 <ellipse major="85" minor="45"/>
|
patternfill.xml | 11 <ellipse style="fill: url(#fourstar)" major="40" minor="27" />
|
structure01.xml | 6 <svg:ellipse major="200" minor="130" />
|
/external/skia/experimental/svg/model/ |
SkSVGAttribute.h | 19 kCx, // <circle>, <ellipse>, <radialGradient>: center x position 20 kCy, // <circle>, <ellipse>, <radialGradient>: center y position 35 kRx, // <ellipse>,<rect>: horizontal (corner) radius 36 kRy, // <ellipse>,<rect>: vertical (corner) radius
|
/external/skqp/experimental/svg/model/ |
SkSVGAttribute.h | 19 kCx, // <circle>, <ellipse>, <radialGradient>: center x position 20 kCy, // <circle>, <ellipse>, <radialGradient>: center y position 35 kRx, // <ellipse>,<rect>: horizontal (corner) radius 36 kRy, // <ellipse>,<rect>: vertical (corner) radius
|
/packages/apps/Contacts/res/values-sw600dp/ |
integers.xml | 7 <!-- The number of characters in the snippet before we need to tokenize and ellipse. -->
|
/external/guice/extensions/grapher/src/com/google/inject/grapher/graphviz/ |
NodeShape.java | 28 ELLIPSE("ellipse"),
|
/packages/apps/Contacts/res/values-sw720dp-land/ |
integers.xml | 18 <!-- The number of characters in the snippet before we need to tokenize and ellipse. -->
|
/packages/apps/Dialer/java/com/android/contacts/common/res/values-land/ |
integers.xml | 20 <!-- The number of characters in the snippet before we need to tokenize and ellipse. -->
|
/packages/apps/Dialer/java/com/android/contacts/common/res/values-sw600dp-land/ |
integers.xml | 20 <!-- The number of characters in the snippet before we need to tokenize and ellipse. -->
|
/packages/apps/Dialer/java/com/android/contacts/common/res/values-sw720dp/ |
integers.xml | 20 <!-- The number of characters in the snippet before we need to tokenize and ellipse. -->
|
/packages/apps/Dialer/java/com/android/contacts/common/res/values-sw720dp-land/ |
integers.xml | 20 <!-- The number of characters in the snippet before we need to tokenize and ellipse. -->
|
/external/skia/src/gpu/effects/ |
GrEllipseEffect.fp | 18 // The ellipse uniform is (center.x, center.y, 1 / rx^2, 1 / ry^2) 20 uniform float4 ellipse; 60 pdman.set4f(ellipse, center.fX, center.fY, invRXSqd, invRYSqd); 67 // d is the offset to the ellipse center 68 float2 d = sk_FragCoord.xy - ellipse.xy; 76 float2 Z = d * ellipse.zw;
|
/external/skqp/src/gpu/effects/ |
GrEllipseEffect.fp | 18 // The ellipse uniform is (center.x, center.y, 1 / rx^2, 1 / ry^2) 20 uniform float4 ellipse; 60 pdman.set4f(ellipse, center.fX, center.fY, invRXSqd, invRYSqd); 67 // d is the offset to the ellipse center 68 float2 d = sk_FragCoord.xy - ellipse.xy; 76 float2 Z = d * ellipse.zw;
|
/external/ImageMagick/Magick++/lib/Magick++/ |
Statistic.h | 40 // X position of ellipse axis 43 // Y position of ellipse axis 46 // Ellipse angle 49 // Ellipse eccentricity 52 // Ellipse intensity
|
/external/ImageMagick/Magick++/demo/ |
shapes.cpp | 52 // Draw filled ellipse with black border, and red fill color 61 // Draw ellipse, and polygon, with black stroke, strokeWidth of 5
|
/external/libxml2/result/noent/ |
svg2 | 17 <ellipse cx="182" cy="127" major="37" minor="31" angle="90"/> 45 <ellipse cx="208" cy="180" major="45" minor="31" angle="0"/>
|
/external/libxml2/result/ |
svg2 | 17 <ellipse cx="182" cy="127" major="37" minor="31" angle="90"/> 45 <ellipse cx="208" cy="180" major="45" minor="31" angle="0"/>
|
svg2.sax | 51 SAX.startElement(ellipse, cx='182', cy='127', major='37', minor='31', angle='90') 52 SAX.endElement(ellipse) 149 SAX.startElement(ellipse, cx='208', cy='180', major='45', minor='31', angle='0') 150 SAX.endElement(ellipse)
|
/external/libxml2/test/ |
svg2 | 18 <ellipse cx = "182" cy = "127" major = "37" minor = "31" angle = "90"/> 46 <ellipse cx = "208" cy = "180" major = "45" minor = "31" angle = "0"/>
|
/sdk/eclipse/scripts/ |
gen_icon.py | 52 draw.ellipse((0, 0, sz4-zoom, sz4-zoom), 55 draw.ellipse((i, i, sz4-i-zoom, sz4-i-zoom),
|
/external/python/cpython2/Demo/turtle/ |
tdemo_I_dontlike_tiltdemo.py | 7 (a) use of a tilted ellipse as
|