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

12

  /frameworks/base/libs/hwui/
PathCache.cpp 109 case ShapeType::Circle:
110 return shape.circle.mRadius == rhs.shape.circle.mRadius;
488 PathDescription entry(ShapeType::Circle, paint);
489 entry.shape.circle.mRadius = radius;
  /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/skia/src/svg/parser/
SkSVGParser.cpp 361 CASE_NEW(Circle);
409 {"circle", SkSVGType_Circle},
  /external/libgdx/gdx/src/com/badlogic/gdx/math/
Intersector.java 251 /** Returns whether the given line segment intersects the given circle.
254 * @param center The center of the circle
255 * @param squareRadius The squared radius of the circle
256 * @return Whether the line segment and the circle intersect */
277 /** Checks whether the line segment and the circle intersect and returns by how much and in what direction the line has to move
278 * away from the circle to not intersect.
282 * @param point The center of the circle
283 * @param radius The radius of the circle
    [all...]
  /external/opencv3/modules/imgproc/src/
drawing.cpp     [all...]
  /frameworks/base/docs/html/
gms_navtree_data.js     [all...]

Completed in 263 milliseconds

12