Searched defs:Circle (Results 1 - 9 of 9) sorted by last modified time

/external/mesa3d/src/gallium/state_trackers/vega/
H A Dbezier.c247 Circle enumerator in enum:shift_result
401 return Circle;
554 } else if (res == Circle && max_curves - (o - curves) >= 2) {
/external/lldb/test/functionalities/data-formatter/data-formatter-categories/
H A Dmain.cpp26 struct Circle : public Shape { struct in inherits:Shape
28 Circle(int R = 6) : r(R) {} function in struct:Circle
37 Circle c1(5);
38 Circle c2(6);
39 Circle c3(7);
41 Circle *c_ptr = new Circle(8);
/external/clang/test/PCH/
H A Denum.h13 Circle enumerator in enum:Shape
16 enum Shape aRoundShape = Circle;
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
H A Dbezier.c247 Circle enumerator in enum:shift_result
401 return Circle;
554 } else if (res == Circle && max_curves - (o - curves) >= 2) {
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSGradientValue.cpp1041 enum GradientShape { Circle, Ellipse }; enumerator in enum:blink::GradientShape
1045 shape = Circle;
1076 if (shape == Circle) {
1088 if (shape == Circle) {
1100 if (shape == Circle)
1117 if (shape == Circle)
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLAreaElement.h60 enum Shape { Default, Poly, Rect, Circle, Unknown }; enumerator in enum:blink::FINAL::Shape
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DRenderStyleConstants.h221 Circle, enumerator in enum:blink::EListStyleType
/external/chromium_org/ui/file_manager/gallery/js/image_editor/
H A Dimage_util.js352 * Circle class.
358 function Circle(x, y, r) { class
370 Circle.prototype.inside = function(x, y) {
/external/chromium_org/third_party/sqlite/src/src/
H A Dtest_rtree.c25 typedef struct Circle Circle; typedef in typeref:struct:Circle
26 struct Circle { struct
39 ** Destructor function for Circle objects allocated by circle_geom().
55 Circle *pCircle; /* Structure defining circular region */
61 ** for correctness or stored into a Circle structure yet. Do this now. */
74 pCircle = (Circle *)(p->pUser = sqlite3_malloc(sizeof(Circle)));
107 pCircle = (Circle *)p->pUser;

Completed in 234 milliseconds