Searched refs:fCullRect (Results 1 – 12 of 12) sorted by relevance
/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 | 55 info.fCullRect = this->cullRect(); in createHeader() 88 info.fCullRect.fLeft = stream->readScalar(); in InternalOnly_StreamIsSKP() 89 info.fCullRect.fTop = stream->readScalar(); in InternalOnly_StreamIsSKP() 90 info.fCullRect.fRight = stream->readScalar(); in InternalOnly_StreamIsSKP() 91 info.fCullRect.fBottom = stream->readScalar(); in InternalOnly_StreamIsSKP() 109 buffer->readRect(&info.fCullRect); in InternalOnly_BufferIsSKP() 127 playback.draw(r.beginRecording(info.fCullRect), nullptr/*no callback*/, buffer); in Forwardport() 176 SkPictureRecord rec(SkISize::Make(info.fCullRect.width(), info.fCullRect.height()), 0/*flags*/); in backport() 214 buffer.writeRect(info.fCullRect); in flatten()
|
D | SkBigPicture.cpp | 20 : fCullRect(cull) in SkBigPicture() 61 SkRect SkBigPicture::cullRect() const { return fCullRect; } in cullRect()
|
D | SkRecordDraw.cpp | 165 , fCullRect(cullRect) in FillBounds() 168 fCurrentClipBounds = fCullRect; in FillBounds() 180 this->popControl(fCullRect); in cleanUp() 258 fCurrentClipBounds = clip.intersect(fCullRect) ? clip : Bounds::MakeEmpty(); in updateClipBoundsForClipOp() 260 fCurrentClipBounds = fCullRect; in updateClipBoundsForClipOp() 273 fCurrentClipBounds = clip.intersect(fCullRect) ? clip : Bounds::MakeEmpty(); in updateClipBounds() 275 fCurrentClipBounds = fCullRect; in updateClipBounds() 588 const SkRect fCullRect; member in SkRecords::FillBounds
|
D | SkBigPicture.h | 75 const SkRect fCullRect; variable
|
D | SkRecordedDrawable.cpp | 79 info.fCullRect = bounds; in CreateProc()
|
D | SkPictureData.h | 54 SkRect fCullRect;
|
/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 | 63 info.fCullRect.fLeft, info.fCullRect.fTop, in main() 64 info.fCullRect.fRight, info.fCullRect.fBottom); in main()
|
/external/skia/include/core/ |
D | SkPictureRecorder.h | 115 SkRect fCullRect; variable
|
/external/skia/dm/ |
D | DMSrcSink.cpp | 1172 if (!viewport.intersect(info.fCullRect)) { in size()
|