Home
last modified time | relevance | path

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

123

/third_party/skia/docs/examples/
H A DSkPath_arcto_conic_parametric.cpp23 SkRect oval = {center.x() - r, center.y() - r, center.x() + r, center.y() + r}; in REG_FIDDLE() local
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/draw/
H A Dpath_test.cpp440 Rect oval; in HWTEST_F() local
455 Rect oval; in HWTEST_F() local
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/dm/
H A Dadd_arc.cpp70 OH_Drawing_Rect *oval = OH_Drawing_RectCreate(-R, -R, R, R); in OnTestFunction() local
/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
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/draw/path_fuzzer/
H A Dpath_fuzzer.cpp48 Rect oval = GetObject<Rect>(); in PathAddFuzzTest() local
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/skia_adapter/
H A Dskia_canvas_test.cpp158 Rect oval; in HWTEST_F() local
178 Rect oval; in HWTEST_F() local
198 Rect oval; in HWTEST_F() local
/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
/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
/third_party/skia/include/core/
H A DSkRRect.h158 static SkRRect MakeOval(const SkRect& oval) { in MakeOval() argument
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/platform/ohos/overdraw/
H A Drs_canvas_listener.h44 virtual void DrawArc(const Drawing::Rect& oval, Drawing::scalar startAngle, Drawing::scalar sweepAngle) {}; in DrawArc() argument
45 virtual void DrawPie(const Drawing::Rect& oval, Drawing::scalar startAngle, Drawing::scalar sweepAngle) {}; in DrawPie() argument
46 virtual void DrawOval(const Drawing::Rect& oval) {}; in DrawOval() argument
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/overdraw/
H A Drs_gpu_overdraw_canvas_listener.cpp146 void RSGPUOverdrawCanvasListener::DrawOval(const Drawing::Rect& oval) in DrawOval() argument
122 DrawArc( const Drawing::Rect& oval, Drawing::scalar startAngle, Drawing::scalar sweepAngle) DrawArc() argument
134 DrawPie( const Drawing::Rect& oval, Drawing::scalar startAngle, Drawing::scalar sweepAngle) DrawPie() argument
H A Drs_cpu_overdraw_canvas_listener.cpp104 void RSCPUOverdrawCanvasListener::DrawOval(const Drawing::Rect& oval) in DrawOval() argument
88 DrawArc( const Drawing::Rect& oval, Drawing::scalar startAngle, Drawing::scalar sweepAngle) DrawArc() argument
96 DrawPie( const Drawing::Rect& oval, Drawing::scalar startAngle, Drawing::scalar sweepAngle) DrawPie() argument
H A Drs_listened_canvas.cpp74 void RSListenedCanvas::DrawArc(const Rect& oval, scalar startAngle, scalar sweepAngle) in DrawArc() argument
82 void RSListenedCanvas::DrawPie(const Rect& oval, scalar startAngle, scalar sweepAngle) in DrawPie() argument
90 void RSListenedCanvas::DrawOval(const Rect& oval) in DrawOval() argument
/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
/foundation/arkui/ace_engine/test/mock/core/rosen/
H A Dtesting_path.h56 virtual void AddArc(TestingRect oval, float startAngle, float sweepAngle) {} in AddArc() argument
92 virtual void AddOval(const TestingRect& oval, PathDirection dir = PathDirection::CW_DIRECTION) {} in AddOval() argument
H A Dtesting_canvas.h57 virtual void DrawArc(const TestingRect& oval, float startAngle, float sweepAngle) {} in DrawArc() argument
109 virtual void DrawOval(const TestingRect& oval) {} in DrawOval() argument
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/
H A Ddrawing_path.cpp373 void OH_Drawing_PathAddOval(OH_Drawing_Path* cPath, const OH_Drawing_Rect* oval, OH_Drawing_PathDirection dir) in OH_Drawing_PathAddOval() argument
255 OH_Drawing_PathAddOvalWithInitialPoint(OH_Drawing_Path* cPath, const OH_Drawing_Rect* oval, uint32_t start, OH_Drawing_PathDirection dir) OH_Drawing_PathAddOvalWithInitialPoint() argument

Completed in 18 milliseconds

123