Home | History | Annotate | Download | only in style

Lines Matching defs:hasClip

470     bool hasClip() const { return visual->hasClip; }
905 void setHasClip(bool b = true) { SET_VAR(visual, hasClip, b) }