/third_party/flutter/skia/src/gpu/effects/generated/ |
D | GrEllipseEffect.cpp | 73 UniformHandle& ellipse = ellipseVar; in onSetData() local
|
/third_party/skia/modules/canvaskit/htmlcanvas/ |
D | path2d.js | 60 function ellipse(skpath, x, y, radiusX, radiusY, rotation, function 186 this.ellipse = function(x, y, radiusX, radiusY, rotation, method in Path2D
|
D | canvas2dcontext.js | 593 this.ellipse = function(x, y, radiusX, radiusY, rotation, method in CanvasRenderingContext2D
|
/third_party/flutter/skia/modules/canvaskit/htmlcanvas/ |
D | path2d.js | 60 function ellipse(skpath, x, y, radiusX, radiusY, rotation, function 185 this.ellipse = function(x, y, radiusX, radiusY, rotation, method in Path2D
|
D | canvas2dcontext.js | 622 this.ellipse = function(x, y, radiusX, radiusY, rotation, method in CanvasRenderingContext2D
|
/third_party/uboot/u-boot-2020.01/lib/efi_selftest/ |
D | efi_selftest_bitblt.c | 32 static void ellipse(efi_uintn_t x, efi_uintn_t y, in ellipse() function
|
/third_party/flutter/skia/modules/pathkit/ |
D | chaining.js | 97 …PathKit.SkPath.prototype.ellipse = function(x, y, radiusX, radiusY, rotation, startAngle, endAngle… method in PathKit.SkPath
|
D | externs.js | 98 PathKit.SkPath.prototype.ellipse = function(x, y, radiusX, radiusY, rotation, startAngle, endAngle,… method in PathKit.SkPath
|
/third_party/skia/modules/pathkit/ |
D | chaining.js | 97 …PathKit.SkPath.prototype.ellipse = function(x, y, radiusX, radiusY, rotation, startAngle, endAngle… method in PathKit.SkPath
|
D | externs.js | 98 PathKit.SkPath.prototype.ellipse = function(x, y, radiusX, radiusY, rotation, startAngle, endAngle,… method in PathKit.SkPath
|
/third_party/flutter/skia/src/gpu/ops/ |
D | GrOvalOpFactory.cpp | 1729 const SkRect& ellipse, in Make() 1882 for (const auto& ellipse : fEllipses) { in onPrepareDraws() local 1979 const SkRect& ellipse, in Make() 2122 for (const auto& ellipse : fEllipses) { in onPrepareDraws() local 3218 SkRect ellipse = GrTest::TestSquare(random); in GR_DRAW_OP_TEST_DEFINE() local 3225 SkRect ellipse = GrTest::TestSquare(random); in GR_DRAW_OP_TEST_DEFINE() local
|
/third_party/skia/src/gpu/ops/ |
D | GrOvalOpFactory.cpp | 1830 const SkRect& ellipse, in Make() 1999 for (const auto& ellipse : fEllipses) { in onPrepareDraws() local 2123 const SkRect& ellipse, in Make() 2270 for (const auto& ellipse : fEllipses) { in onPrepareDraws() local 3476 SkRect ellipse = GrTest::TestSquare(random); in GR_DRAW_OP_TEST_DEFINE() local 3483 SkRect ellipse = GrTest::TestSquare(random); in GR_DRAW_OP_TEST_DEFINE() local
|
/third_party/flutter/skia/modules/canvaskit/ |
D | externs.js | 597 CanvasRenderingContext2D.prototype.ellipse = function() {}; method in CanvasRenderingContext2D 632 Path2D.prototype.ellipse = function() {}; method in Path2D
|
/third_party/skia/src/gpu/ |
D | GrFragmentProcessor.cpp | 781 SkV4 ellipse = {center.fX, center.fY, invRXSqd, invRYSqd}; in Ellipse() local
|
/third_party/skia/src/svg/ |
D | SkSVGDevice.cpp | 877 AutoElement ellipse("ellipse", this, fResourceBucket.get(), MxCp(this), paint); in drawOval() local
|
/third_party/flutter/skia/src/svg/ |
D | SkSVGDevice.cpp | 779 AutoElement ellipse("ellipse", fWriter, fResourceBucket.get(), MxCp(this), paint); in drawOval() local
|
/third_party/skia/modules/canvaskit/ |
D | externs.js | 1098 CanvasRenderingContext2D.prototype.ellipse = function() {}; method in CanvasRenderingContext2D 1133 Path2D.prototype.ellipse = function() {}; method in Path2D
|
/third_party/typescript/tests/lib/ |
D | react.d.ts | 2258 ellipse: SVGFactory; property 2491 ellipse: React.SVGProps; property
|
/third_party/mingw-w64/mingw-w64-headers/include/ |
D | d2d1.h | 1018 void FillEllipse(const D2D1_ELLIPSE &ellipse, ID2D1Brush *brush) { in FillEllipse() 1713 …HRESULT CreateEllipseGeometry(const D2D1_ELLIPSE &ellipse, ID2D1EllipseGeometry **ellipseGeometry)… in CreateEllipseGeometry()
|
/third_party/typescript/src/lib/ |
D | webworker.generated.d.ts | 845 …ellipse(x: number, y: number, radiusX: number, radiusY: number, rotation: number, startAngle: numb… method
|
D | dom.generated.d.ts | 3416 …ellipse(x: number, y: number, radiusX: number, radiusY: number, rotation: number, startAngle: numb… method
|
/third_party/typescript/lib/ |
D | lib.webworker.d.ts | 865 …ellipse(x: number, y: number, radiusX: number, radiusY: number, rotation: number, startAngle: numb… method
|
D | lib.dom.d.ts | 3436 …ellipse(x: number, y: number, radiusX: number, radiusY: number, rotation: number, startAngle: numb… method
|