Home
last modified time | relevance | path

Searched refs:DrawShipView (Results 1 – 2 of 2) sorted by relevance

/third_party/flutter/skia/samplecode/
DSampleShip.cpp47 class DrawShipView : public Sample { class
49 DrawShipView(const char name[], DrawAtlasProc proc) : fName(name), fProc(proc) { in DrawShipView() function in DrawShipView
85 ~DrawShipView() override {} in ~DrawShipView()
143 DEF_SAMPLE( return new DrawShipView("DrawShip", draw_atlas); )
144 DEF_SAMPLE( return new DrawShipView("DrawShipSim", draw_atlas_sim); )
/third_party/skia/samplecode/
DSampleShip.cpp49 class DrawShipView : public Sample { class
51 DrawShipView(const char name[], DrawAtlasProc proc) : fName(name), fProc(proc) { in DrawShipView() function in DrawShipView
87 ~DrawShipView() override {} in ~DrawShipView()
145 DEF_SAMPLE( return new DrawShipView("DrawShip", draw_atlas); )
146 DEF_SAMPLE( return new DrawShipView("DrawShipSim", draw_atlas_sim); )