Home
last modified time | relevance | path

Searched defs:LayerClip (Results 1 – 1 of 1) sorted by relevance

/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp161476 struct LayerClip { struct
161480 LayerClip() in LayerClip() function
161485 explicit LayerClip(const ParentLayerIntRect& aClipRect) in LayerClip() argument
161490 bool operator==(const LayerClip& aOther) const in operator ==()
161496 void SetClipRect(const ParentLayerIntRect& aClipRect) { in SetClipRect()
161499 const ParentLayerIntRect& GetClipRect() const { in GetClipRect()
161503 void SetMaskLayerIndex(const Maybe<size_t>& aIndex) { in SetMaskLayerIndex()
161506 const Maybe<size_t>& GetMaskLayerIndex() const { in GetMaskLayerIndex()
161511 ParentLayerIntRect mClipRect;
161515 Maybe<size_t> mMaskLayerIndex;