Flutter Engine
 
Loading...
Searching...
No Matches
clip_rsuperellipse_layer.cc
Go to the documentation of this file.
1// Copyright 2013 The Flutter Authors. All rights reserved.
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
6
7namespace flutter {
8
10 const DlRoundSuperellipse& clip_rsuperellipse,
11 Clip clip_behavior)
12 : ClipShapeLayer(clip_rsuperellipse, clip_behavior) {}
13
17
22
23} // namespace flutter
void ApplyClip(LayerStateStack::MutatorContext &mutator) const override
const DlRect clip_shape_bounds() const override
ClipRSuperellipseLayer(const DlRoundSuperellipse &clip_rsuperellipse, Clip clip_behavior)
void clipRSuperellipse(const DlRoundSuperellipse &rse, bool is_aa)
@ kHardEdge
Definition layer.h:43
constexpr const Rect & GetBounds() const