Searched defs:GMSrc (Results 1 – 2 of 2) sorted by relevance
23 struct GMSrc : Src { struct24 skiagm::GM* (*factory)(void*);25 std::unique_ptr<skiagm::GM> gm;27 void init() { in init()32 std::string name() override { in name()37 SkISize size() override { in size()42 Status draw(SkCanvas* canvas) override { in draw()
68 GMSrc::GMSrc(skiagm::GMRegistry::Factory factory) : fFactory(factory) {} in GMSrc() function in DM::GMSrc