HomeSort by relevance Sort by last modified time
    Searched refs:oval (Results 101 - 125 of 184) sorted by null

1 2 3 45 6 7 8

  /external/skia/src/xps/
SkXPSDevice.h 82 void drawOval(const SkRect& oval,
  /external/skia/tools/debugger/
SkDebugCanvas.cpp 512 void SkDebugCanvas::onDrawOval(const SkRect& oval, const SkPaint& paint) {
513 this->addDrawCommand(new SkDrawOvalCommand(oval, paint));
516 void SkDebugCanvas::onDrawArc(const SkRect& oval, SkScalar startAngle, SkScalar sweepAngle,
518 this->addDrawCommand(new SkDrawArcCommand(oval, startAngle, sweepAngle, useCenter, paint));
  /external/skqp/src/core/
SkRecordDraw.cpp 94 DRAW(DrawArc, drawArc(r.oval, r.startAngle, r.sweepAngle, r.useCenter, r.paint));
112 DRAW(DrawOval, drawOval(r.oval, r.paint));
406 Bounds bounds(const DrawOval& op) const { return this->adjustAndMap(op.oval, &op.paint); }
408 Bounds bounds(const DrawArc& op) const { return this->adjustAndMap(op.oval, &op.paint); }
SkCanvas.cpp     [all...]
SkBitmapDevice.cpp 202 void SkBitmapDevice::drawOval(const SkRect& oval, const SkPaint& paint) {
204 path.addOval(oval);
SkDevice.cpp 106 void SkBaseDevice::drawArc(const SkRect& oval, SkScalar startAngle,
110 SkPathPriv::CreateDrawArcPath(&path, oval, startAngle, sweepAngle, useCenter,
  /external/skqp/src/pdf/
SkPDFDevice.h 79 void drawOval(const SkRect& oval, const SkPaint& paint) override;
  /external/skqp/src/xps/
SkXPSDevice.h 82 void drawOval(const SkRect& oval,
  /external/skqp/tools/debugger/
SkDebugCanvas.cpp 512 void SkDebugCanvas::onDrawOval(const SkRect& oval, const SkPaint& paint) {
513 this->addDrawCommand(new SkDrawOvalCommand(oval, paint));
516 void SkDebugCanvas::onDrawArc(const SkRect& oval, SkScalar startAngle, SkScalar sweepAngle,
518 this->addDrawCommand(new SkDrawArcCommand(oval, startAngle, sweepAngle, useCenter, paint));
  /frameworks/base/graphics/java/android/graphics/
Canvas.java     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/
QuickDraw_Graphics_Suite.py 30 """definition rect - the rectangle that contains the circle or oval used to define the arc """
158 oval = ovals variable
198 """corner curve height - the height of the oval used to define the shape of the rounded corners """
202 """corner curve width - the width of the oval used to define the shape of the rounded corners """
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/
QuickDraw_Graphics_Suite.py 30 """definition rect - the rectangle that contains the circle or oval used to define the arc """
158 oval = ovals variable
198 """corner curve height - the height of the oval used to define the shape of the rounded corners """
202 """corner curve width - the width of the oval used to define the shape of the rounded corners """
  /external/fio/engines/
net.c 108 .oval = FIO_TYPE_TCP,
113 .oval = FIO_TYPE_TCP_V6,
118 .oval = FIO_TYPE_UDP,
123 .oval = FIO_TYPE_UDP_V6,
128 .oval = FIO_TYPE_UNIX,
rdma.c 106 .oval = FIO_RDMA_MEM_WRITE,
110 .oval = FIO_RDMA_MEM_READ,
114 .oval = FIO_RDMA_CHA_SEND,
118 .oval = FIO_RDMA_CHA_RECV,
  /external/skia/src/gpu/ops/
GrOvalOpFactory.cpp     [all...]
  /external/skia/src/core/
SkCanvas.cpp     [all...]
SkBitmapDevice.cpp 202 void SkBitmapDevice::drawOval(const SkRect& oval, const SkPaint& paint) {
204 path.addOval(oval);
SkDevice.cpp 107 void SkBaseDevice::drawArc(const SkRect& oval, SkScalar startAngle,
111 SkPathPriv::CreateDrawArcPath(&path, oval, startAngle, sweepAngle, useCenter,
  /external/skqp/src/gpu/ops/
GrOvalOpFactory.cpp     [all...]
  /external/mksh/src/
expr.c 237 mksh_uari_t oval; local
242 oval = vl->val.u;
255 vl->val.u = oval;
  /external/skia/tests/
RoundRectTest.cpp 318 // Test out the cases when the RR degenerates to an oval
321 SkRect oval; local
327 oval = rr1.rect();
328 REPORTER_ASSERT(reporter, oval == rect);
713 // Test out the case where an oval already off in space is translated/scaled
  /external/skqp/tests/
RoundRectTest.cpp 318 // Test out the cases when the RR degenerates to an oval
321 SkRect oval; local
327 oval = rr1.rect();
328 REPORTER_ASSERT(reporter, oval == rect);
713 // Test out the case where an oval already off in space is translated/scaled
  /external/fio/
goptions.c 366 if (vp->oval == ip) {
389 if (ip && vp->oval == *ip)
1222 val |= vp->oval;
1224 val = vp->oval;
1329 *ip = o->posval[index].oval;
    [all...]
  /external/skia/src/gpu/
GrRenderTargetContext.cpp     [all...]
  /external/skqp/src/gpu/
GrRenderTargetContext.cpp     [all...]

Completed in 936 milliseconds

1 2 3 45 6 7 8