/external/chromium_org/third_party/WebKit/ManualTests/ |
svg-tooltip.svg | 9 <ellipse id="e1" cx="100" cy="200" rx="50" ry="30" fill="blue"> 11 </ellipse> 12 <ellipse id="e2" cx="250" cy="200" rx="50" ry="30" fill="blue"> 14 </ellipse> 16 <ellipse cx="100" cy="300" rx="50" ry="30" fill="blue"> 18 </ellipse> 22 <ellipse cx="250" cy="300" rx="50" ry="30" fill="blue"> 23 </ellipse> 29 <ellipse cx="100" cy="100" rx="50" ry="30" fill="blue"> 31 </ellipse> [all...] |
/external/chromium_org/content/test/data/accessibility/ |
svg.html | 10 <ellipse cx="120" cy="180" rx="18" ry="33" fill="black"/> 11 <ellipse cx="280" cy="120" rx="18" ry="33" fill="black"/> 12 <ellipse cx="200" cy="220" rx="8" ry="15" fill="black"/>
|
/external/chromium_org/third_party/skia/src/svg/ |
SkSVGEllipse.h | 16 DECLARE_SVG_INFO(Ellipse);
|
SkSVGEllipse.cpp | 22 DEFINE_SVG_INFO(Ellipse)
|
/external/openssh/ |
nchan.ms | 37 S1: ellipse "INPUT" "OPEN" 38 move right 2*l from last ellipse.e 39 S4: ellipse "INPUT" "CLOSED" 40 move down l from last ellipse.s 41 S3: ellipse "INPUT" "WAIT" "OCLOSED" 42 move down l from 1st ellipse.s 43 S2: ellipse "INPUT" "WAIT" "DRAIN" 50 ellipse wid .9*ellipsewid ht .9*ellipseht at S4 59 S1: ellipse "OUTPUT" "OPEN" 60 move right 2*l from last ellipse. [all...] |
nchan2.ms | 36 S1: ellipse "INPUT" "OPEN" 37 move right 2*l from last ellipse.e 38 S3: ellipse invis 39 move down l from last ellipse.s 40 S4: ellipse "INPUT" "CLOSED" 41 move down l from 1st ellipse.s 42 S2: ellipse "INPUT" "WAIT" "DRAIN" 48 ellipse wid .9*ellipsewid ht .9*ellipseht at S4 54 S1: ellipse "OUTPUT" "OPEN" 55 move right 2*l from last ellipse. [all...] |
/external/skia/src/svg/ |
SkSVGEllipse.h | 16 DECLARE_SVG_INFO(Ellipse);
|
SkSVGEllipse.cpp | 22 DEFINE_SVG_INFO(Ellipse)
|
/external/chromium_org/third_party/WebKit/Source/core/css/ |
BasicShapeFunctions.cpp | 71 const BasicShapeEllipse* ellipse = static_cast<const BasicShapeEllipse*>(basicShape); local 74 ellipseValue->setCenterX(cssValuePool().createValue(ellipse->centerX())); 75 ellipseValue->setCenterY(cssValuePool().createValue(ellipse->centerY())); 76 ellipseValue->setRadiusX(cssValuePool().createValue(ellipse->radiusX())); 77 ellipseValue->setRadiusY(cssValuePool().createValue(ellipse->radiusY())); 159 RefPtr<BasicShapeEllipse> ellipse = BasicShapeEllipse::create(); local 161 ellipse->setCenterX(convertToLength(state, ellipseValue->centerX())); 162 ellipse->setCenterY(convertToLength(state, ellipseValue->centerY())); 163 ellipse->setRadiusX(convertToLength(state, ellipseValue->radiusX())); 164 ellipse->setRadiusY(convertToLength(state, ellipseValue->radiusY())) [all...] |
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/ |
RenderSVGEllipse.cpp | 91 SVGEllipseElement* ellipse = static_cast<SVGEllipseElement*>(node()); local 93 SVGLengthContext lengthContext(ellipse); 94 m_radii = FloatSize(ellipse->rxCurrentValue().value(lengthContext), ellipse->ryCurrentValue().value(lengthContext)); 95 m_center = FloatPoint(ellipse->cxCurrentValue().value(lengthContext), ellipse->cyCurrentValue().value(lengthContext)); 131 // This works by checking if the point satisfies the ellipse equation, 150 // This works by checking if the point satisfies the ellipse equation.
|
SVGPathData.cpp | 51 SVGEllipseElement* ellipse = static_cast<SVGEllipseElement*>(element); local 54 float rx = ellipse->rxCurrentValue().value(lengthContext); 57 float ry = ellipse->ryCurrentValue().value(lengthContext); 60 path.addEllipse(FloatRect(ellipse->cxCurrentValue().value(lengthContext) - rx, ellipse->cyCurrentValue().value(lengthContext) - ry, rx * 2, ry * 2));
|
/external/chromium_org/third_party/WebKit/Source/core/svg/ |
svgtags.in | 25 ellipse
|
/external/chromium_org/third_party/skia/include/gpu/ |
GrOvalRenderer.h | 42 const SkRect& ellipse,
|
/external/skia/include/gpu/ |
GrOvalRenderer.h | 42 const SkRect& ellipse,
|
/packages/apps/ContactsCommon/res/values-land/ |
integers.xml | 20 <!-- The number of characters in the snippet before we need to tokenize and ellipse. -->
|
/packages/apps/ContactsCommon/res/values-sw600dp-land/ |
integers.xml | 20 <!-- The number of characters in the snippet before we need to tokenize and ellipse. -->
|
/packages/apps/ContactsCommon/res/values-sw720dp/ |
integers.xml | 20 <!-- The number of characters in the snippet before we need to tokenize and ellipse. -->
|
/packages/apps/ContactsCommon/res/values-sw720dp-land/ |
integers.xml | 20 <!-- The number of characters in the snippet before we need to tokenize and ellipse. -->
|
/external/chromium_org/third_party/WebKit/PerformanceTests/SVG/ |
SvgHitTesting.html | 33 <ellipse cx="100" cy="150" rx="50" ry="40" fill="#d4ecfb" stroke="#3364c2" stroke-width="15" pointer-events="all" /> 34 <ellipse cx="300" cy="150" rx="50" ry="40" fill="#d4ecfb" stroke="#3364c2" stroke-width="15" pointer-events="visibleFill" /> 35 <ellipse cx="500" cy="150" rx="50" ry="40" fill="#d4ecfb" stroke="#3364c2" stroke-width="15" pointer-events="visibleStroke" /> 47 <ellipse cx="100" cy="150" rx="50" ry="40" fill="#d4ecfb" stroke="#3364c2" stroke-width="15" pointer-events="all" /> 48 <ellipse cx="300" cy="150" rx="50" ry="40" fill="#d4ecfb" stroke="#3364c2" stroke-width="15" pointer-events="visibleFill" /> 49 <ellipse cx="500" cy="150" rx="50" ry="40" fill="#d4ecfb" stroke="#3364c2" stroke-width="15" pointer-events="visibleStroke" /> 61 <ellipse cx="100" cy="150" rx="50" ry="40" fill="#d4ecfb" stroke="#3364c2" stroke-width="15" pointer-events="all" /> 62 <ellipse cx="300" cy="150" rx="50" ry="40" fill="#d4ecfb" stroke="#3364c2" stroke-width="15" pointer-events="visibleFill" /> 63 <ellipse cx="500" cy="150" rx="50" ry="40" fill="#d4ecfb" stroke="#3364c2" stroke-width="15" pointer-events="visibleStroke" /> 75 <ellipse cx="100" cy="150" rx="50" ry="40" fill="#d4ecfb" stroke="#3364c2" stroke-width="15" pointer-events (…) [all...] |
/external/chromium_org/chrome/common/extensions/docs/examples/api/downloads/download_manager/ |
popup.html | 20 <ellipse rx="30" ry="8" cx="50" cy="55" /> 21 <ellipse rx="20" ry="5" cx="50" cy="80" /> 56 <ellipse cx="35" cy="50" rx="20" ry="20" /> 57 <ellipse cx="60" cy="50" rx="20" ry="20" /> 73 <ellipse rx="30" ry="10" cx="50" cy="40" /> 74 <ellipse rx="20" ry="10" cx="50" cy="70" />
|
/external/chromium_org/chrome/test/chromedriver/js/ |
get_element_region_test.html | 80 <ellipse cx="150" cy="65" rx="85" ry="55" id="e"> 81 </ellipse>
|
/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),
|
/packages/apps/ContactsCommon/res/values/ |
integers.xml | 24 <!-- The number of characters in the snippet before we need to tokenize and ellipse. -->
|
/packages/apps/ContactsCommon/res/values-sw600dp/ |
integers.xml | 20 <!-- The number of characters in the snippet before we need to tokenize and ellipse. -->
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/ |
FilterVignetteRepresentation.java | 183 private static final String ELLIPSE = "ellipse"; 188 writer.name(ELLIPSE); 214 if (name.startsWith(ELLIPSE)) {
|