Home
last modified time | relevance | path

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

/external/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.cpp55 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()
DSkBigPicture.cpp20 : fCullRect(cull) in SkBigPicture()
61 SkRect SkBigPicture::cullRect() const { return fCullRect; } in cullRect()
DSkRecordDraw.cpp165 , 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
DSkBigPicture.h75 const SkRect fCullRect; variable
DSkRecordedDrawable.cpp79 info.fCullRect = bounds; in CreateProc()
DSkPictureData.h54 SkRect fCullRect;
/external/skia/tools/viewer/
DSKPSlide.cpp23 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()
DSKPSlide.h19 SkISize getDimensions() const override { return fCullRect.size(); } in getDimensions()
28 SkIRect fCullRect; variable
/external/skia/tools/
Dskpinfo.cpp63 info.fCullRect.fLeft, info.fCullRect.fTop, in main()
64 info.fCullRect.fRight, info.fCullRect.fBottom); in main()
/external/skia/include/core/
DSkPictureRecorder.h115 SkRect fCullRect; variable
/external/skia/dm/
DDMSrcSink.cpp1172 if (!viewport.intersect(info.fCullRect)) { in size()