Home | History | Annotate | Download | only in gpu

Lines Matching defs:clearRect

1861     SkIRect clearRect;
1919 clearRect = SkIRect::MakeXYWH(srcIRect.fRight, srcIRect.fTop,
1921 this->clear(&clearRect, 0x0);
1936 clearRect = SkIRect::MakeXYWH(srcIRect.fLeft, srcIRect.fBottom,
1938 this->clear(&clearRect, 0x0);
1952 clearRect = SkIRect::MakeXYWH(srcIRect.fLeft, srcIRect.fBottom,
1954 this->clear(&clearRect, 0x0);
1955 clearRect = SkIRect::MakeXYWH(srcIRect.fRight, srcIRect.fTop,
1957 this->clear(&clearRect, 0x0);