Home
last modified time | relevance | path

Searched refs:GeoShape (Results 1 – 6 of 6) sorted by relevance

/third_party/flutter/skia/gm/
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); in onDraw()
/third_party/skia/gm/
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); in onDraw()
/third_party/skia/experimental/xform/
DSkShape.h48 class GeoShape : public Shape {
52 GeoShape(sk_sp<Xform> x, const SkRect& r, SkColor c) : Shape(std::move(x)), fRect(r) { in GeoShape() function
58 return sk_sp<Shape>(new GeoShape(std::move(x), r, c)); in Make()
DSkShape.cpp12 void GeoShape::draw(XContext* ctx) { in draw()
/third_party/flutter/skia/experimental/xform/
DSkShape.h48 class GeoShape : public Shape {
52 GeoShape(sk_sp<Xform> x, const SkRect& r, SkColor c) : Shape(std::move(x)), fRect(r) { in GeoShape() function
58 return sk_sp<Shape>(new GeoShape(std::move(x), r, c)); in Make()
DSkShape.cpp12 void GeoShape::draw(XContext* ctx) { in draw()