Home
last modified time | relevance | path

Searched refs:circle (Results 1 – 25 of 46) sorted by relevance

12

/external/webkit/Source/WebCore/manual-tests/
Dsvg-cursor-changes.svg4 <!-- Clicking this circle should result in an instant update of the cursor location of this and the…
5 <circle onclick="document.getElementById('mycursor').setAttribute('x', '100');" cx="80" cy="150" r=…
7 <!-- Clicking this circle should result in an instant update of the cursor location of this and the…
8 <circle onclick="document.getElementById('mycursor').x.baseVal.value = 100;" cx="230" cy="150" r="7…
13 <!-- Clicking this circle should result in an instant update of the cursor location (tested using D…
14 <circle onclick="document.getElementById('mycursor2').setAttribute('x', '100');" cx="80" cy="310" r…
16 <!-- Clicking this circle should result in an instant update of the cursor location (tested using S…
17 <circle onclick="document.getElementById('mycursor3').x.baseVal.value = 100;" cx="230" cy="310" r="…
21 <!-- Clicking this circle should result in an instant update of the cursor image (tested using DOM)…
22 <circle onclick="document.getElementById('mycursor4').setAttributeNS('http://www.w3.org/1999/xlink'…
[all …]
Dsvg-repaint-group.svg66 <circle fill="pink" cx="300" cy="300" stroke="lightblue" stroke-width="40" r="300" />
Dsvg-repaint-foreignObject.svg66 <circle fill="pink" cx="300" cy="300" stroke="lightblue" stroke-width="40" r="300" />
Dsvg-repaint-image.svg66 <circle fill="pink" cx="300" cy="300" stroke="lightblue" stroke-width="40" r="300" />
Dsvg-repaint-path.svg66 <circle fill="pink" cx="300" cy="300" stroke="lightblue" stroke-width="40" r="300" />
/external/skia/samplecode/
DSampleCircle.cpp42 void circle(SkCanvas* canvas, int width, bool aa) { in circle() function in CircleView
58 circle(canvas, width, false); in drawSix()
60 circle(canvas, width, true); in drawSix()
/external/chromium/chrome/browser/ui/cocoa/
Dhover_close_button.mm47 // If the user is hovering over the button, a light/dark gray circle is drawn
50 // Adjust the darkness of the circle depending on whether it is being
62 // (circle behind it), then adjust the shadow accordingly (not as harsh).
/external/webkit/Tools/iExploder/iexploder-1.7.2/src/html-values/
Ddillo8 circle
Dwebkit26 circle
/external/webkit/Tools/DumpRenderTree/chromium/
DWebThemeControlDRTWin.cpp194 void WebThemeControlDRTWin::circle(SkScalar radius, SkColor color) in circle() function in WebThemeControlDRTWin
340 circle(SkIntToScalar(halfHeight), m_bgColor); in draw()
344 circle(SkIntToScalar(halfHeight), m_bgColor); in draw()
345 circle(SkIntToScalar(halfHeight - checkIndent), m_fgColor); in draw()
DWebThemeControlDRTWin.h163 void circle(SkScalar radius, SkColor color);
/external/chromium/chrome/browser/resources/chromeos/
Dchoose_mobile_network.css13 background-image: -webkit-canvas(spinner-circle);
/external/webkit/Tools/iExploder/iexploder-1.7.2/src/html-attrs/
Dgtkhtml12 circle
/external/chromium/chrome/browser/resources/
Dlogin_ui.css2 background: -webkit-radial-gradient(circle contain,
Dnetwork_menu.css36 background-image: -webkit-canvas(spinner-circle);
/external/webkit/Source/WebCore/css/
DCSSValueKeywords.in225 circle
781 # circle
782 double-circle
787 # circle
Dhtml.css321 list-style-type: circle
/external/webkit/Tools/iExploder/iexploder-1.7.2/src/css-values/
Ddillo9 circle
Dwebkit96 circle
Dmozilla192 circle
/external/webkit/Source/WebCore/svg/
Dsvgtags.in20 circle
/external/webkit/Tools/iExploder/iexploder-1.3.2/htdocs/
Dcssvalues.in81 circle
/external/icu4c/data/unidata/
DUnicodeData.txt7956 2460;CIRCLED DIGIT ONE;No;0;ON;<circle> 0031;;1;1;N;;;;;
7957 2461;CIRCLED DIGIT TWO;No;0;ON;<circle> 0032;;2;2;N;;;;;
7958 2462;CIRCLED DIGIT THREE;No;0;ON;<circle> 0033;;3;3;N;;;;;
7959 2463;CIRCLED DIGIT FOUR;No;0;ON;<circle> 0034;;4;4;N;;;;;
7960 2464;CIRCLED DIGIT FIVE;No;0;ON;<circle> 0035;;5;5;N;;;;;
7961 2465;CIRCLED DIGIT SIX;No;0;ON;<circle> 0036;;6;6;N;;;;;
7962 2466;CIRCLED DIGIT SEVEN;No;0;ON;<circle> 0037;;7;7;N;;;;;
7963 2467;CIRCLED DIGIT EIGHT;No;0;ON;<circle> 0038;;8;8;N;;;;;
7964 2468;CIRCLED DIGIT NINE;No;0;ON;<circle> 0039;;9;9;N;;;;;
7965 2469;CIRCLED NUMBER TEN;No;0;ON;<circle> 0031 0030;;;10;N;;;;;
[all …]
/external/webkit/Source/WebCore/inspector/front-end/
DSourceCSSTokenizer.re2js55 …"caption", "captiontext", "caret", "cell", "center", "checkbox", "circle", "cjk-earthly-branch", "…
/external/skia/src/animator/
DSkAnimateSchema.xsd305 <!-- @pattern round begin and end a contour with a semi-circle extension -->
489 …or by adding a round circle at the intersection point, or by connecting the outer edges with a lin…
835 AddCircle adds a closed circle to the parent path element.
841 <!-- @attribute radius The distance from the center to the edge of the circle. -->
843 <!-- @attribute x The x coordinate of the circle's center. -->
845 <!-- @attribute y The y coordinate of the circle's center.-->
1895 Oval describes a circle stretched to fit in a rectangle.
2017 <!-- @element addCircle Adds a circle to the path. -->

12