/third_party/skia/docs/examples/ |
H A D | SkPath_arcto_conic_parametric.cpp | 23 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 D | path_test.cpp | 440 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 D | add_arc.cpp | 70 OH_Drawing_Rect *oval = OH_Drawing_RectCreate(-R, -R, R, R); in OnTestFunction() local
|
/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
|
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/draw/path_fuzzer/ |
H A D | path_fuzzer.cpp | 48 Rect oval = GetObject<Rect>(); in PathAddFuzzTest() local
|
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/skia_adapter/ |
H A D | skia_canvas_test.cpp | 158 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 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
|
/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
|
/third_party/skia/include/core/ |
H A D | SkRRect.h | 158 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 D | rs_canvas_listener.h | 44 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 D | rs_gpu_overdraw_canvas_listener.cpp | 146 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 D | rs_cpu_overdraw_canvas_listener.cpp | 104 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 D | rs_listened_canvas.cpp | 74 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 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
|
/foundation/arkui/ace_engine/test/mock/core/rosen/ |
H A D | testing_path.h | 56 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 D | testing_canvas.h | 57 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 D | drawing_path.cpp | 373 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
|