Home | History | Annotate | Download | only in core

Lines Matching refs:fCullRect

62     info.fCullRect = this->cullRect();
88 info.fCullRect.fLeft = stream->readScalar();
89 info.fCullRect.fTop = stream->readScalar();
90 info.fCullRect.fRight = stream->readScalar();
91 info.fCullRect.fBottom = stream->readScalar();
114 buffer->readRect(&info.fCullRect);
137 playback.draw(r.beginRecording(info.fCullRect), nullptr/*no callback*/, buffer);
223 SkPictureRecord rec(SkISize::Make(info.fCullRect.width(), info.fCullRect.height()), 0/*flags*/);
302 buffer.writeRect(info.fCullRect);