Home
last modified time | relevance | path

Searched refs:EMPTY_CLIP (Results 1 – 1 of 1) sorted by relevance

/dports/games/rlvm/rlvm-release-0.14-77-gfabf134a/src/systems/base/
H A Dgraphics_object.cc87 const Rect EMPTY_CLIP = Rect(Point(0, 0), Size(-1, -1)); variable
406 impl_->clip_ = EMPTY_CLIP; in ClearClipRect()
416 impl_->own_clip_ = EMPTY_CLIP; in ClearOwnClipRect()
946 clip_(EMPTY_CLIP), in Impl()
947 own_clip_(EMPTY_CLIP), in Impl()