Home
last modified time | relevance | path

Searched refs:Make (Results 1 - 25 of 1533) sorted by relevance

12345678910>>...62

/third_party/skia/tests/
H A DInsetConvexPolyTest.cpp14 *rrectPoly.push() = SkPoint::Make(-100, 55); in DEF_TEST()
15 *rrectPoly.push() = SkPoint::Make(100, 55); in DEF_TEST()
16 *rrectPoly.push() = SkPoint::Make(100 + 2.5f, 50 + 4.330127f); in DEF_TEST()
17 *rrectPoly.push() = SkPoint::Make(100 + 3.535534f, 50 + 3.535534f); in DEF_TEST()
18 *rrectPoly.push() = SkPoint::Make(100 + 4.330127f, 50 + 2.5f); in DEF_TEST()
19 *rrectPoly.push() = SkPoint::Make(105, 50); in DEF_TEST()
20 *rrectPoly.push() = SkPoint::Make(105, -50); in DEF_TEST()
21 *rrectPoly.push() = SkPoint::Make(100 + 4.330127f, -50 - 2.5f); in DEF_TEST()
22 *rrectPoly.push() = SkPoint::Make(100 + 3.535534f, -50 - 3.535534f); in DEF_TEST()
23 *rrectPoly.push() = SkPoint::Make(10 in DEF_TEST()
[all...]
H A DOffsetSimplePolyTest.cpp17 *rrectPoly.push() = SkPoint::Make(-100, 55); in DEF_TEST()
18 *rrectPoly.push() = SkPoint::Make(100, 55); in DEF_TEST()
19 *rrectPoly.push() = SkPoint::Make(100 + 2.5f, 50 + 4.330127f); in DEF_TEST()
20 *rrectPoly.push() = SkPoint::Make(100 + 3.535534f, 50 + 3.535534f); in DEF_TEST()
21 *rrectPoly.push() = SkPoint::Make(100 + 4.330127f, 50 + 2.5f); in DEF_TEST()
22 *rrectPoly.push() = SkPoint::Make(105, 50); in DEF_TEST()
23 *rrectPoly.push() = SkPoint::Make(105, -50); in DEF_TEST()
24 *rrectPoly.push() = SkPoint::Make(100 + 4.330127f, -50 - 2.5f); in DEF_TEST()
25 *rrectPoly.push() = SkPoint::Make(100 + 3.535534f, -50 - 3.535534f); in DEF_TEST()
26 *rrectPoly.push() = SkPoint::Make(10 in DEF_TEST()
[all...]
H A DPolyUtilsTest.cpp21 *poly.push() = SkPoint::Make(-100, 55); in DEF_TEST()
22 *poly.push() = SkPoint::Make(100, 55); in DEF_TEST()
23 *poly.push() = SkPoint::Make(102.5f, 54.330127f); in DEF_TEST()
86 *poly.push() = SkPoint::Make(-100, 55); in DEF_TEST()
87 *poly.push() = SkPoint::Make(100, 55); in DEF_TEST()
88 *poly.push() = SkPoint::Make(100 + 2.5f, 50 + 4.330127f); in DEF_TEST()
89 *poly.push() = SkPoint::Make(100 + 3.535534f, 50 + 3.535534f); in DEF_TEST()
90 *poly.push() = SkPoint::Make(100 + 4.330127f, 50 + 2.5f); in DEF_TEST()
91 *poly.push() = SkPoint::Make(105, 50); in DEF_TEST()
92 *poly.push() = SkPoint::Make(10 in DEF_TEST()
[all...]
H A DMipMapTest.cpp30 REPORTER_ASSERT(reporter, !mm->extractLevel(SkSize::Make(SK_Scalar1, SK_Scalar1), in DEF_TEST()
32 REPORTER_ASSERT(reporter, !mm->extractLevel(SkSize::Make(SK_Scalar1 * 2, SK_Scalar1 * 2), in DEF_TEST()
43 if (mm->extractLevel(SkSize::Make(scale, scale), &level)) { in DEF_TEST()
72 // Make sure the mipmaps contain valid data and that the sizes are correct in test_mipmap_generation()
169 {-100, 100, 0, SkISize::Make(0, 0)}, in DEF_TEST()
170 {100, -100, 0, SkISize::Make(0, 0)}, in DEF_TEST()
171 {-100, -100, 0, SkISize::Make(0, 0)}, in DEF_TEST()
177 {0, 100, 0, SkISize::Make(0, 0)}, in DEF_TEST()
178 {100, 0, 0, SkISize::Make(0, 0)}, in DEF_TEST()
179 {0, 0, 0, SkISize::Make( in DEF_TEST()
[all...]
H A DPoint3Test.cpp15 const SkPoint3 p0 = SkPoint3::Make(0, 0, 0); in test_eq_ops()
16 const SkPoint3 p1 = SkPoint3::Make(1, 1, 1); in test_eq_ops()
17 const SkPoint3 p2 = SkPoint3::Make(1, 1, 1); in test_eq_ops()
24 SkPoint3 v = SkPoint3::Make(1, 1, 1); in test_ops()
35 SkPoint3 p1 = SkPoint3::Make(20.0f, 2.0f, 10.0f); in test_ops()
52 const SkPoint3 xAxis = SkPoint3::Make(1.0f, 0.0f, 0.0f); in test_dot()
53 const SkPoint3 yAxis = SkPoint3::Make(0.0f, 1.0f, 0.0f); in test_dot()
54 const SkPoint3 zAxis = SkPoint3::Make(0.0f, 0.0f, 1.0f); in test_dot()
65 SkPoint3 v = SkPoint3::Make(13.0f, 2.0f, 7.0f); in test_dot()
71 v = SkPoint3::Make(SK_ScalarRoot2Over in test_dot()
[all...]
/third_party/skia/bench/
H A DPatchBench.cpp239 DEF_BENCH( return new PatchBench(SkVector::Make(0.1f, 0.1f), PatchBench::kNone_VertexMode); )
240 DEF_BENCH( return new PatchBench(SkVector::Make(0.1f, 0.1f), PatchBench::kColors_VertexMode); )
241 DEF_BENCH( return new PatchBench(SkVector::Make(0.1f, 0.1f), PatchBench::kTexCoords_VertexMode); )
242 DEF_BENCH( return new PatchBench(SkVector::Make(0.1f, 0.1f), PatchBench::kBoth_VertexMode); )
243 DEF_BENCH( return new PatchBench(SkVector::Make(1.f, 1.0f), PatchBench::kNone_VertexMode); )
244 DEF_BENCH( return new PatchBench(SkVector::Make(1.0f, 1.0f), PatchBench::kColors_VertexMode); )
245 DEF_BENCH( return new PatchBench(SkVector::Make(1.0f, 1.0f), PatchBench::kTexCoords_VertexMode); )
246 DEF_BENCH( return new PatchBench(SkVector::Make(1.0f, 1.0f), PatchBench::kBoth_VertexMode); )
247 DEF_BENCH( return new PatchBench(SkVector::Make(3.0f, 3.0f), PatchBench::kNone_VertexMode); )
248 DEF_BENCH( return new PatchBench(SkVector::Make(3.
[all...]
H A DShapesBench.cpp133 SkIPoint onGetSize() override { return SkIPoint::Make(kBenchWidth, kBenchHeight); }
257 10000, SkISize::Make(32, 32), false);)
259 10000, SkISize::Make(32, 32), false);)
261 10000, SkISize::Make(32, 33), false);)
263 10000, SkISize::Make(32, 32), false);)
265 10000, SkISize::Make(32, 33), false);)
269 100, SkISize::Make(500, 500), false);)
271 100, SkISize::Make(500, 500), false);)
273 100, SkISize::Make(500, 501), false);)
275 100, SkISize::Make(50
[all...]
/third_party/skia/gm/
H A Dxform.cpp25 fRoot = MatrixXF::Make(); in XformGM()
27 fRA = MatrixXF::Make(fRoot); in XformGM()
28 fRB = MatrixXF::Make(fRoot); in XformGM()
30 fA = MatrixXF::Make(fRA); in XformGM()
31 fB = MatrixXF::Make(fRB); in XformGM()
39 sk_sp<GroupShape> g = GroupShape::Make(); in XformGM()
40 g->append(GeoShape::Make(fA, {0, 0, 100, 60}, SK_ColorRED)); in XformGM()
41 g->append(GeoShape::Make(fB, {0, 0, 100, 60}, SK_ColorGREEN)); in XformGM()
42 g->append(GeoShape::Make(fRA, {0, 0, 100, 60}, SK_ColorBLUE)); in XformGM()
43 g->append(GeoShape::Make(fR in XformGM()
[all...]
H A Ddegeneratesegments.cpp43 SkPoint moveToPt = startPt + SkPoint::Make(0, 10*SK_Scalar1); in AddMove()
49 SkPoint moveToPt = startPt + SkPoint::Make(0, 10*SK_Scalar1); in AddMoveClose()
61 SkPoint moveToPt = startPt + SkPoint::Make(0, 10*SK_Scalar1); in AddMoveDegenLine()
68 SkPoint moveToPt = startPt + SkPoint::Make(0, 10*SK_Scalar1); in AddMoveDegenLineClose()
81 SkPoint moveToPt = startPt + SkPoint::Make(0, 10*SK_Scalar1); in AddMoveDegenQuad()
88 SkPoint moveToPt = startPt + SkPoint::Make(0, 10*SK_Scalar1); in AddMoveDegenQuadClose()
101 SkPoint moveToPt = startPt + SkPoint::Make(0, 10*SK_Scalar1); in AddMoveDegenCubic()
108 SkPoint moveToPt = startPt + SkPoint::Make(0, 10*SK_Scalar1); in AddMoveDegenCubicClose()
121 SkPoint endPt = startPt + SkPoint::Make(40*SK_Scalar1, 0); in AddLine()
127 SkPoint moveToPt = startPt + SkPoint::Make( in AddMoveLine()
[all...]
H A Dpictureimagegenerator.cpp88 const SkPoint pts1[] = { SkPoint::Make(underlineRect.x(), 0), in draw_vector_logo()
89 SkPoint::Make(iBox.centerX(), 0) }; in draw_vector_logo()
97 const SkPoint pts2[] = { SkPoint::Make(iBox.x() - iBox.width() * kGradientPad, 0), in draw_vector_logo()
98 SkPoint::Make(iBox.right() + iBox.width() * kGradientPad, 0) }; in draw_vector_logo()
125 return SkISize::Make(1160, 860);
142 { SkISize::Make(200, 100), 1, 1, 1 },
143 { SkISize::Make(200, 200), 1, 1, 1 },
144 { SkISize::Make(200, 200), 1, 2, 1 },
145 { SkISize::Make(400, 200), 2, 2, 1 },
147 { SkISize::Make(20
[all...]
H A Dimagefiltersscaled.cpp47 paint.setShader(SkGradientShader::MakeRadial(SkPoint::Make(x, y), radius, colors, nullptr, in make_gradient_circle()
70 return SkISize::Make(1428, 500);
84 SkPoint3 pointLocation = SkPoint3::Make(0, 0, SkIntToScalar(10));
85 SkPoint3 spotLocation = SkPoint3::Make(SkIntToScalar(-10),
88 SkPoint3 spotTarget = SkPoint3::Make(SkIntToScalar(40), SkIntToScalar(40), 0);
114 SkVector::Make(SkScalarInvert(2), SkScalarInvert(2)),
115 SkVector::Make(SkIntToScalar(1), SkIntToScalar(1)),
116 SkVector::Make(SkIntToScalar(1), SkIntToScalar(2)),
117 SkVector::Make(SkIntToScalar(2), SkIntToScalar(1)),
118 SkVector::Make(SkIntToScala
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/FuzzMutate/
H A DOpDescriptor.h56 MakeT Make; member in llvm::fuzzerop::SourcePred
60 SourcePred(PredT Pred, MakeT Make) : Pred(Pred), Make(Make) {} in SourcePred() argument
62 Make = [Pred](ArrayRef<Value *> Cur, ArrayRef<Type *> BaseTypes) { in SourcePred()
84 return Make(Cur, BaseTypes); in generate()
99 auto Make = [Only](ArrayRef<Value *>, ArrayRef<Type *>) { in onlyType() local
102 return {Pred, Make}; in onlyType()
109 auto Make = None; in anyType() local
110 return {Pred, Make}; in anyType()
117 auto Make = None; anyIntType() local
125 auto Make = None; anyFloatType() local
133 auto Make = [](ArrayRef<Value *>, ArrayRef<Type *> Ts) { anyPtrType() local
152 auto Make = [](ArrayRef<Value *>, ArrayRef<Type *> Ts) { sizedPtrType() local
189 auto Make = None; anyVectorType() local
199 auto Make = [](ArrayRef<Value *> Cur, ArrayRef<Type *>) { matchFirstType() local
212 auto Make = [](ArrayRef<Value *> Cur, ArrayRef<Type *>) { matchScalarOfFirstType() local
[all...]
/third_party/skia/modules/sksg/tests/
H A DSGTest.cpp77 auto color = sksg::Color::Make(0xff000000); in inval_test1()
78 auto r1 = sksg::Rect::Make(SkRect::MakeWH(100, 100)), in inval_test1()
79 r2 = sksg::Rect::Make(SkRect::MakeWH(100, 100)); in inval_test1()
80 auto grp = sksg::Group::Make(); in inval_test1()
81 auto matrix = sksg::Matrix<SkMatrix>::Make(SkMatrix::I()); in inval_test1()
82 auto root = sksg::TransformEffect::Make(grp, matrix); in inval_test1()
83 auto d1 = sksg::Draw::Make(r1, color), in inval_test1()
84 d2 = sksg::Draw::Make(r2, color); in inval_test1()
222 auto color = sksg::Color::Make(0xff000000); in inval_test2()
223 auto rect = sksg::Rect::Make(SkRec in inval_test2()
[all...]
/third_party/skia/modules/svg/src/
H A DSkSVGDOM.cpp239 { "a" , []() -> sk_sp<SkSVGNode> { return SkSVGG::Make(); }},
240 { "circle" , []() -> sk_sp<SkSVGNode> { return SkSVGCircle::Make(); }},
241 { "clipPath" , []() -> sk_sp<SkSVGNode> { return SkSVGClipPath::Make(); }},
242 { "defs" , []() -> sk_sp<SkSVGNode> { return SkSVGDefs::Make(); }},
243 { "ellipse" , []() -> sk_sp<SkSVGNode> { return SkSVGEllipse::Make(); }},
244 { "feBlend" , []() -> sk_sp<SkSVGNode> { return SkSVGFeBlend::Make(); }},
245 { "feColorMatrix" , []() -> sk_sp<SkSVGNode> { return SkSVGFeColorMatrix::Make(); }},
246 { "feComposite" , []() -> sk_sp<SkSVGNode> { return SkSVGFeComposite::Make(); }},
247 { "feDiffuseLighting" , []() -> sk_sp<SkSVGNode> { return SkSVGFeDiffuseLighting::Make(); }},
248 { "feDisplacementMap" , []() -> sk_sp<SkSVGNode> { return SkSVGFeDisplacementMap::Make(); }},
[all...]
/third_party/skia/src/core/
H A DSkPathMakers.h44 fPts[0] = SkPoint::Make(rect.fLeft, rect.fTop); in SkPath_RectPointIterator()
45 fPts[1] = SkPoint::Make(rect.fRight, rect.fTop); in SkPath_RectPointIterator()
46 fPts[2] = SkPoint::Make(rect.fRight, rect.fBottom); in SkPath_RectPointIterator()
47 fPts[3] = SkPoint::Make(rect.fLeft, rect.fBottom); in SkPath_RectPointIterator()
59 fPts[0] = SkPoint::Make(cx, oval.fTop); in SkPath_OvalPointIterator()
60 fPts[1] = SkPoint::Make(oval.fRight, cy); in SkPath_OvalPointIterator()
61 fPts[2] = SkPoint::Make(cx, oval.fBottom); in SkPath_OvalPointIterator()
62 fPts[3] = SkPoint::Make(oval.fLeft, cy); in SkPath_OvalPointIterator()
77 fPts[0] = SkPoint::Make(L + rrect.radii(SkRRect::kUpperLeft_Corner).fX, T); in SkPath_RRectPointIterator()
78 fPts[1] = SkPoint::Make( in SkPath_RRectPointIterator()
[all...]
/third_party/skia/src/gpu/ops/
H A DShadowRRectOp.cpp281 SkPoint center = SkPoint::Make(bounds.centerX(), bounds.centerY()); in fillInCircleVerts()
285 (*verts)->fPos = center + SkPoint::Make(-octOffset * halfWidth, -halfWidth); in fillInCircleVerts()
287 (*verts)->fOffset = SkPoint::Make(-octOffset, -1); in fillInCircleVerts()
291 (*verts)->fPos = center + SkPoint::Make(octOffset * halfWidth, -halfWidth); in fillInCircleVerts()
293 (*verts)->fOffset = SkPoint::Make(octOffset, -1); in fillInCircleVerts()
297 (*verts)->fPos = center + SkPoint::Make(halfWidth, -octOffset * halfWidth); in fillInCircleVerts()
299 (*verts)->fOffset = SkPoint::Make(1, -octOffset); in fillInCircleVerts()
303 (*verts)->fPos = center + SkPoint::Make(halfWidth, octOffset * halfWidth); in fillInCircleVerts()
305 (*verts)->fOffset = SkPoint::Make(1, octOffset); in fillInCircleVerts()
309 (*verts)->fPos = center + SkPoint::Make(octOffse in fillInCircleVerts()
706 GrOp::Owner Make(GrRecordingContext* context, Make() function
[all...]
/third_party/skia/modules/sksg/samples/
H A DSampleSVGPong.cpp28 static const SkSize kPaddleSize = SkSize::Make(0.03f, 0.1f);
94 SkPoint::Make(kBounds.centerX(), kBounds.centerY()),
95 SkVector::Make(fRand.nextRangeScalar(kBallSpeedMin, kBallSpeedMax),
98 SkPoint::Make(fieldBounds.left() - kPaddleSize.width() / 2,
100 SkVector::Make(0, 0));
102 SkPoint::Make(fieldBounds.right() + kPaddleSize.width() / 2,
104 SkVector::Make(0, 0));
120 auto bg_path = sksg::Path::Make(bgPath.detach());
121 auto bg_paint = sksg::Color::Make(SK_ColorBLACK);
125 auto ball_paint = sksg::Color::Make(SK_ColorGREE
[all...]
/third_party/skia/samplecode/
H A DSampleClock.cpp69 radii[0] = SkPoint::Make(2.5f,2.5f);
70 radii[1] = SkPoint::Make(2.5f,2.5f);
71 radii[2] = SkPoint::Make(2.5f,2.5f);
72 radii[3] = SkPoint::Make(2.5f,2.5f);
109 radii[0] = SkPoint::Make(7,7);
110 radii[1] = SkPoint::Make(7,7);
111 radii[2] = SkPoint::Make(7,7);
112 radii[3] = SkPoint::Make(7,7);
130 radii[0] = SkPoint::Make(5,5);
131 radii[1] = SkPoint::Make(
[all...]
H A DSampleSG.cpp53 fGroup = sksg::Group::Make(); in SampleSG()
55 fScene = sksg::Scene::Make(fGroup); in SampleSG()
57 auto r = sksg::Rect::Make({20, 20, 400, 300}); in SampleSG()
58 auto p = sksg::Color::Make(SK_ColorRED); in SampleSG()
59 auto d = sksg::Draw::Make(r, p); in SampleSG()
62 r = sksg::Rect::Make({60, 70, 300, 400}); in SampleSG()
63 p = sksg::Color::Make(SK_ColorBLUE); in SampleSG()
64 d = sksg::Draw::Make(r, p); in SampleSG()
/third_party/skia/tools/viewer/
H A DSlideDir.cpp90 canvas->clipRect(SkRect::Make(fSlide->getDimensions()), true);
132 fShadePaint = sksg::Color::Make(kFocusShade); in FocusController()
133 fShade = sksg::Draw::Make(sksg::Plane::Make(), fShadePaint); in FocusController()
275 auto text = sksg::Text::Make(nullptr, txt); in MakeLabel()
279 text->setPosition(pos + SkPoint::Make(0, size)); in MakeLabel()
281 return sksg::Draw::Make(std::move(text), sksg::Color::Make(SK_ColorBLACK)); in MakeLabel()
303 fWinSize = SkSize::Make(winWidth, winHeight); in load()
305 fCellSize = SkSize::Make(cellWidt in load()
[all...]
/third_party/skia/include/core/
H A DSkImageInfo.h309 static SkImageInfo Make(int width, int height, SkColorType ct, SkAlphaType at, in Make() function
313 static SkImageInfo Make(SkISize dimensions, SkColorType ct, SkAlphaType at, in Make() function
328 static SkImageInfo Make(SkISize dimensions, const SkColorInfo& colorInfo) { in Make() function
331 static SkImageInfo Make(SkISize dimensions, SkColorInfo&& colorInfo) { in Make() function
352 return Make({width, height}, kN32_SkColorType, at, std::move(cs)); in MakeN32()
384 return Make({width, height}, kN32_SkColorType, kPremul_SkAlphaType, std::move(cs)); in MakeN32Premul()
401 return Make(dimensions, kN32_SkColorType, kPremul_SkAlphaType, std::move(cs)); in MakeN32Premul()
412 return Make({width, height}, kAlpha_8_SkColorType, kPremul_SkAlphaType, nullptr); in MakeA8()
421 return Make(dimensions, kAlpha_8_SkColorType, kPremul_SkAlphaType, nullptr); in MakeA8()
435 return Make({widt in MakeUnknown()
[all...]
/third_party/skia/src/sksl/
H A DSkSLRehydrator.cpp321 return Block::Make(/*line=*/-1, std::move(statements), fSymbolTable, isScope); in statement()
324 return BreakStatement::Make(/*line=*/-1); in statement()
326 return ContinueStatement::Make(/*line=*/-1); in statement()
328 return DiscardStatement::Make(/*line=*/-1); in statement()
332 return DoStatement::Make(fContext, std::move(stmt), std::move(expr)); in statement()
336 return ExpressionStatement::Make(fContext, std::move(expr)); in statement()
347 return ForStatement::Make(fContext, /*line=*/-1, std::move(initializer), in statement()
356 return IfStatement::Make(fContext, /*line=*/-1, isStatic, std::move(test), in statement()
362 return InlineMarker::Make(funcDecl); in statement()
366 return ReturnStatement::Make(/*lin in statement()
[all...]
/third_party/skia/src/gpu/
H A DGrColorSpaceXform.cpp16 sk_sp<GrColorSpaceXform> GrColorSpaceXform::Make(SkColorSpace* src, SkAlphaType srcAT, in Make() function in GrColorSpaceXform
23 sk_sp<GrColorSpaceXform> GrColorSpaceXform::Make(const GrColorInfo& srcInfo, in Make() function in GrColorSpaceXform
25 return Make(srcInfo.colorSpace(), srcInfo.alphaType(), in Make()
141 std::unique_ptr<GrFragmentProcessor> GrColorSpaceXformEffect::Make( in Make() function in GrColorSpaceXformEffect
145 return Make(std::move(child), GrColorSpaceXform::Make(src, srcAT, dst, dstAT)); in Make()
148 std::unique_ptr<GrFragmentProcessor> GrColorSpaceXformEffect::Make( in Make() function in GrColorSpaceXformEffect
152 return Make(std::move(child), GrColorSpaceXform::Make(srcInfo, dstInfo)); in Make()
155 std::unique_ptr<GrFragmentProcessor> GrColorSpaceXformEffect::Make( in Make() function in GrColorSpaceXformEffect
[all...]
H A DGrFragmentProcessor.cpp213 return GrSkSLFP::Make(effect, "color_fp", /*inputFP=*/nullptr,
224 return GrBlendFragmentProcessor::Make(/*src=*/nullptr, std::move(fp), SkBlendMode::kSrcIn);
236 return GrSkSLFP::Make(effect, "ApplyPaintAlpha", /*inputFP=*/nullptr,
245 return GrBlendFragmentProcessor::Make(std::move(colorFP),
259 return GrSkSLFP::Make(
267 static std::unique_ptr<GrFragmentProcessor> Make(std::unique_ptr<GrFragmentProcessor> fp,
282 return Make(this->childProcessor(0)->clone(), fSwizzle);
333 return SwizzleFragmentProcessor::Make(std::move(fp), swizzle);
351 return GrSkSLFP::Make(effect, "OverrideInput", /*inputFP=*/nullptr,
369 return GrSkSLFP::Make(effec
[all...]
/third_party/skia/src/gpu/effects/
H A DGrOvalEffect.cpp12 GrFPResult GrOvalEffect::Make(std::unique_ptr<GrFragmentProcessor> inputFP, GrClipEdgeType edgeType, in Make() function in GrOvalEffect
20 SkPoint::Make(oval.fLeft + w, oval.fTop + w), w); in Make()
23 SkPoint::Make(oval.fLeft + w, oval.fTop + w), w); in Make()
29 SkPoint::Make(oval.fLeft + w, oval.fTop + h), in Make()
30 SkPoint::Make(w, h), caps); in Make()

Completed in 12 milliseconds

12345678910>>...62