| /third_party/skia/gm/ |
| H A D | arcto.cpp | 74 SkRect oval = SkRect::MakeXYWH(100, 100, 100, 100); in DEF_SIMPLE_GM() local 204 SkRect oval = SkRect::MakeXYWH(-radius, yOffset - radius, 2 * radius, 2 * radius); DEF_SIMPLE_GM() local [all...] |
| H A D | ovals.cpp | 191 SkRect oval = SkRect::MakeLTRB(-20, -60, 20, 60); variable 207 SkRect oval = SkRect::MakeLTRB(-80, -30, 80, 30); variable 224 SkRect oval = SkRect::MakeLTRB(0, -60, 1, 60); global() variable 239 SkRect oval = SkRect::MakeLTRB(-80, -1, 80, 0); global() variable 281 SkRect oval = SkRect::MakeLTRB(-30, -30, 30, 30); global() variable [all...] |
| H A D | addarc.cpp | 91 const SkRect oval = SkRect::MakeLTRB(-R, -R, R, R); in DEF_SIMPLE_GM() local
|
| H A D | overstroke.cpp | 78 SkRect oval = SkRect::MakeXYWH(0, -25, 100, 50); in oval_path() local
|
| H A D | dashcircle.cpp | 56 SkRect oval = SkRect::MakeLTRB(-radius - 20, -radius - 20, radius + 20, radius + 20); variable
|
| /third_party/skia/samplecode/ |
| H A D | SamplePathClip.cpp | 35 const SkRect oval = fOval.makeOffset(fCenter.fX - fOval.centerX(), variable
|
| /third_party/skia/src/core/ |
| H A D | SkPath_serial.cpp | 59 SkRect oval; in writeToMemoryAsRRect() local
|
| H A D | SkRRect.cpp | 21 void SkRRect::setOval(const SkRect& oval) { in setOval() argument
|
| H A D | SkOverdrawCanvas.cpp | 120 void SkOverdrawCanvas::onDrawOval(const SkRect& oval, const SkPaint& paint) { in onDrawOval() argument
|
| H A D | SkPictureRecord.cpp | 458 void SkPictureRecord::onDrawOval(const SkRect& oval, const SkPaint& paint) { in onDrawOval() argument 467 void SkPictureRecord::onDrawArc(const SkRect& oval, SkScalar startAngle, SkScalar sweepAngle, in onDrawArc() argument
|
| H A D | SkBitmapDevice.cpp | 368 void SkBitmapDevice::drawOval(const SkRect& oval, const SkPaint& paint) { in drawOval() argument
|
| H A D | SkPathBuilder.cpp | 247 static bool arc_is_lone_point(const SkRect& oval, SkScalar startAngle, SkScalar sweepAngle, in arc_is_lone_point() argument 308 static int build_arc_conics(const SkRect& oval, const SkVector& start, const SkVector& stop, in build_arc_conics() argument 328 arcTo(const SkRect& oval, SkScalar startAngle, SkScalar sweepAngle, bool forceMoveTo) arcTo() argument 391 addArc(const SkRect& oval, SkScalar startAngle, SkScalar sweepAngle) addArc() argument 627 OvalPointIterator(const SkRect& oval, SkPathDirection dir, unsigned startIndex) OvalPointIterator() argument 678 addOval(const SkRect& oval, SkPathDirection dir, unsigned index) addOval() argument [all...] |
| H A D | SkRecorder.cpp | 178 void SkRecorder::onDrawOval(const SkRect& oval, const SkPaint& paint) { in onDrawOval() argument 182 void SkRecorder::onDrawArc(const SkRect& oval, SkScalar startAngle, SkScalar sweepAngle, in onDrawArc() argument
|
| H A D | SkDevice.cpp | 141 void SkBaseDevice::drawArc(const SkRect& oval, SkScalar startAngle, in drawArc() argument
|
| /third_party/skia/tests/ |
| H A D | MultiPictureDocumentTest.cpp | 40 SkRRect oval; in draw_basic() local
|
| H A D | PathOpsBuilderConicTest.cpp | 24 static void testOvalSet(const OvalSet& set, const SkPath& oval, SkOpBuilder* builder, in testOvalSet() argument 56 SkPath oval, regionResult, builderResult, opResult; in testOne() local
|
| H A D | RoundRectTest.cpp | 324 SkRect oval; in test_round_rect_ovals() local
|
| /third_party/skia/include/core/ |
| H A D | SkRRect.h | 158 static SkRRect MakeOval(const SkRect& oval) { in MakeOval() argument [all...] |
| /third_party/curl/src/ |
| H A D | tool_setopt.c | 617 curl_off_t oval = va_arg(arg, curl_off_t); in tool_setopt() local
|
| /third_party/skia/experimental/graphite/src/ |
| H A D | Device.cpp | 171 void Device::drawOval(const SkRect& oval, const SkPaint& paint) { in drawOval() argument
|
| /third_party/mksh/ |
| H A D | expr.c | 237 mksh_uari_t oval; in do_ppmm() local
|
| /third_party/skia/src/gpu/geometry/ |
| H A D | GrStyledShape.cpp | 306 GrStyledShape GrStyledShape::MakeArc(const SkRect& oval, SkScalar startAngleDegrees, in MakeArc() argument
|
| /third_party/ltp/tools/sparse/sparse-src/ |
| H A D | simplify.c | 830 unsigned long long oval = src2->value; in simplify_mask_or() local
|
| /third_party/skia/src/gpu/v1/ |
| H A D | Device.cpp | 573 void Device::drawOval(const SkRect& oval, const SkPaint& paint) { in drawOval() argument 594 void Device::drawArc(const SkRect& oval, in drawArc() argument
|
| H A D | SurfaceDrawContext.cpp | 1363 drawOval(const GrClip* clip, GrPaint&& paint, GrAA aa, const SkMatrix& viewMatrix, const SkRect& oval, const GrStyle& style) drawOval() argument 1427 drawArc(const GrClip* clip, GrPaint&& paint, GrAA aa, const SkMatrix& viewMatrix, const SkRect& oval, SkScalar startAngle, SkScalar sweepAngle, bool useCenter, const GrStyle& style) drawArc() argument [all...] |