MCPcopy Create free account
hub / github.com/Snapchat/Valdi / ImageLayer

Method ImageLayer

snap_drawing/src/snap_drawing/cpp/Layers/ImageLayer.cpp:27–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25constexpr Scalar kUIKitToSkiaBlurRatio = 2.0f;
26
27ImageLayer::ImageLayer(const Ref<Resources>& resources) : Layer(resources), _tintColor(Color::transparent()) {
28 _imagePaint.setAntiAlias(true);
29}
30
31ImageLayer::~ImageLayer() = default;
32

Callers

nothing calls this directly

Calls 1

setAntiAliasMethod · 0.80

Tested by

no test coverage detected