Searched defs:circle (Results 1 - 12 of 12) sorted by relevance
/third_party/skia/gm/ |
H A D | crbug_1086705.cpp | 30 SkPathBuilder circle; in DEF_SIMPLE_GM() local
|
H A D | manypaths.cpp | 60 SkRect circle = SkRect::MakeXYWH(x, y, w, w); variable
|
H A D | hairlines.cpp | 126 SkRect circle = SkRect::MakeLTRB(-kRad, -kRad, kRad, kRad); variable
|
H A D | dashcircle.cpp | 57 SkPath circle = SkPath::Circle(0, 0, radius); variable
|
/third_party/skia/samplecode/ |
H A D | SampleCircle.cpp | 27 void circle(SkCanvas* canvas, int width, bool aa) { in circle() function in CircleView
|
/third_party/skia/experimental/docs/ |
H A D | exampleSlides.js | |
/third_party/skia/tests/ |
H A D | TracingTest.cpp | 157 TracingCircle* circle = new TracingCircle(SkPoint::Make(20, 20), 15); in test_trace_objects() local
|
H A D | PathOpsAngleIdeas.cpp | 80 const QuadPts circle[8] = {{{{ r, 0}, { r, -s}, { m, -m}}}, in orderQuads() local
|
H A D | PathTest.cpp | 3460 SkPath circle; in test_circle_with_add_paths() local [all...] |
/third_party/skia/src/gpu/ops/ |
H A D | ShadowRRectOp.cpp | 772 SkRect circle = GrTest::TestSquare(random); in GR_DRAW_OP_TEST_DEFINE() local
|
/third_party/skia/src/core/ |
H A D | SkBlurMF.cpp | 754 create_profile_effect(GrRecordingContext* rContext, const SkRect& circle, float sigma, float* solidRadius, float* textureRadius) create_profile_effect() argument 837 make_circle_blur(GrRecordingContext* context, const SkRect& circle, float sigma) make_circle_blur() argument [all...] |
/third_party/python/Lib/ |
H A D | turtle.py | 1939 def circle(self, radius, extent = None, steps = None): member in TNavigator [all...] |
Completed in 19 milliseconds