Searched refs:Clone (Results 1 – 5 of 5) sorted by relevance
44 TEST(GRSurfaceTest, Clone) { in TEST() argument50 auto image_copy = image->Clone(); in TEST()
235 auto header = image->Clone(); in TEST_F()262 auto header = image->Clone(); in TEST_F()
49 std::unique_ptr<GRSurface> Clone() const;
59 std::unique_ptr<GRSurface> GRSurface::Clone() const { in Clone() function in GRSurface
205 graphic_headers_ = graphic_headers->Clone(); in GraphicMenu()208 graphic_items_.emplace_back(item->Clone()); in GraphicMenu()