/external/skqp/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() 82 if (!stream->readScalar(&info.fCullRect.fLeft )) { return false; } in StreamIsSKP() 83 if (!stream->readScalar(&info.fCullRect.fTop )) { return false; } in StreamIsSKP() 84 if (!stream->readScalar(&info.fCullRect.fRight )) { return false; } in StreamIsSKP() 85 if (!stream->readScalar(&info.fCullRect.fBottom)) { return false; } in StreamIsSKP() 107 buffer->readRect(&info.fCullRect); in BufferIsSKP() 130 playback.draw(r.beginRecording(info.fCullRect), nullptr/*no callback*/, buffer); in Forwardport() 218 SkPictureRecord rec(SkISize::Make(info.fCullRect.width(), info.fCullRect.height()), 0/*flags*/); in backport() 297 buffer.writeRect(info.fCullRect); in Flatten()
|
D | SkRecordDraw.cpp | 170 , fCullRect(cullRect) in FillBounds() 187 this->popControl(fCullRect); in cleanUp() 214 return fCullRect; in adjustAndMap() 220 return fCullRect; in adjustAndMap() 227 if (!rect.intersect(fCullRect)) { in adjustAndMap() 278 PaintMayAffectTransparentBlack(paint) ? fCullRect : Bounds::MakeEmpty(); in pushSaveBlock() 354 Bounds bounds(const Flush&) const { return fCullRect; } in bounds() 356 Bounds bounds(const DrawPaint&) const { return fCullRect; } in bounds() 398 return op.path.isInverseFillType() ? fCullRect in bounds() 426 return fCullRect; in bounds() [all …]
|
D | SkBigPicture.cpp | 20 : fCullRect(cull) in SkBigPicture() 56 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;
|
/external/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() 82 if (!stream->readScalar(&info.fCullRect.fLeft )) { return false; } in StreamIsSKP() 83 if (!stream->readScalar(&info.fCullRect.fTop )) { return false; } in StreamIsSKP() 84 if (!stream->readScalar(&info.fCullRect.fRight )) { return false; } in StreamIsSKP() 85 if (!stream->readScalar(&info.fCullRect.fBottom)) { return false; } in StreamIsSKP() 107 buffer->readRect(&info.fCullRect); in BufferIsSKP() 130 playback.draw(r.beginRecording(info.fCullRect), nullptr/*no callback*/, buffer); in Forwardport() 218 SkPictureRecord rec(SkISize::Make(info.fCullRect.width(), info.fCullRect.height()), 0/*flags*/); in backport() 297 buffer.writeRect(info.fCullRect); in Flatten()
|
D | SkRecordDraw.cpp | 174 , fCullRect(cullRect) in FillBounds() 191 this->popControl(fCullRect); in cleanUp() 218 return fCullRect; in adjustAndMap() 224 return fCullRect; in adjustAndMap() 231 if (!rect.intersect(fCullRect)) { in adjustAndMap() 282 PaintMayAffectTransparentBlack(paint) ? fCullRect : Bounds::MakeEmpty(); in pushSaveBlock() 358 Bounds bounds(const Flush&) const { return fCullRect; } in bounds() 360 Bounds bounds(const DrawPaint&) const { return fCullRect; } in bounds() 361 Bounds bounds(const DrawBehind&) const { return fCullRect; } in bounds() 403 return op.path.isInverseFillType() ? fCullRect in bounds() [all …]
|
D | SkBigPicture.cpp | 20 : fCullRect(cull) in SkBigPicture() 56 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;
|
/external/skqp/tools/viewer/ |
D | SKPSlide.cpp | 23 bool isOffset = SkToBool(fCullRect.left() | fCullRect.top()); in draw() 26 canvas->translate(SkIntToScalar(-fCullRect.left()), SkIntToScalar(-fCullRect.top())); in draw() 53 fCullRect = fPic->cullRect().roundOut(); in load()
|
D | SKPSlide.h | 19 SkISize getDimensions() const override { return fCullRect.size(); } in getDimensions() 28 SkIRect fCullRect; variable
|
/external/skia/tools/viewer/ |
D | SKPSlide.cpp | 23 bool isOffset = SkToBool(fCullRect.left() | fCullRect.top()); in draw() 26 canvas->translate(SkIntToScalar(-fCullRect.left()), SkIntToScalar(-fCullRect.top())); in draw() 53 fCullRect = fPic->cullRect().roundOut(); in load()
|
D | SKPSlide.h | 19 SkISize getDimensions() const override { return fCullRect.size(); } in getDimensions() 28 SkIRect fCullRect; variable
|
/external/skia/tools/ |
D | skpinfo.cpp | 65 info.fCullRect.fLeft, info.fCullRect.fTop, in main() 66 info.fCullRect.fRight, info.fCullRect.fBottom); in main()
|
/external/skqp/tools/ |
D | skpinfo.cpp | 65 info.fCullRect.fLeft, info.fCullRect.fTop, in main() 66 info.fCullRect.fRight, info.fCullRect.fBottom); in main()
|
/external/skqp/include/core/ |
D | SkPictureRecorder.h | 116 SkRect fCullRect; variable
|
/external/skia/include/core/ |
D | SkPictureRecorder.h | 116 SkRect fCullRect; variable
|
/external/skqp/dm/ |
D | DMSrcSink.cpp | 1116 return info.fCullRect; in get_cull_rect_for_skp()
|
/external/skia/dm/ |
D | DMSrcSink.cpp | 1049 return info.fCullRect; in get_cull_rect_for_skp()
|