Home
last modified time | relevance | path

Searched defs:circle (Results 1 – 24 of 24) sorted by relevance

/third_party/skia/gm/
Dcrbug_1086705.cpp30 SkPathBuilder circle; variable
Dmanypaths.cpp60 SkRect circle = SkRect::MakeXYWH(x, y, w, w); in onDraw() local
Dhairlines.cpp126 SkRect circle = SkRect::MakeLTRB(-kRad, -kRad, kRad, kRad); in onOnceBeforeDraw() local
Ddashcircle.cpp57 SkPath circle = SkPath::Circle(0, 0, radius); in onDraw() local
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/classes/members/inheritance_and_overriding/
Dinheritance_and_overriding_1.ts39 let circle: Circle = new Circle(); variable
Dinheritance_and_overriding_2.ts47 let circle: Circle = new Circle(); variable
Dinheritance_and_overriding_5.ts55 let circle = new Circle(); variable
/third_party/jerryscript/tests/jerry/es2015/
Dobject-prototype-proto.js36 var circle = new Circle(); variable
/third_party/typescript/tests/cases/conformance/salsa/
DclassCanExtendConstructorFunction.ts76 static circle(others: (typeof Wagon)[]) { method in Conestoga
/third_party/skia/samplecode/
DSampleCircle.cpp27 void circle(SkCanvas* canvas, int width, bool aa) { in circle() function in CircleView
/third_party/skia/tests/
DTracingTest.cpp157 TracingCircle* circle = new TracingCircle(SkPoint::Make(20, 20), 15); in test_trace_objects() local
DPathOpsAngleIdeas.cpp80 const QuadPts circle[8] = {{{{ r, 0}, { r, -s}, { m, -m}}}, in orderQuads() local
DPathTest.cpp3460 SkPath circle; in test_circle_with_add_paths() local
/third_party/vk-gl-cts/external/vulkan-docs/src/katex/contrib/
Drender-a11y-string.mjs94 "circle": "degrees", property
Drender-a11y-string.js206 "circle": "degrees", property
Drender-a11y-string.min.js1 …else if("function"==typeof define&&define.amd)define(["katex"],r);else{var t="object"==typeof expo… property
/third_party/skia/src/core/
DSkBlurMF.cpp747 const SkRect& circle, in create_profile_effect()
830 const SkRect& circle, in make_circle_blur()
/third_party/skia/src/gpu/ops/
DShadowRRectOp.cpp772 SkRect circle = GrTest::TestSquare(random); in GR_DRAW_OP_TEST_DEFINE() local
DGrOvalOpFactory.cpp1298 for (const auto& circle : fCircles) { in onPrepareDraws() local
1670 for (const auto& circle : fCircles) { in onPrepareDraws() local
3423 SkRect circle = GrTest::TestSquare(random); in GR_DRAW_OP_TEST_DEFINE() local
3461 SkRect circle = GrTest::TestSquare(random); in GR_DRAW_OP_TEST_DEFINE() local
/third_party/skia/src/gpu/
DGrFragmentProcessor.cpp703 SkV4 circle = {center.fX, center.fY, effectiveRadius, SkScalarInvert(effectiveRadius)}; in Circle() local
/third_party/typescript/tests/lib/
Dreact.d.ts2256 circle: SVGFactory; property
2489 circle: React.SVGProps; property
/third_party/python/Lib/
Dturtle.py1939 def circle(self, radius, extent = None, steps = None): member in TNavigator
/third_party/skia/experimental/docs/
DexampleSlides.js1 var circle = { variable
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp81378 static nsIAtom* circle; member in nsGkAtoms