HomeSort by relevance Sort by last modified time
    Searched full:circle (Results 1 - 25 of 441) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/PCH/
enum.h 13 Circle
16 enum Shape aRoundShape = Circle;
  /external/webkit/Tools/iExploder/iexploder-1.7.2/src/media/
bug.svg 5 <circle cx="0" cy="0" r="1" fill="rgba(255,255,255,0)"/>
6 <circle cx="1" cy="0" r="1" fill="rgba(255,254,254,0)"/>
7 <circle cx="2" cy="0" r="1" fill="rgba(255,254,254,0)"/>
8 <circle cx="3" cy="0" r="1" fill="rgba(255,254,254,0)"/>
9 <circle cx="4" cy="0" r="1" fill="rgba(255,254,254,0)"/>
10 <circle cx="5" cy="0" r="1" fill="rgba(255,254,254,0)"/>
11 <circle cx="6" cy="0" r="1" fill="rgba(255,254,254,0)"/>
12 <circle cx="7" cy="0" r="1" fill="rgba(255,254,254,0)"/>
13 <circle cx="8" cy="0" r="1" fill="rgba(255,254,254,0)"/>
14 <circle cx="9" cy="0" r="1" fill="rgba(255,254,254,0)"/
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/tool/templates/dot/
state.st 1 node [fontsize=11, shape = <if(useBox)>box<else>circle, fixedsize=true, width=.4<endif>]; <name>
  /external/clang/test/CodeGenObjC/
debug-info-impl.m 2 // CHECK: metadata !{i32 {{.*}}, metadata {{.*}}, metadata !"Circle", metadata {{.*}}, i32 11, i64 64, i64 64, i32 0, i32 512, null, metadata {{.*}}, i32 16, null, null} ; [ DW_TAG_structure_type ]
11 @interface Circle : Shape
14 @implementation Circle
  /external/webkit/Tools/iExploder/iexploder-1.7.2/src/html-values/
dillo 8 circle
webkit 26 circle
  /external/llvm/test/YAMLParser/
spec-02-24.data 6 # tag:clarkevans.com,2002:circle
7 - !circle
  /external/webkit/Source/WebCore/manual-tests/
svg-cursor-changes.svg 4 <!-- Clicking this circle should result in an instant update of the cursor location of this and the next circle (tested using DOM) -->
5 <circle onclick="document.getElementById('mycursor').setAttribute('x', '100');" cx="80" cy="150" r="70" fill="green" cursor="url(#mycursor)"/>
7 <!-- Clicking this circle should result in an instant update of the cursor location of this and the previous circle (tested using SVG DOM) -->
8 <circle onclick="document.getElementById('mycursor').x.baseVal.value = 100;" cx="230" cy="150" r="70" fill="green" cursor="url(#mycursor)"/>
13 <!-- Clicking this circle should result in an instant update of the cursor location (tested using DOM) -->
14 <circle onclick="document.getElementById('mycursor2').setAttribute('x', '100');" cx="80" cy="310" r="70" fill="green" cursor="url(#mycursor2)"/>
16 <!-- Clicking this circle should result in an instant update of the cursor location (tested using SVG DOM) -->
17 <circle onclick="document.getElementById('mycursor3').x.baseVal.value = 100;" cx="230" cy="310" r="70" fil (…)
    [all...]
  /external/skia/src/svg/
SkSVGCircle.h 16 DECLARE_SVG_INFO(Circle);
  /external/clang/test/Analysis/
uninit-vals.m 50 } Circle;
60 Circle *testObj = calloc(sizeof(Circle), 1);
76 void PR14765_incorrectBehavior(Circle *testObj) {
92 void rdar13292559(Circle input) {
93 extern void useCircle(Circle);
95 Circle obj = input;
  /external/jsr305/javadoc/
overview-tree.html 88 <LI TYPE="circle">java.lang.Object<UL>
89 <LI TYPE="circle">javax.annotation.<A HREF="javax/annotation/MatchesPattern.Checker.html" title="class in javax.annotation"><B>MatchesPattern.Checker</B></A> (implements javax.annotation.meta.<A HREF="javax/annotation/meta/TypeQualifierValidator.html" title="interface in javax.annotation.meta">TypeQualifierValidator</A>&lt;A&gt;)
90 <LI TYPE="circle">javax.annotation.<A HREF="javax/annotation/Nonnegative.Checker.html" title="class in javax.annotation"><B>Nonnegative.Checker</B></A> (implements javax.annotation.meta.<A HREF="javax/annotation/meta/TypeQualifierValidator.html" title="interface in javax.annotation.meta">TypeQualifierValidator</A>&lt;A&gt;)
91 <LI TYPE="circle">javax.annotation.<A HREF="javax/annotation/Nonnull.Checker.html" title="class in javax.annotation"><B>Nonnull.Checker</B></A> (implements javax.annotation.meta.<A HREF="javax/annotation/meta/TypeQualifierValidator.html" title="interface in javax.annotation.meta">TypeQualifierValidator</A>&lt;A&gt;)
92 <LI TYPE="circle">javax.annotation.<A HREF="javax/annotation/RegEx.Checker.html" title="class in javax.annotation"><B>RegEx.Checker</B></A> (implements javax.annotation.meta.<A HREF="javax/annotation/meta/TypeQualifierValidator.html" title="interface in javax.annotation.meta">TypeQualifierValidator</A>&lt;A&gt;)
99 <LI TYPE="circle">javax.annotation.meta.<A HREF="javax/annotation/meta/TypeQualifierValidator.html" title="interface in javax.annotation.meta"><B>TypeQualifierValidator</B></A>&lt;A&gt;</UL>
104 <LI TYPE="circle">javax.annotation.<A HREF="javax/annotation/WillNotClose.html" title="annotation in javax.annotation"><B>WillNotClose</B></A> (implements java.lang.annotation.Annotation)
105 <LI TYPE="circle">javax.annotation.<A HREF="javax/annotation/WillCloseWhenClosed.html" title="annotation in javax.annotation"><B>WillCloseWhenClosed</B></A> (implements java.lang.annotation.Annotation)
106 <LI TYPE="circle">javax.annotation.<A HREF="javax/annotation/WillClose.html" title="annotation in javax.annotation"><B>WillClose</B></A> (implements java.lang.annotation.Annotation)
107 <LI TYPE="circle">javax.annotation.<A HREF="javax/annotation/Untainted.html" title="annotation in javax.annotation" (…)
    [all...]
  /external/jmonkeyengine/engine/src/desktop/jme3tools/navigation/
GCSailing.java 8 * A utility class to package up a great circle sailing.
  /external/webkit/Tools/iExploder/iexploder-1.7.2/src/html-attrs/
gtkhtml 12 circle
  /external/skia/legacy/include/effects/
SkGradientShader.h 51 @param center The center of the circle for this gradient
52 @param radius Must be positive. The radius of the circle for this gradient
53 @param colors The array[count] of colors, to be distributed between the center and edge of the circle
56 the the colors are distributed evenly between the center and edge of the circle.
74 @param start The center of the start circle for this gradient
75 @param startRadius Must be positive. The radius of the start circle for this gradient.
76 @param end The center of the end circle for this gradient
77 @param endRadius Must be positive. The radius of the end circle for this gradient.
78 @param colors The array[count] of colors, to be distributed between the center and edge of the circle
81 the the colors are distributed evenly between the center and edge of the circle
    [all...]
  /packages/apps/Camera/src/com/android/camera/ui/
ZoomRenderer.java 129 float circle = (int) (mCircleSize * sf * sf); local
130 circle = Math.max(mMinCircle, circle);
131 circle = Math.min(mMaxCircle, circle);
132 if (mListener != null && (int) circle != mCircleSize) {
133 mCircleSize = (int) circle;
  /packages/apps/Gallery2/src/com/android/camera/ui/
ZoomRenderer.java 129 float circle = (int) (mCircleSize * sf * sf); local
130 circle = Math.max(mMinCircle, circle);
131 circle = Math.min(mMaxCircle, circle);
132 if (mListener != null && (int) circle != mCircleSize) {
133 mCircleSize = (int) circle;
  /external/jsr305/javadoc/javax/annotation/
package-tree.html 89 <LI TYPE="circle">java.lang.Object<UL>
90 <LI TYPE="circle">javax.annotation.<A HREF="../../javax/annotation/MatchesPattern.Checker.html" title="class in javax.annotation"><B>MatchesPattern.Checker</B></A> (implements javax.annotation.meta.<A HREF="../../javax/annotation/meta/TypeQualifierValidator.html" title="interface in javax.annotation.meta">TypeQualifierValidator</A>&lt;A&gt;)
91 <LI TYPE="circle">javax.annotation.<A HREF="../../javax/annotation/Nonnegative.Checker.html" title="class in javax.annotation"><B>Nonnegative.Checker</B></A> (implements javax.annotation.meta.<A HREF="../../javax/annotation/meta/TypeQualifierValidator.html" title="interface in javax.annotation.meta">TypeQualifierValidator</A>&lt;A&gt;)
92 <LI TYPE="circle">javax.annotation.<A HREF="../../javax/annotation/Nonnull.Checker.html" title="class in javax.annotation"><B>Nonnull.Checker</B></A> (implements javax.annotation.meta.<A HREF="../../javax/annotation/meta/TypeQualifierValidator.html" title="interface in javax.annotation.meta">TypeQualifierValidator</A>&lt;A&gt;)
93 <LI TYPE="circle">javax.annotation.<A HREF="../../javax/annotation/RegEx.Checker.html" title="class in javax.annotation"><B>RegEx.Checker</B></A> (implements javax.annotation.meta.<A HREF="../../javax/annotation/meta/TypeQualifierValidator.html" title="interface in javax.annotation.meta">TypeQualifierValidator</A>&lt;A&gt;)
100 <LI TYPE="circle">javax.annotation.<A HREF="../../javax/annotation/WillNotClose.html" title="annotation in javax.annotation"><B>WillNotClose</B></A> (implements java.lang.annotation.Annotation)
101 <LI TYPE="circle">javax.annotation.<A HREF="../../javax/annotation/WillCloseWhenClosed.html" title="annotation in javax.annotation"><B>WillCloseWhenClosed</B></A> (implements java.lang.annotation.Annotation)
102 <LI TYPE="circle">javax.annotation.<A HREF="../../javax/annotation/WillClose.html" title="annotation in javax.annotation"><B>WillClose</B></A> (implements java.lang.annotation.Annotation)
103 <LI TYPE="circle">javax.annotation.<A HREF="../../javax/annotation/Untainted.html" title="annotation in javax.annotation"><B>Untainted</B></A> (implements java.lang.annotation.Annotation)
104 <LI TYPE="circle">javax.annotation.<A HREF="../../javax/annotation/Tainted.html" title="annotation in javax.annotat (…)
    [all...]
  /frameworks/base/graphics/java/android/graphics/
RadialGradient.java 24 @param radius Must be positive. The radius of the circle for this gradient
25 @param colors The colors to be distributed between the center and edge of the circle
28 the the colors are distributed evenly between the center and edge of the circle.
50 @param radius Must be positive. The radius of the circle for this gradient
51 @param color0 The color at the center of the circle.
52 @param color1 The color at the edge of the circle.
  /packages/inputmethods/LatinIME/java/res/xml/
keys_hindi2_left5.xml 22 API version 16 can't automatically render dotted circle for incomplete combining letter
28 <!-- U+25CC: "?" DOTTED CIRCLE
38 <!-- U+25CC: "?" DOTTED CIRCLE
46 <!-- U+25CC: "?" DOTTED CIRCLE
52 <!-- U+25CC: "?" DOTTED CIRCLE
60 <!-- U+25CC: "?" DOTTED CIRCLE
keys_hindi3_left2.xml 22 API version 16 can't automatically render dotted circle for incomplete combining letter
28 <!-- U+25CC: "?" DOTTED CIRCLE
34 <!-- U+25CC: "?" DOTTED CIRCLE
key_hindi1_shift.xml 22 API version 16 can't automatically render dotted circle for incomplete combining letter
28 <!-- U+25CC: "?" DOTTED CIRCLE
  /external/proguard/src/proguard/gui/splash/
CircleSprite.java 26 * This Sprite represents an animated circle. It can optionally be filled.
41 * @param x the variable x-coordinate of the center of the circle.
42 * @param y the variable y-coordinate of the center of the circle.
43 * @param radius the variable radius of the circle.
  /external/webkit/Source/WebCore/manual-tests/animation/
animateTransform-parser.svg 11 <circle fill="none" stroke="black" stroke-width="3" cx="200" cy="200" r="100" />
31 <circle fill="red" cx="0" cy="0" r="30">
33 </circle>
34 <circle fill="green" cx="0" cy="0" r="20">
36 </circle>
37 <circle fill="blue" cx="0" cy="0" r="10">
39 </circle>
40 <circle fill="yellow" cx="0" cy="0" r="5">
42 </circle>
  /external/skia/include/effects/
SkGradientShader.h 51 @param center The center of the circle for this gradient
52 @param radius Must be positive. The radius of the circle for this gradient
53 @param colors The array[count] of colors, to be distributed between the center and edge of the circle
56 the the colors are distributed evenly between the center and edge of the circle.
74 @param start The center of the start circle for this gradient
75 @param startRadius Must be positive. The radius of the start circle for this gradient.
76 @param end The center of the end circle for this gradient
77 @param endRadius Must be positive. The radius of the end circle for this gradient.
78 @param colors The array[count] of colors, to be distributed between the center and edge of the circle
81 the the colors are distributed evenly between the center and edge of the circle
    [all...]
  /external/chromium/chrome/browser/ui/cocoa/
hover_close_button.h 11 // dark circle with the "x" when you hover over it. At this time it is used by
18 // Bezier path for drawing the hover state circle behind the 'x'.

Completed in 423 milliseconds

1 2 3 4 5 6 7 8 91011>>