Home
last modified time | relevance | path

Searched refs:GeoShape (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/gm/
H A Dxform.cpp40 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(fRB, {0, 0, 100, 60}, SK_ColorGRAY)); in XformGM()
44 g->append(GeoShape::Make(fRoot, {0, 0, 100, 60}, 0xFFCC8844)); in XformGM()
87 auto sh = GeoShape::Make(x2, {0, 0, 100, 60}, 0x8800FF00);
/third_party/skia/experimental/xform/
H A DSkShape.h48 class GeoShape : public Shape { class
52 GeoShape(sk_sp<Xform> x, const SkRect& r, SkColor c) : Shape(std::move(x)), fRect(r) { in GeoShape() function in GeoShape
58 return sk_sp<Shape>(new GeoShape(std::move(x), r, c)); in Make()
H A DSkShape.cpp12 void GeoShape::draw(XContext* ctx) { in draw()

Completed in 2 milliseconds