Lines Matching refs:Make
25 fRoot = MatrixXF::Make();
27 fRA = MatrixXF::Make(fRoot);
28 fRB = MatrixXF::Make(fRoot);
30 fA = MatrixXF::Make(fRA);
31 fB = MatrixXF::Make(fRB);
39 sk_sp<GroupShape> g = GroupShape::Make();
40 g->append(GeoShape::Make(fA, {0, 0, 100, 60}, SK_ColorRED));
41 g->append(GeoShape::Make(fB, {0, 0, 100, 60}, SK_ColorGREEN));
42 g->append(GeoShape::Make(fRA, {0, 0, 100, 60}, SK_ColorBLUE));
43 g->append(GeoShape::Make(fRB, {0, 0, 100, 60}, SK_ColorGRAY));
44 g->append(GeoShape::Make(fRoot, {0, 0, 100, 60}, 0xFFCC8844));
46 sk_sp<MatrixXF> sub = MatrixXF::Make();
52 sk_sp<GroupShape> parent = GroupShape::Make();
54 parent->append(GroupShape::Make(sub, g));
61 SkISize onISize() override { return SkISize::Make(520, 520); }
64 auto ctx = XContext::Make(canvas);
81 auto x0 = MatrixXF::Make();
82 auto x1 = MatrixXF::Make(x0);
83 auto x2 = MatrixXF::Make(x1);
87 auto sh = GeoShape::Make(x2, {0, 0, 100, 60}, 0x8800FF00);