Searched refs:spherizeSurface (Results 1 – 3 of 3) sorted by relevance
1108 std::shared_ptr<Drawing::Surface> spherizeSurface; variable1109 RSPropertiesPainter::DrawSpherize(properties, canvas, spherizeSurface);1110 EXPECT_TRUE(spherizeSurface == nullptr);1112 spherizeSurface = std::make_shared<Drawing::Surface>();1113 RSPropertiesPainter::DrawSpherize(properties, canvas, spherizeSurface);1114 EXPECT_TRUE(spherizeSurface != nullptr);
90 const std::shared_ptr<Drawing::Surface>& spherizeSurface);
1491 const std::shared_ptr<Drawing::Surface>& spherizeSurface) in DrawSpherize() argument1493 if (spherizeSurface == nullptr) { in DrawSpherize()1496 if (spherizeSurface->Width() == 0 || spherizeSurface->Height() == 0) { in DrawSpherize()1503 auto imageSnapshot = spherizeSurface->GetImageSnapshot(); in DrawSpherize()