Home | History | Annotate | Download | only in surfaceflinger

Lines Matching full:clip

138 void LayerBuffer::onDraw(const Region& clip) const
142 source->onDraw(clip);
144 clearWithOpenGL(clip);
313 void LayerBuffer::Source::onDraw(const Region& clip) const {
452 void LayerBuffer::BufferSource::onDraw(const Region& clip) const
457 mLayer.clearWithOpenGL(clip);
501 region_iterator clip(Region(Rect(dst.crop.r, dst.crop.b)));
506 &dst.crop, &src.crop, &clip);
534 mLayer.drawWithOpenGL(clip, mTexture);
665 void LayerBuffer::OverlaySource::onDraw(const Region& clip) const
671 mLayer.clearWithOpenGL(clip, red, green, blue, 0);