Lines Matching full:clip
322 Region clip(inClip); // copy-on-write, so no-op most of the time
327 clip.subtract(transparentRegionScreen);
328 if (clip.isEmpty()) {
338 onDraw(clip);
363 void LayerBase::clearWithOpenGL(const Region& clip, GLclampx red,
374 Region::const_iterator it = clip.begin();
375 Region::const_iterator const end = clip.end();
386 void LayerBase::clearWithOpenGL(const Region& clip) const
388 clearWithOpenGL(clip,0,0,0,0);
391 void LayerBase::drawWithOpenGL(const Region& clip, const Texture& texture) const
438 Region::const_iterator it = clip.begin();
439 Region::const_iterator const end = clip.end();