Lines Matching defs:clip
127 void GrDrawTarget::setClip(const GrClipData* clip) {
128 clipWillBeSet(clip);
129 fClip = clip;
422 const GrClipData* clip = this->getClip();
423 clip->getConservativeBounds(rt, ©Rect);
895 // clip the left edge to src and dst bounds, adjusting dstPoint if necessary
905 // clip the top edge to src and dst bounds, adjusting dstPoint if necessary
915 // clip the right edge to the src and dst bounds.
923 // clip the bottom edge to the src and dst bounds.