Home | History | Annotate | Download | only in Carbon

Lines Matching refs:rgn

121             RgnHandle rgn = NewRgn();
122 if (rgn) {
129 RectRgn(rgn, &qdRect);
130 SetViewNeedsDisplay(hiView, rgn, false);
131 DisposeRgn(rgn);
165 RgnHandle rgn = NewRgn();
166 if (rgn) {
173 RectRgn(rgn, &qdRect);
174 SetViewNeedsDisplay(hiView, rgn, true);
175 DisposeRgn(rgn);