/third_party/flutter/skia/src/core/ |
D | SkPictureRecorder.cpp | 33 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()
|
D | SkPicture.cpp | 54 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()
|
D | SkRecordDraw.cpp | 178 , 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 …]
|
D | SkBigPicture.cpp | 20 : fCullRect(cull) in SkBigPicture() 60 SkRect SkBigPicture::cullRect() const { return fCullRect; } in cullRect()
|
D | SkBigPicture.h | 64 const SkRect fCullRect; variable
|
D | SkRecordedDrawable.cpp | 79 info.fCullRect = bounds; in CreateProc()
|
D | SkPictureData.h | 50 SkRect fCullRect;
|
/third_party/skia/src/core/ |
D | SkPictureRecorder.cpp | 34 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()
|
D | SkPicture.cpp | 62 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()
|
D | SkRecordDraw.cpp | 188 : 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 …]
|
D | SkBigPicture.cpp | 20 : fCullRect(cull) in SkBigPicture() 67 SkRect SkBigPicture::cullRect() const { return fCullRect; } in cullRect()
|
D | SkBigPicture.h | 65 const SkRect fCullRect; variable
|
D | SkRecordedDrawable.cpp | 75 info.fCullRect = bounds; in CreateProc()
|
D | SkPictureData.h | 49 SkRect fCullRect;
|
/third_party/flutter/skia/tools/viewer/ |
D | SKPSlide.cpp | 22 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()
|
D | SKPSlide.h | 19 SkISize getDimensions() const override { return fCullRect.size(); } in getDimensions() 28 SkIRect fCullRect; variable
|
/third_party/skia/tools/viewer/ |
D | SKPSlide.cpp | 27 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()
|
D | SKPSlide.h | 20 SkISize getDimensions() const override { return fCullRect.size(); } in getDimensions() 29 SkIRect fCullRect; variable
|
/third_party/skia/tools/ |
D | skpinfo.cpp | 66 info.fCullRect.fLeft, info.fCullRect.fTop, in main() 67 info.fCullRect.fRight, info.fCullRect.fBottom); in main()
|
/third_party/flutter/skia/tools/ |
D | skpinfo.cpp | 65 info.fCullRect.fLeft, info.fCullRect.fTop, in main() 66 info.fCullRect.fRight, info.fCullRect.fBottom); in main()
|
/third_party/skia/include/core/ |
D | SkPictureRecorder.h | 105 SkRect fCullRect; variable
|
/third_party/flutter/skia/include/core/ |
D | SkPictureRecorder.h | 115 SkRect fCullRect; variable
|
/third_party/flutter/skia/dm/ |
D | DMSrcSink.cpp | 1048 return info.fCullRect; in get_cull_rect_for_skp()
|
/third_party/skia/dm/ |
D | DMSrcSink.cpp | 1116 return info.fCullRect; in get_cull_rect_for_skp()
|