Home
last modified time | relevance | path

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

123

/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/core/
H A DSkPictureRecorder.cpp30 fCullRect = cullRect; in beginRecording()
61 return fMiniRecorder.detachAsPicture(fCullRect); in finishRecordingAsPicture()
79 SkRecordFillBounds(fCullRect, *fRecord, bounds); in finishRecordingAsPicture()
85 SkASSERT((bbhBound.isEmpty() || fCullRect.contains(bbhBound)) in finishRecordingAsPicture()
86 || (bbhBound.isEmpty() && fCullRect.isEmpty())); in finishRecordingAsPicture()
87 fCullRect = bbhBound; in finishRecordingAsPicture()
94 return sk_make_sp<SkBigPicture>(fCullRect, fRecord.release(), pictList, fBBH.release(), in finishRecordingAsPicture()
100 fCullRect = cullRect; in finishRecordingAsPictureWithCull()
135 SkRecordFillBounds(fCullRect, *fRecord, bounds); in finishRecordingAsDrawable()
140 sk_make_sp<SkRecordedDrawable>(fRecord, fBBH, fRecorder->detachDrawableList(), fCullRect); in finishRecordingAsDrawable()
H A DSkPicture.cpp94 info.fCullRect = this->cullRect(); in createHeader()
127 info.fCullRect.fLeft = stream->readScalar(); in InternalOnly_StreamIsSKP()
128 info.fCullRect.fTop = stream->readScalar(); in InternalOnly_StreamIsSKP()
129 info.fCullRect.fRight = stream->readScalar(); in InternalOnly_StreamIsSKP()
130 info.fCullRect.fBottom = stream->readScalar(); in InternalOnly_StreamIsSKP()
148 buffer->readRect(&info.fCullRect); in InternalOnly_BufferIsSKP()
166 playback.draw(r.beginRecording(info.fCullRect), nullptr/*no callback*/, buffer); in Forwardport()
215 SkPictureRecord rec(SkISize::Make(info.fCullRect.width(), info.fCullRect.height()), 0/*flags*/); in backport()
253 buffer.writeRect(info.fCullRect); in flatten()
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/core/
H A 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()
H A 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(info.fCullRect.roundOut(), 0/*flags*/); in backport()
301 buffer.writeRect(info.fCullRect); in Flatten()
H A DSkRecordDraw.cpp177 : fCullRect(cullRect) in FillBounds()
194 this->popControl(fCullRect); in ~FillBounds()
217 return fCullRect; in adjustAndMap()
223 return fCullRect; in adjustAndMap()
230 if (!rect.intersect(fCullRect)) { in adjustAndMap()
357 Bounds bounds(const Flush&) const { return fCullRect; } in bounds()
359 Bounds bounds(const DrawPaint&) const { return fCullRect; } in bounds()
360 Bounds bounds(const DrawBehind&) const { return fCullRect; } in bounds()
393 return op.path.isInverseFillType() ? fCullRect in bounds()
421 return fCullRect; in bounds()
[all …]
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/core/
H A 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()
H A 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(info.fCullRect.roundOut(), 0/*flags*/); in backport()
301 buffer.writeRect(info.fCullRect); in Flatten()
H A DSkRecordDraw.cpp177 : fCullRect(cullRect) in FillBounds()
194 this->popControl(fCullRect); in ~FillBounds()
217 return fCullRect; in adjustAndMap()
223 return fCullRect; in adjustAndMap()
230 if (!rect.intersect(fCullRect)) { in adjustAndMap()
357 Bounds bounds(const Flush&) const { return fCullRect; } in bounds()
359 Bounds bounds(const DrawPaint&) const { return fCullRect; } in bounds()
360 Bounds bounds(const DrawBehind&) const { return fCullRect; } in bounds()
393 return op.path.isInverseFillType() ? fCullRect in bounds()
421 return fCullRect; in bounds()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/core/
H A 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()
H A 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(info.fCullRect.roundOut(), 0/*flags*/); in backport()
301 buffer.writeRect(info.fCullRect); in Flatten()
H A DSkRecordDraw.cpp177 : fCullRect(cullRect) in FillBounds()
194 this->popControl(fCullRect); in ~FillBounds()
217 return fCullRect; in adjustAndMap()
223 return fCullRect; in adjustAndMap()
230 if (!rect.intersect(fCullRect)) { in adjustAndMap()
357 Bounds bounds(const Flush&) const { return fCullRect; } in bounds()
359 Bounds bounds(const DrawPaint&) const { return fCullRect; } in bounds()
360 Bounds bounds(const DrawBehind&) const { return fCullRect; } in bounds()
393 return op.path.isInverseFillType() ? fCullRect in bounds()
421 return fCullRect; in bounds()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/core/
H A 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()
H A DSkPicture.cpp62 info.fCullRect = this->cullRect(); in createHeader()
88 info.fCullRect.fLeft = stream->readScalar(); in StreamIsSKP()
89 info.fCullRect.fTop = stream->readScalar(); in StreamIsSKP()
90 info.fCullRect.fRight = stream->readScalar(); in StreamIsSKP()
91 info.fCullRect.fBottom = stream->readScalar(); in StreamIsSKP()
114 buffer->readRect(&info.fCullRect); in BufferIsSKP()
137 playback.draw(r.beginRecording(info.fCullRect), nullptr/*no callback*/, buffer); in Forwardport()
223 SkPictureRecord rec(SkISize::Make(info.fCullRect.width(), info.fCullRect.height()), 0/*flags*/); in backport()
302 buffer.writeRect(info.fCullRect); in flatten()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/core/
H A 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()
H A 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(info.fCullRect.roundOut(), 0/*flags*/); in backport()
301 buffer.writeRect(info.fCullRect); in Flatten()
H A DSkRecordDraw.cpp177 : fCullRect(cullRect) in FillBounds()
194 this->popControl(fCullRect); in ~FillBounds()
217 return fCullRect; in adjustAndMap()
223 return fCullRect; in adjustAndMap()
230 if (!rect.intersect(fCullRect)) { in adjustAndMap()
357 Bounds bounds(const Flush&) const { return fCullRect; } in bounds()
359 Bounds bounds(const DrawPaint&) const { return fCullRect; } in bounds()
360 Bounds bounds(const DrawBehind&) const { return fCullRect; } in bounds()
393 return op.path.isInverseFillType() ? fCullRect in bounds()
421 return fCullRect; in bounds()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/core/
H A DSkPictureRecorder.cpp33 fCullRect = cullRect; in beginRecording()
63 auto pic = fMiniRecorder->detachAsPicture(fBBH ? nullptr : &fCullRect); in finishRecordingAsPicture()
85 SkRecordFillBounds(fCullRect, *fRecord, bounds, meta); in finishRecordingAsPicture()
94 SkASSERT((bbhBound.isEmpty() || fCullRect.contains(bbhBound)) in finishRecordingAsPicture()
95 || (bbhBound.isEmpty() && fCullRect.isEmpty())); in finishRecordingAsPicture()
96 fCullRect = bbhBound; in finishRecordingAsPicture()
103 return sk_make_sp<SkBigPicture>(fCullRect, in finishRecordingAsPicture()
112 fCullRect = cullRect; in finishRecordingAsPictureWithCull()
142 SkRecordFillBounds(fCullRect, *fRecord, bounds, meta); in finishRecordingAsDrawable()
148 fRecorder->detachDrawableList(), fCullRect); in finishRecordingAsDrawable()
H A 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(info.fCullRect.roundOut(), 0/*flags*/); in backport()
301 buffer.writeRect(info.fCullRect); in Flatten()
H A DSkRecordDraw.cpp182 : fCullRect(cullRect) in FillBounds()
200 this->popControl(fCullRect); in ~FillBounds()
223 return fCullRect; in adjustAndMap()
229 return fCullRect; in adjustAndMap()
236 if (!rect.intersect(fCullRect)) { in adjustAndMap()
374 Bounds bounds(const Flush&) const { return fCullRect; } in bounds()
376 Bounds bounds(const DrawPaint&) const { return fCullRect; } in bounds()
377 Bounds bounds(const DrawBehind&) const { return fCullRect; } in bounds()
410 return op.path.isInverseFillType() ? fCullRect in bounds()
438 return fCullRect; in bounds()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/core/
H A 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()
H A DSkPicture.cpp55 info.fCullRect = this->cullRect(); in createHeader()
84 if (!stream->readScalar(&info.fCullRect.fLeft )) { return false; } in StreamIsSKP()
85 if (!stream->readScalar(&info.fCullRect.fTop )) { return false; } in StreamIsSKP()
86 if (!stream->readScalar(&info.fCullRect.fRight )) { return false; } in StreamIsSKP()
87 if (!stream->readScalar(&info.fCullRect.fBottom)) { return false; } in StreamIsSKP()
106 buffer->readRect(&info.fCullRect); in BufferIsSKP()
126 playback.draw(r.beginRecording(info.fCullRect), nullptr/*no callback*/, buffer); in Forwardport()
214 SkPictureRecord rec(info.fCullRect.roundOut(), 0/*flags*/); in backport()
296 buffer.writeRect(info.fCullRect); in Flatten()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/tools/viewer/
H A 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()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/tools/viewer/
H A DSKPSlide.cpp22 bool isOffset = SkToBool(fCullRect.left() | fCullRect.top()); in draw()
25 canvas->translate(SkIntToScalar(-fCullRect.left()), SkIntToScalar(-fCullRect.top())); in draw()
53 fCullRect = fPic->cullRect().roundOut(); in load()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/tools/
H A Dskpinfo.cpp65 info.fCullRect.fLeft, info.fCullRect.fTop, in main()
66 info.fCullRect.fRight, info.fCullRect.fBottom); in main()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/tools/
H A Dskpinfo.cpp65 info.fCullRect.fLeft, info.fCullRect.fTop, in main()
66 info.fCullRect.fRight, info.fCullRect.fBottom); in main()

123