HomeSort by relevance Sort by last modified time
    Searched refs:fCullRect (Results 1 - 24 of 24) sorted by null

  /external/skia/tools/viewer/
SKPSlide.h 19 SkISize getDimensions() const override { return fCullRect.size(); }
28 SkIRect fCullRect;
SKPSlide.cpp 23 bool isOffset = SkToBool(fCullRect.left() | fCullRect.top());
26 canvas->translate(SkIntToScalar(-fCullRect.left()), SkIntToScalar(-fCullRect.top()));
53 fCullRect = fPic->cullRect().roundOut();
  /external/skqp/tools/viewer/
SKPSlide.h 19 SkISize getDimensions() const override { return fCullRect.size(); }
28 SkIRect fCullRect;
SKPSlide.cpp 23 bool isOffset = SkToBool(fCullRect.left() | fCullRect.top());
26 canvas->translate(SkIntToScalar(-fCullRect.left()), SkIntToScalar(-fCullRect.top()));
53 fCullRect = fPic->cullRect().roundOut();
  /external/skia/src/core/
SkPictureRecorder.cpp 33 fCullRect = cullRect;
61 auto pic = fMiniRecorder->detachAsPicture(fBBH ? nullptr : &fCullRect);
75 SkRecordFillBounds(fCullRect, *fRecord, bounds);
78 // Now that we've calculated content bounds, we can update fCullRect, often trimming it.
79 // TODO: get updated fCullRect from bounds instead of forcing the BBH to return it?
81 SkASSERT((bbhBound.isEmpty() || fCullRect.contains(bbhBound))
82 || (bbhBound.isEmpty() && fCullRect.isEmpty()));
83 fCullRect = bbhBound;
90 return sk_make_sp<SkBigPicture>(fCullRect, fRecord.release(), pictList, fBBH.release(),
96 fCullRect = cullRect
    [all...]
SkBigPicture.cpp 20 : fCullRect(cull)
56 SkRect SkBigPicture::cullRect() const { return fCullRect; }
SkPicture.cpp 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);
    [all...]
SkBigPicture.h 63 const SkRect fCullRect;
SkRecordedDrawable.cpp 79 info.fCullRect = bounds;
SkRecordDraw.cpp 167 , fCullRect(cullRect)
170 fCurrentClipBounds = fCullRect;
182 this->popControl(fCullRect);
260 fCurrentClipBounds = clip.intersect(fCullRect) ? clip : Bounds::MakeEmpty();
262 fCurrentClipBounds = fCullRect;
275 fCurrentClipBounds = clip.intersect(fCullRect) ? clip : Bounds::MakeEmpty();
277 fCurrentClipBounds = fCullRect;
594 const SkRect fCullRect;
SkPictureData.h 47 SkRect fCullRect;
  /external/skqp/src/core/
SkPictureRecorder.cpp 33 fCullRect = cullRect;
61 auto pic = fMiniRecorder->detachAsPicture(fBBH ? nullptr : &fCullRect);
75 SkRecordFillBounds(fCullRect, *fRecord, bounds);
78 // Now that we've calculated content bounds, we can update fCullRect, often trimming it.
79 // TODO: get updated fCullRect from bounds instead of forcing the BBH to return it?
81 SkASSERT((bbhBound.isEmpty() || fCullRect.contains(bbhBound))
82 || (bbhBound.isEmpty() && fCullRect.isEmpty()));
83 fCullRect = bbhBound;
90 return sk_make_sp<SkBigPicture>(fCullRect, fRecord.release(), pictList, fBBH.release(),
96 fCullRect = cullRect
    [all...]
SkBigPicture.cpp 20 : fCullRect(cull)
56 SkRect SkBigPicture::cullRect() const { return fCullRect; }
SkPicture.cpp 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);
    [all...]
SkBigPicture.h 63 const SkRect fCullRect;
SkRecordedDrawable.cpp 79 info.fCullRect = bounds;
SkRecordDraw.cpp 167 , fCullRect(cullRect)
170 fCurrentClipBounds = fCullRect;
182 this->popControl(fCullRect);
260 fCurrentClipBounds = clip.intersect(fCullRect) ? clip : Bounds::MakeEmpty();
262 fCurrentClipBounds = fCullRect;
275 fCurrentClipBounds = clip.intersect(fCullRect) ? clip : Bounds::MakeEmpty();
277 fCurrentClipBounds = fCullRect;
594 const SkRect fCullRect;
SkPictureData.h 47 SkRect fCullRect;
  /external/skia/tools/
skpinfo.cpp 64 info.fCullRect.fLeft, info.fCullRect.fTop,
65 info.fCullRect.fRight, info.fCullRect.fBottom);
  /external/skqp/tools/
skpinfo.cpp 64 info.fCullRect.fLeft, info.fCullRect.fTop,
65 info.fCullRect.fRight, info.fCullRect.fBottom);
  /external/skia/include/core/
SkPictureRecorder.h 115 SkRect fCullRect;
  /external/skqp/include/core/
SkPictureRecorder.h 115 SkRect fCullRect;
  /external/skia/dm/
DMSrcSink.cpp     [all...]
  /external/skqp/dm/
DMSrcSink.cpp     [all...]

Completed in 911 milliseconds