HomeSort by relevance Sort by last modified time
    Searched refs:Circle (Results 1 - 25 of 25) sorted by null

  /external/clang/test/PCH/
enum.h 13 Circle
16 enum Shape aRoundShape = Circle;
  /external/lldb/test/functionalities/data-formatter/data-formatter-categories/
main.cpp 26 struct Circle : public Shape {
28 Circle(int R = 6) : r(R) {}
37 Circle c1(5);
38 Circle c2(6);
39 Circle c3(7);
41 Circle *c_ptr = new Circle(8);
  /external/chromium_org/third_party/skia/src/svg/
SkSVGCircle.h 16 DECLARE_SVG_INFO(Circle);
SkSVGCircle.cpp 21 DEFINE_SVG_INFO(Circle)
SkSVGParser.cpp 361 CASE_NEW(Circle);
409 {"circle", SkSVGType_Circle},
  /external/skia/src/svg/
SkSVGCircle.h 16 DECLARE_SVG_INFO(Circle);
SkSVGCircle.cpp 21 DEFINE_SVG_INFO(Circle)
SkSVGParser.cpp 361 CASE_NEW(Circle);
409 {"circle", SkSVGType_Circle},
  /external/chromium_org/third_party/sqlite/src/src/
test_rtree.c 22 ** Type used to cache parameter information for the "circle" r-tree geometry
25 typedef struct Circle Circle;
26 struct Circle {
39 ** Destructor function for Circle objects allocated by circle_geom().
46 ** Implementation of "circle" r-tree geometry callback.
55 Circle *pCircle; /* Structure defining circular region */
61 ** for correctness or stored into a Circle structure yet. Do this now. */
68 ** and that the parameters are in range (that the radius of the circle
74 pCircle = (Circle *)(p->pUser = sqlite3_malloc(sizeof(Circle)))
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLAreaElement.h 59 enum Shape { Default, Poly, Rect, Circle, Unknown };
HTMLAreaElement.cpp 54 else if (equalIgnoringCase(value, "circle"))
55 m_shape = Circle;
132 shape = Circle;
150 case Circle:
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderListMarker.cpp 417 case Circle:
517 case Circle:
622 case Circle:
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSGradientValue.cpp 846 result.appendLiteral("circle");
    [all...]
CSSPrimitiveValueMappings.h     [all...]
  /frameworks/base/libs/hwui/
PathCache.h 129 struct Circle {
131 } circle; member in union:android::uirenderer::PathDescription::Shape
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
bezier.c 247 Circle
400 thing by a semi circle */
401 return Circle;
450 float circle[3][2]; local
492 circle[0][0] = b->x1 + normals[0][0]*offset;
493 circle[0][1] = b->y1 + normals[0][1]*offset;
495 circle[1][0] = 0.5*(b->x1 + b->x4) + normals[1][0]*offset;
496 circle[1][1] = 0.5*(b->y1 + b->y4) + normals[1][1]*offset;
498 circle[2][0] = b->x4 + normals[2][0]*offset;
499 circle[2][1] = b->y4 + normals[2][1]*offset
    [all...]
  /external/mesa3d/src/gallium/state_trackers/vega/
bezier.c 247 Circle
400 thing by a semi circle */
401 return Circle;
450 float circle[3][2]; local
492 circle[0][0] = b->x1 + normals[0][0]*offset;
493 circle[0][1] = b->y1 + normals[0][1]*offset;
495 circle[1][0] = 0.5*(b->x1 + b->x4) + normals[1][0]*offset;
496 circle[1][1] = 0.5*(b->y1 + b->y4) + normals[1][1]*offset;
498 circle[2][0] = b->x4 + normals[2][0]*offset;
499 circle[2][1] = b->y4 + normals[2][1]*offset
    [all...]
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/image_editor/
image_util.js 330 * Circle class.
331 * @param {number} x X coordinate of circle center.
332 * @param {number} y Y coordinate of circle center.
336 function Circle(x, y, r) {
343 * Check if the point is inside the circle.
348 Circle.prototype.inside = function(x, y) {
image_transform.js 320 var circle = new Circle(x, y, R);
325 if (circle.inside(bounds.left, bounds.top)) {
328 } else if (circle.inside(bounds.left, bounds.bottom)) {
331 } else if (circle.inside(bounds.right, bounds.top)) {
334 } else if (circle.inside(bounds.right, bounds.bottom)) {
image_editor.js 758 var prevTouchCircle = new Circle(
810 var tapCircle = new Circle(this.touchStartInfo_.x, this.touchStartInfo_.y,
  /external/chromium_org/ui/file_manager/gallery/js/image_editor/
image_util.js 330 * Circle class.
331 * @param {number} x X coordinate of circle center.
332 * @param {number} y Y coordinate of circle center.
336 function Circle(x, y, r) {
343 * Check if the point is inside the circle.
348 Circle.prototype.inside = function(x, y) {
image_transform.js 320 var circle = new Circle(x, y, R);
325 if (circle.inside(bounds.left, bounds.top)) {
328 } else if (circle.inside(bounds.left, bounds.bottom)) {
331 } else if (circle.inside(bounds.right, bounds.top)) {
334 } else if (circle.inside(bounds.right, bounds.bottom)) {
image_editor.js 758 var prevTouchCircle = new Circle(
810 var tapCircle = new Circle(this.touchStartInfo_.x, this.touchStartInfo_.y,
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
RenderStyleConstants.h 227 Circle,
  /frameworks/base/docs/html/
gms_navtree_data.js     [all...]

Completed in 502 milliseconds