/external/openssl/crypto/asn1/ |
D | asn_moid.c | 76 CONF_VALUE *oval; in oid_module_init() local 85 oval = sk_CONF_VALUE_value(sktmp, i); in oid_module_init() 86 if(!do_create(oval->value, oval->name)) in oid_module_init()
|
/external/skia/src/core/ |
D | SkPath.cpp | 495 void SkPath::addOval(const SkRect& oval, Direction dir) { in addOval() argument 496 SkAutoPathBoundsUpdate apbu(this, oval); in addOval() 498 SkScalar cx = oval.centerX(); in addOval() 499 SkScalar cy = oval.centerY(); in addOval() 500 SkScalar rx = SkScalarHalf(oval.width()); in addOval() 501 SkScalar ry = SkScalarHalf(oval.height()); in addOval() 531 const SkScalar L = oval.fLeft; // cx - rx in addOval() 532 const SkScalar T = oval.fTop; // cy - ry in addOval() 533 const SkScalar R = oval.fRight; // cx + rx in addOval() 534 const SkScalar B = oval.fBottom; // cy + ry in addOval() [all …]
|
D | SkCanvas.cpp | 1343 void SkCanvas::drawOval(const SkRect& oval, const SkPaint& paint) { in drawOval() argument 1346 if (this->quickReject(paint.computeFastBounds(oval, &storage), in drawOval() 1353 path.addOval(oval); in drawOval() 1357 void SkCanvas::drawArc(const SkRect& oval, SkScalar startAngle, in drawArc() argument 1361 this->drawOval(oval, paint); in drawArc() 1365 path.moveTo(oval.centerX(), oval.centerY()); in drawArc() 1367 path.arcTo(oval, startAngle, sweepAngle, !useCenter); in drawArc()
|
/external/webkit/WebCore/platform/graphics/skia/ |
D | PathSkia.cpp | 124 SkRect oval; in addArc() local 125 oval.set(cx - radius, cy - radius, cx + radius, cy + radius); in addArc() 130 m_path->addOval(oval); in addArc() 145 m_path->arcTo(oval, startDegrees, sweepDegrees, false); in addArc()
|
D | GraphicsContextSkia.cpp | 395 SkRect oval(rect); in clipOutEllipseInRect() local 396 if (!isRectSkiaSafe(getCTM(), oval)) in clipOutEllipseInRect() 400 path.addOval(oval, SkPath::kCCW_Direction); in clipOutEllipseInRect() 1027 SkRect oval = r; in strokeArc() local 1042 path.addArc(oval, SkIntToScalar(-startAngle), SkIntToScalar(-angleSpan)); in strokeArc()
|
/external/webkit/WebCore/platform/graphics/android/ |
D | PathAndroid.cpp | 153 SkRect oval; in addArc() local 154 oval.set(cx - radius, cy - radius, cx + radius, cy + radius); in addArc() 187 m_path->arcTo(oval, startDegrees, sweepDegrees, false); in addArc() 191 tmp.addOval(oval); in addArc()
|
D | GraphicsContextAndroid.cpp | 549 SkRect oval; in drawEllipse() local 551 android_setrect(&oval, rect); in drawEllipse() 555 GC2Canvas(this)->drawOval(oval, paint); in drawEllipse() 559 m_data->setup_paint_stroke(&paint, &oval); in drawEllipse() 560 GC2Canvas(this)->drawOval(oval, paint); in drawEllipse() 582 SkRect oval; in strokeArc() local 584 android_setrect(&oval, r); in strokeArc() 599 path.addArc(oval, SkIntToScalar(-startAngle), SkIntToScalar(-angleSpan)); in strokeArc() 750 SkRect oval; in clipOutEllipseInRect() local 753 path.addOval(*android_setrect(&oval, r), SkPath::kCCW_Direction); in clipOutEllipseInRect()
|
/external/skia/include/core/ |
D | SkPath.h | 313 void arcTo(const SkRect& oval, SkScalar startAngle, SkScalar sweepAngle, 367 void addOval(const SkRect& oval, Direction dir = kCW_Direction); 388 void addArc(const SkRect& oval, SkScalar startAngle, SkScalar sweepAngle);
|
D | SkStroke.h | 56 void strokeOval(const SkRect& oval, SkPath*) const;
|
D | SkCanvas.h | 433 void drawOval(const SkRect& oval, const SkPaint&); 457 void drawArc(const SkRect& oval, SkScalar startAngle, SkScalar sweepAngle,
|
/external/libpcap/ |
D | gencode.h | 250 int oval; member
|
D | optimize.c | 1280 b->oval = K(b->s.k); 1282 b->oval = b->val[X_ATOM]; 1328 oval0 = child->oval; 1330 oval1 = ep->pred->oval;
|
/external/webkit/WebKit/win/ |
D | ChangeLog | 18882 Ported AppKit's oval button drawing code
|
/external/srec/config/en.us/dictionary/ |
D | large.ok | 21189 oval OvL
|
/external/webkit/WebCore/ |
D | ChangeLog-2007-10-14 | 28918 Ported AppKit's oval button drawing code
|