Home
last modified time | relevance | path

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

/external/skia/samplecode/
DSampleShip.cpp48 class DrawShipView : public SampleView { class
50 DrawShipView(const char name[], DrawAtlasProc proc) : fName(name), fProc(proc) { in DrawShipView() function in DrawShipView
88 ~DrawShipView() override {} in ~DrawShipView()
184 DEF_SAMPLE( return new DrawShipView("DrawShip", draw_atlas); )
185 DEF_SAMPLE( return new DrawShipView("DrawShipSim", draw_atlas_sim); )