Home
last modified time | relevance | path

Searched defs:oval (Results 26 - 50 of 55) sorted by relevance

123

/third_party/skia/gm/
H A Darcto.cpp74 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 Dovals.cpp191 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 Daddarc.cpp91 const SkRect oval = SkRect::MakeLTRB(-R, -R, R, R); in DEF_SIMPLE_GM() local
H A Doverstroke.cpp78 SkRect oval = SkRect::MakeXYWH(0, -25, 100, 50); in oval_path() local
H A Ddashcircle.cpp56 SkRect oval = SkRect::MakeLTRB(-radius - 20, -radius - 20, radius + 20, radius + 20); variable
/third_party/skia/samplecode/
H A DSamplePathClip.cpp35 const SkRect oval = fOval.makeOffset(fCenter.fX - fOval.centerX(), variable
/third_party/skia/src/core/
H A DSkPath_serial.cpp59 SkRect oval; in writeToMemoryAsRRect() local
H A DSkRRect.cpp21 void SkRRect::setOval(const SkRect& oval) { in setOval() argument
H A DSkOverdrawCanvas.cpp120 void SkOverdrawCanvas::onDrawOval(const SkRect& oval, const SkPaint& paint) { in onDrawOval() argument
H A DSkPictureRecord.cpp458 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 DSkBitmapDevice.cpp368 void SkBitmapDevice::drawOval(const SkRect& oval, const SkPaint& paint) { in drawOval() argument
H A DSkPathBuilder.cpp247 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 DSkRecorder.cpp178 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 DSkDevice.cpp141 void SkBaseDevice::drawArc(const SkRect& oval, SkScalar startAngle, in drawArc() argument
/third_party/skia/tests/
H A DMultiPictureDocumentTest.cpp40 SkRRect oval; in draw_basic() local
H A DPathOpsBuilderConicTest.cpp24 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 DRoundRectTest.cpp324 SkRect oval; in test_round_rect_ovals() local
/third_party/skia/include/core/
H A DSkRRect.h158 static SkRRect MakeOval(const SkRect& oval) { in MakeOval() argument
[all...]
/third_party/curl/src/
H A Dtool_setopt.c617 curl_off_t oval = va_arg(arg, curl_off_t); in tool_setopt() local
/third_party/skia/experimental/graphite/src/
H A DDevice.cpp171 void Device::drawOval(const SkRect& oval, const SkPaint& paint) { in drawOval() argument
/third_party/mksh/
H A Dexpr.c237 mksh_uari_t oval; in do_ppmm() local
/third_party/skia/src/gpu/geometry/
H A DGrStyledShape.cpp306 GrStyledShape GrStyledShape::MakeArc(const SkRect& oval, SkScalar startAngleDegrees, in MakeArc() argument
/third_party/ltp/tools/sparse/sparse-src/
H A Dsimplify.c830 unsigned long long oval = src2->value; in simplify_mask_or() local
/third_party/skia/src/gpu/v1/
H A DDevice.cpp573 void Device::drawOval(const SkRect& oval, const SkPaint& paint) { in drawOval() argument
594 void Device::drawArc(const SkRect& oval, in drawArc() argument
H A DSurfaceDrawContext.cpp1363 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...]

Completed in 29 milliseconds

123