Searched defs:LayerClip (Results 1 – 1 of 1) sorted by relevance
161476 struct LayerClip { struct161480 LayerClip() in LayerClip() function161485 explicit LayerClip(const ParentLayerIntRect& aClipRect) in LayerClip() argument161490 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;