Home
last modified time | relevance | path

Searched refs:fCullRect (Results 1 – 24 of 24) sorted by relevance

/third_party/flutter/skia/src/core/
DSkPictureRecorder.cpp33 fCullRect = cullRect; in beginRecording()
61 auto pic = fMiniRecorder->detachAsPicture(fBBH ? nullptr : &fCullRect); in finishRecordingAsPicture()
75 SkRecordFillBounds(fCullRect, *fRecord, bounds); in finishRecordingAsPicture()
81 SkASSERT((bbhBound.isEmpty() || fCullRect.contains(bbhBound)) in finishRecordingAsPicture()
82 || (bbhBound.isEmpty() && fCullRect.isEmpty())); in finishRecordingAsPicture()
83 fCullRect = bbhBound; in finishRecordingAsPicture()
90 return sk_make_sp<SkBigPicture>(fCullRect, fRecord.release(), pictList, fBBH.release(), in finishRecordingAsPicture()
96 fCullRect = cullRect; in finishRecordingAsPictureWithCull()
125 SkRecordFillBounds(fCullRect, *fRecord, bounds); in finishRecordingAsDrawable()
131 fRecorder->detachDrawableList(), fCullRect); in finishRecordingAsDrawable()
DSkPicture.cpp54 info.fCullRect = this->cullRect(); in createHeader()
83 if (!stream->readScalar(&info.fCullRect.fLeft )) { return false; } in StreamIsSKP()
84 if (!stream->readScalar(&info.fCullRect.fTop )) { return false; } in StreamIsSKP()
85 if (!stream->readScalar(&info.fCullRect.fRight )) { return false; } in StreamIsSKP()
86 if (!stream->readScalar(&info.fCullRect.fBottom)) { return false; } in StreamIsSKP()
108 buffer->readRect(&info.fCullRect); in BufferIsSKP()
131 playback.draw(r.beginRecording(info.fCullRect), nullptr/*no callback*/, buffer); in Forwardport()
219 SkPictureRecord rec(SkISize::Make(info.fCullRect.width(), info.fCullRect.height()), 0/*flags*/); in backport()
301 buffer.writeRect(info.fCullRect); in Flatten()
DSkRecordDraw.cpp178 , fCullRect(cullRect) in FillBounds()
195 this->popControl(fCullRect); in cleanUp()
222 return fCullRect; in adjustAndMap()
228 return fCullRect; in adjustAndMap()
235 if (!rect.intersect(fCullRect)) { in adjustAndMap()
286 PaintMayAffectTransparentBlack(paint) ? fCullRect : Bounds::MakeEmpty(); in pushSaveBlock()
362 Bounds bounds(const Flush&) const { return fCullRect; } in bounds()
364 Bounds bounds(const DrawPaint&) const { return fCullRect; } in bounds()
365 Bounds bounds(const DrawBehind&) const { return fCullRect; } in bounds()
398 return op.path.isInverseFillType() ? fCullRect in bounds()
[all …]
DSkBigPicture.cpp20 : fCullRect(cull) in SkBigPicture()
60 SkRect SkBigPicture::cullRect() const { return fCullRect; } in cullRect()
DSkBigPicture.h64 const SkRect fCullRect; variable
DSkRecordedDrawable.cpp79 info.fCullRect = bounds; in CreateProc()
DSkPictureData.h50 SkRect fCullRect;
/third_party/skia/src/core/
DSkPictureRecorder.cpp34 fCullRect = cullRect; in beginRecording()
58 auto pic = fMiniRecorder->detachAsPicture(fBBH ? nullptr : &fCullRect); in finishRecordingAsPicture()
80 SkRecordFillBounds(fCullRect, *fRecord, bounds, meta); in finishRecordingAsPicture()
89 SkASSERT((bbhBound.isEmpty() || fCullRect.contains(bbhBound)) in finishRecordingAsPicture()
90 || (bbhBound.isEmpty() && fCullRect.isEmpty())); in finishRecordingAsPicture()
91 fCullRect = bbhBound; in finishRecordingAsPicture()
98 return sk_make_sp<SkBigPicture>(fCullRect, in finishRecordingAsPicture()
106 fCullRect = cullRect; in finishRecordingAsPictureWithCull()
136 SkRecordFillBounds(fCullRect, *fRecord, bounds, meta); in finishRecordingAsDrawable()
142 fRecorder->detachDrawableList(), fCullRect); in finishRecordingAsDrawable()
DSkPicture.cpp62 info.fCullRect = this->cullRect(); in createHeader()
91 if (!stream->readScalar(&info.fCullRect.fLeft )) { return false; } in StreamIsSKP()
92 if (!stream->readScalar(&info.fCullRect.fTop )) { return false; } in StreamIsSKP()
93 if (!stream->readScalar(&info.fCullRect.fRight )) { return false; } in StreamIsSKP()
94 if (!stream->readScalar(&info.fCullRect.fBottom)) { return false; } in StreamIsSKP()
114 buffer->readRect(&info.fCullRect); in BufferIsSKP()
134 playback.draw(r.beginRecording(info.fCullRect), nullptr/*no callback*/, buffer); in Forwardport()
222 SkPictureRecord rec(info.fCullRect.roundOut(), 0/*flags*/); in backport()
304 buffer.writeRect(info.fCullRect); in Flatten()
DSkRecordDraw.cpp188 : fCullRect(cullRect) in FillBounds()
206 this->popControl(fCullRect); in ~FillBounds()
229 return fCullRect; in adjustAndMap()
235 return fCullRect; in adjustAndMap()
242 if (!rect.intersect(fCullRect)) { in adjustAndMap()
307 PaintMayAffectTransparentBlack(paint) ? fCullRect : Bounds::MakeEmpty(); in pushSaveBlock()
391 Bounds bounds(const Flush&) const { return fCullRect; } in bounds()
393 Bounds bounds(const DrawPaint&) const { return fCullRect; } in bounds()
394 Bounds bounds(const DrawBehind&) const { return fCullRect; } in bounds()
424 return op.path.isInverseFillType() ? fCullRect in bounds()
[all …]
DSkBigPicture.cpp20 : fCullRect(cull) in SkBigPicture()
67 SkRect SkBigPicture::cullRect() const { return fCullRect; } in cullRect()
DSkBigPicture.h65 const SkRect fCullRect; variable
DSkRecordedDrawable.cpp75 info.fCullRect = bounds; in CreateProc()
DSkPictureData.h49 SkRect fCullRect;
/third_party/flutter/skia/tools/viewer/
DSKPSlide.cpp22 bool isOffset = SkToBool(fCullRect.left() | fCullRect.top()); in draw()
25 canvas->translate(SkIntToScalar(-fCullRect.left()), SkIntToScalar(-fCullRect.top())); in draw()
52 fCullRect = fPic->cullRect().roundOut(); in load()
DSKPSlide.h19 SkISize getDimensions() const override { return fCullRect.size(); } in getDimensions()
28 SkIRect fCullRect; variable
/third_party/skia/tools/viewer/
DSKPSlide.cpp27 bool isOffset = SkToBool(fCullRect.left() | fCullRect.top()); in draw()
30 canvas->translate(SkIntToScalar(-fCullRect.left()), SkIntToScalar(-fCullRect.top())); in draw()
52 fCullRect = fPic->cullRect().roundOut(); in load()
DSKPSlide.h20 SkISize getDimensions() const override { return fCullRect.size(); } in getDimensions()
29 SkIRect fCullRect; variable
/third_party/skia/tools/
Dskpinfo.cpp66 info.fCullRect.fLeft, info.fCullRect.fTop, in main()
67 info.fCullRect.fRight, info.fCullRect.fBottom); in main()
/third_party/flutter/skia/tools/
Dskpinfo.cpp65 info.fCullRect.fLeft, info.fCullRect.fTop, in main()
66 info.fCullRect.fRight, info.fCullRect.fBottom); in main()
/third_party/skia/include/core/
DSkPictureRecorder.h105 SkRect fCullRect; variable
/third_party/flutter/skia/include/core/
DSkPictureRecorder.h115 SkRect fCullRect; variable
/third_party/flutter/skia/dm/
DDMSrcSink.cpp1048 return info.fCullRect; in get_cull_rect_for_skp()
/third_party/skia/dm/
DDMSrcSink.cpp1116 return info.fCullRect; in get_cull_rect_for_skp()