Home
last modified time | relevance | path

Searched refs:RunType (Results 1 – 25 of 626) sorted by relevance

12345678910>>...26

/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/core/
H A DSkRegion.cpp32 static SkRegion::RunType* skip_intervals(const SkRegion::RunType runs[]) {
344 static SkRegion::RunType scanline_bottom(const SkRegion::RunType runs[]) { in scanline_bottom()
348 static const SkRegion::RunType* scanline_next(const SkRegion::RunType runs[]) { in scanline_next()
354 SkRegion::RunType L, SkRegion::RunType R) { in scanline_contains()
413 const SkRegion::RunType* SkRegion::getRuns(RunType tmpStorage[], in getRuns()
434 SkRegion::RunType L, SkRegion::RunType R) { in scanline_intersects()
706 static SkRegion::RunType* operate_on_span(const SkRegion::RunType a_runs[], in operate_on_span()
811 SkRegion::RunType* fPrevDst;
813 SkRegion::RunType fTop;
1166 static const SkRegion::RunType* skip_intervals_slow(const SkRegion::RunType runs[]) { in skip_intervals_slow()
[all …]
H A DSkRegionPriv.h25 const SkRegion::RunType* curr = runs; in compute_intervalcount()
89 SkRegion::RunType* writable_runs() { in writable_runs()
91 return (SkRegion::RunType*)(this + 1); in writable_runs()
94 const SkRegion::RunType* readonly_runs() const { in readonly_runs()
95 return (const SkRegion::RunType*)(this + 1); in readonly_runs()
106 fRunCount * sizeof(RunType)); in ensureWritable()
122 static SkRegion::RunType* SkipEntireScanline(const SkRegion::RunType runs[]) { in SkipEntireScanline()
148 SkRegion::RunType* findScanline(int y) const { in findScanline()
170 RunType* runs = this->writable_runs(); in computeRunBounds()
195 RunType L = runs[0]; in computeRunBounds()
[all …]
H A DSkRegion_path.cpp81 SkRegion::RunType fLastY;
82 SkRegion::RunType fXCount;
84 SkRegion::RunType* firstX() const { return (SkRegion::RunType*)(this + 1); } in firstX()
90 SkRegion::RunType* fStorage;
94 SkRegion::RunType* fCurrXPtr;
164 fTop = (SkRegion::RunType)(y); in blitH()
208 const SkRegion::RunType* stop = (const SkRegion::RunType*)fCurrScanline; in computeRunCount()
391 SkRegion::RunType fX;
392 SkRegion::RunType fY0, fY1;
399 fX = (SkRegion::RunType)(x); in set()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/core/
H A DSkRegionPriv.h20 typedef SkRegion::RunType RunType; typedef
47 const SkRegionPriv::RunType* curr = runs; in compute_intervalcount()
114 SkRegion::RunType* writable_runs() { in writable_runs()
116 return (SkRegion::RunType*)(this + 1); in writable_runs()
119 const SkRegion::RunType* readonly_runs() const { in readonly_runs()
130 fRunCount * sizeof(RunType)); in ensureWritable()
146 static SkRegion::RunType* SkipEntireScanline(const SkRegion::RunType runs[]) { in SkipEntireScanline()
172 SkRegion::RunType* findScanline(int y) const { in findScanline()
194 RunType* runs = this->writable_runs(); in computeRunBounds()
219 RunType L = runs[0]; in computeRunBounds()
[all …]
H A DSkRegion_path.cpp83 SkRegion::RunType fLastY;
84 SkRegion::RunType fXCount;
86 SkRegion::RunType* firstX() const { return (SkRegion::RunType*)(this + 1); } in firstX()
92 SkRegion::RunType* fStorage;
96 SkRegion::RunType* fCurrXPtr;
151 fStorage = (SkRegion::RunType*)sk_malloc_canfail(fStorageCount, sizeof(SkRegion::RunType)); in init()
163 fTop = (SkRegion::RunType)(y); in blitH()
207 const SkRegion::RunType* stop = (const SkRegion::RunType*)fCurrScanline; in computeRunCount()
400 SkRegionPriv::RunType fX;
401 SkRegionPriv::RunType fY0, fY1;
[all …]
H A DSkRegion.cpp77 static SkRegionPriv::RunType* skip_intervals(const SkRegionPriv::RunType runs[]) { in skip_intervals()
285 RunType* stop = runs + count; in setRuns()
391 static SkRegionPriv::RunType scanline_bottom(const SkRegionPriv::RunType runs[]) { in scanline_bottom()
395 static const SkRegionPriv::RunType* scanline_next(const SkRegionPriv::RunType runs[]) { in scanline_next()
401 SkRegionPriv::RunType L, SkRegionPriv::RunType R) { in scanline_contains()
460 const SkRegion::RunType* SkRegion::getRuns(RunType tmpStorage[], in getRuns()
481 SkRegionPriv::RunType L, SkRegionPriv::RunType R) { in scanline_intersects()
888 SkRegionPriv::RunType fTop;
1116 RunType tmpA[kRectRegionRuns]; in Oper()
1117 RunType tmpB[kRectRegionRuns]; in Oper()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/core/
H A DSkRegionPriv.h20 typedef SkRegion::RunType RunType; typedef
47 const SkRegionPriv::RunType* curr = runs; in compute_intervalcount()
114 SkRegion::RunType* writable_runs() { in writable_runs()
116 return (SkRegion::RunType*)(this + 1); in writable_runs()
119 const SkRegion::RunType* readonly_runs() const { in readonly_runs()
130 fRunCount * sizeof(RunType)); in ensureWritable()
146 static SkRegion::RunType* SkipEntireScanline(const SkRegion::RunType runs[]) { in SkipEntireScanline()
172 SkRegion::RunType* findScanline(int y) const { in findScanline()
194 RunType* runs = this->writable_runs(); in computeRunBounds()
219 RunType L = runs[0]; in computeRunBounds()
[all …]
H A DSkRegion_path.cpp83 SkRegion::RunType fLastY;
84 SkRegion::RunType fXCount;
86 SkRegion::RunType* firstX() const { return (SkRegion::RunType*)(this + 1); } in firstX()
92 SkRegion::RunType* fStorage;
96 SkRegion::RunType* fCurrXPtr;
151 fStorage = (SkRegion::RunType*)sk_malloc_canfail(fStorageCount, sizeof(SkRegion::RunType)); in init()
163 fTop = (SkRegion::RunType)(y); in blitH()
207 const SkRegion::RunType* stop = (const SkRegion::RunType*)fCurrScanline; in computeRunCount()
400 SkRegionPriv::RunType fX;
401 SkRegionPriv::RunType fY0, fY1;
[all …]
H A DSkRegion.cpp77 static SkRegionPriv::RunType* skip_intervals(const SkRegionPriv::RunType runs[]) { in skip_intervals()
285 RunType* stop = runs + count; in setRuns()
391 static SkRegionPriv::RunType scanline_bottom(const SkRegionPriv::RunType runs[]) { in scanline_bottom()
395 static const SkRegionPriv::RunType* scanline_next(const SkRegionPriv::RunType runs[]) { in scanline_next()
401 SkRegionPriv::RunType L, SkRegionPriv::RunType R) { in scanline_contains()
460 const SkRegion::RunType* SkRegion::getRuns(RunType tmpStorage[], in getRuns()
481 SkRegionPriv::RunType L, SkRegionPriv::RunType R) { in scanline_intersects()
888 SkRegionPriv::RunType fTop;
1116 RunType tmpA[kRectRegionRuns]; in Oper()
1117 RunType tmpB[kRectRegionRuns]; in Oper()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/core/
H A DSkRegionPriv.h20 typedef SkRegion::RunType RunType; typedef
47 const SkRegionPriv::RunType* curr = runs; in compute_intervalcount()
114 SkRegion::RunType* writable_runs() { in writable_runs()
116 return (SkRegion::RunType*)(this + 1); in writable_runs()
119 const SkRegion::RunType* readonly_runs() const { in readonly_runs()
130 fRunCount * sizeof(RunType)); in ensureWritable()
146 static SkRegion::RunType* SkipEntireScanline(const SkRegion::RunType runs[]) { in SkipEntireScanline()
172 SkRegion::RunType* findScanline(int y) const { in findScanline()
194 RunType* runs = this->writable_runs(); in computeRunBounds()
219 RunType L = runs[0]; in computeRunBounds()
[all …]
H A DSkRegion_path.cpp83 SkRegion::RunType fLastY;
84 SkRegion::RunType fXCount;
86 SkRegion::RunType* firstX() const { return (SkRegion::RunType*)(this + 1); } in firstX()
92 SkRegion::RunType* fStorage;
96 SkRegion::RunType* fCurrXPtr;
151 fStorage = (SkRegion::RunType*)sk_malloc_canfail(fStorageCount, sizeof(SkRegion::RunType)); in init()
163 fTop = (SkRegion::RunType)(y); in blitH()
207 const SkRegion::RunType* stop = (const SkRegion::RunType*)fCurrScanline; in computeRunCount()
400 SkRegionPriv::RunType fX;
401 SkRegionPriv::RunType fY0, fY1;
[all …]
H A DSkRegion.cpp76 static SkRegionPriv::RunType* skip_intervals(const SkRegionPriv::RunType runs[]) { in skip_intervals()
284 RunType* stop = runs + count; in setRuns()
390 static SkRegionPriv::RunType scanline_bottom(const SkRegionPriv::RunType runs[]) { in scanline_bottom()
394 static const SkRegionPriv::RunType* scanline_next(const SkRegionPriv::RunType runs[]) { in scanline_next()
400 SkRegionPriv::RunType L, SkRegionPriv::RunType R) { in scanline_contains()
459 const SkRegion::RunType* SkRegion::getRuns(RunType tmpStorage[], in getRuns()
480 SkRegionPriv::RunType L, SkRegionPriv::RunType R) { in scanline_intersects()
887 SkRegionPriv::RunType fTop;
1115 RunType tmpA[kRectRegionRuns]; in Oper()
1116 RunType tmpB[kRectRegionRuns]; in Oper()
[all …]
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/core/
H A DSkRegionPriv.h20 typedef SkRegion::RunType RunType; typedef
47 const SkRegionPriv::RunType* curr = runs; in compute_intervalcount()
114 SkRegion::RunType* writable_runs() { in writable_runs()
116 return (SkRegion::RunType*)(this + 1); in writable_runs()
119 const SkRegion::RunType* readonly_runs() const { in readonly_runs()
130 fRunCount * sizeof(RunType)); in ensureWritable()
146 static SkRegion::RunType* SkipEntireScanline(const SkRegion::RunType runs[]) { in SkipEntireScanline()
172 SkRegion::RunType* findScanline(int y) const { in findScanline()
194 RunType* runs = this->writable_runs(); in computeRunBounds()
219 RunType L = runs[0]; in computeRunBounds()
[all …]
H A DSkRegion_path.cpp83 SkRegion::RunType fLastY;
84 SkRegion::RunType fXCount;
86 SkRegion::RunType* firstX() const { return (SkRegion::RunType*)(this + 1); } in firstX()
92 SkRegion::RunType* fStorage;
96 SkRegion::RunType* fCurrXPtr;
151 fStorage = (SkRegion::RunType*)sk_malloc_canfail(fStorageCount, sizeof(SkRegion::RunType)); in init()
163 fTop = (SkRegion::RunType)(y); in blitH()
207 const SkRegion::RunType* stop = (const SkRegion::RunType*)fCurrScanline; in computeRunCount()
400 SkRegionPriv::RunType fX;
401 SkRegionPriv::RunType fY0, fY1;
[all …]
H A DSkRegion.cpp77 static SkRegionPriv::RunType* skip_intervals(const SkRegionPriv::RunType runs[]) { in skip_intervals()
285 RunType* stop = runs + count; in setRuns()
391 static SkRegionPriv::RunType scanline_bottom(const SkRegionPriv::RunType runs[]) { in scanline_bottom()
395 static const SkRegionPriv::RunType* scanline_next(const SkRegionPriv::RunType runs[]) { in scanline_next()
401 SkRegionPriv::RunType L, SkRegionPriv::RunType R) { in scanline_contains()
460 const SkRegion::RunType* SkRegion::getRuns(RunType tmpStorage[], in getRuns()
481 SkRegionPriv::RunType L, SkRegionPriv::RunType R) { in scanline_intersects()
888 SkRegionPriv::RunType fTop;
1116 RunType tmpA[kRectRegionRuns]; in Oper()
1117 RunType tmpB[kRectRegionRuns]; in Oper()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/core/
H A DSkRegionPriv.h20 typedef SkRegion::RunType RunType; typedef
47 const SkRegionPriv::RunType* curr = runs; in compute_intervalcount()
114 SkRegion::RunType* writable_runs() { in writable_runs()
116 return (SkRegion::RunType*)(this + 1); in writable_runs()
119 const SkRegion::RunType* readonly_runs() const { in readonly_runs()
130 fRunCount * sizeof(RunType)); in ensureWritable()
146 static SkRegion::RunType* SkipEntireScanline(const SkRegion::RunType runs[]) { in SkipEntireScanline()
172 SkRegion::RunType* findScanline(int y) const { in findScanline()
194 RunType* runs = this->writable_runs(); in computeRunBounds()
219 RunType L = runs[0]; in computeRunBounds()
[all …]
H A DSkRegion_path.cpp83 SkRegion::RunType fLastY;
84 SkRegion::RunType fXCount;
86 SkRegion::RunType* firstX() const { return (SkRegion::RunType*)(this + 1); } in firstX()
92 SkRegion::RunType* fStorage;
96 SkRegion::RunType* fCurrXPtr;
151 fStorage = (SkRegion::RunType*)sk_malloc_canfail(fStorageCount, sizeof(SkRegion::RunType)); in init()
163 fTop = (SkRegion::RunType)(y); in blitH()
207 const SkRegion::RunType* stop = (const SkRegion::RunType*)fCurrScanline; in computeRunCount()
400 SkRegionPriv::RunType fX;
401 SkRegionPriv::RunType fY0, fY1;
[all …]
H A DSkRegion.cpp77 static SkRegionPriv::RunType* skip_intervals(const SkRegionPriv::RunType runs[]) { in skip_intervals()
285 RunType* stop = runs + count; in setRuns()
391 static SkRegionPriv::RunType scanline_bottom(const SkRegionPriv::RunType runs[]) { in scanline_bottom()
395 static const SkRegionPriv::RunType* scanline_next(const SkRegionPriv::RunType runs[]) { in scanline_next()
401 SkRegionPriv::RunType L, SkRegionPriv::RunType R) { in scanline_contains()
460 const SkRegion::RunType* SkRegion::getRuns(RunType tmpStorage[], in getRuns()
481 SkRegionPriv::RunType L, SkRegionPriv::RunType R) { in scanline_intersects()
888 SkRegionPriv::RunType fTop;
1116 RunType tmpA[kRectRegionRuns]; in Oper()
1117 RunType tmpB[kRectRegionRuns]; in Oper()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/core/
H A DSkRegionPriv.h20 typedef SkRegion::RunType RunType; typedef
47 const SkRegionPriv::RunType* curr = runs; in compute_intervalcount()
114 SkRegion::RunType* writable_runs() { in writable_runs()
116 return (SkRegion::RunType*)(this + 1); in writable_runs()
119 const SkRegion::RunType* readonly_runs() const { in readonly_runs()
130 fRunCount * sizeof(RunType)); in ensureWritable()
146 static SkRegion::RunType* SkipEntireScanline(const SkRegion::RunType runs[]) { in SkipEntireScanline()
172 SkRegion::RunType* findScanline(int y) const { in findScanline()
194 RunType* runs = this->writable_runs(); in computeRunBounds()
219 RunType L = runs[0]; in computeRunBounds()
[all …]
H A DSkRegion_path.cpp83 SkRegion::RunType fLastY;
84 SkRegion::RunType fXCount;
86 SkRegion::RunType* firstX() const { return (SkRegion::RunType*)(this + 1); } in firstX()
92 SkRegion::RunType* fStorage;
96 SkRegion::RunType* fCurrXPtr;
151 fStorage = (SkRegion::RunType*)sk_malloc_canfail(fStorageCount, sizeof(SkRegion::RunType)); in init()
163 fTop = (SkRegion::RunType)(y); in blitH()
207 const SkRegion::RunType* stop = (const SkRegion::RunType*)fCurrScanline; in computeRunCount()
400 SkRegionPriv::RunType fX;
401 SkRegionPriv::RunType fY0, fY1;
[all …]
H A DSkRegion.cpp76 static SkRegionPriv::RunType* skip_intervals(const SkRegionPriv::RunType runs[]) { in skip_intervals()
284 RunType* stop = runs + count; in setRuns()
390 static SkRegionPriv::RunType scanline_bottom(const SkRegionPriv::RunType runs[]) { in scanline_bottom()
394 static const SkRegionPriv::RunType* scanline_next(const SkRegionPriv::RunType runs[]) { in scanline_next()
400 SkRegionPriv::RunType L, SkRegionPriv::RunType R) { in scanline_contains()
459 const SkRegion::RunType* SkRegion::getRuns(RunType tmpStorage[], in getRuns()
480 SkRegionPriv::RunType L, SkRegionPriv::RunType R) { in scanline_intersects()
887 SkRegionPriv::RunType fTop;
1115 RunType tmpA[kRectRegionRuns]; in Oper()
1116 RunType tmpB[kRectRegionRuns]; in Oper()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/core/
H A DSkRegion.cpp33 static SkRegion::RunType* skip_intervals(const SkRegion::RunType runs[]) {
347 static SkRegion::RunType scanline_bottom(const SkRegion::RunType runs[]) { in scanline_bottom()
351 static const SkRegion::RunType* scanline_next(const SkRegion::RunType runs[]) { in scanline_next()
357 SkRegion::RunType L, SkRegion::RunType R) { in scanline_contains()
416 const SkRegion::RunType* SkRegion::getRuns(RunType tmpStorage[], in getRuns()
437 SkRegion::RunType L, SkRegion::RunType R) { in scanline_intersects()
710 static SkRegion::RunType* operate_on_span(const SkRegion::RunType a_runs[], in operate_on_span()
814 SkRegion::RunType* fStartDst;
815 SkRegion::RunType* fPrevDst;
817 SkRegion::RunType fTop;
[all …]
H A DSkRegionPriv.h31 const SkRegion::RunType* curr = runs; in compute_intervalcount()
101 SkRegion::RunType* writable_runs() { in writable_runs()
103 return (SkRegion::RunType*)(this + 1); in writable_runs()
106 const SkRegion::RunType* readonly_runs() const { in readonly_runs()
107 return (const SkRegion::RunType*)(this + 1); in readonly_runs()
118 fRunCount * sizeof(RunType)); in ensureWritable()
134 static SkRegion::RunType* SkipEntireScanline(const SkRegion::RunType runs[]) { in SkipEntireScanline()
160 SkRegion::RunType* findScanline(int y) const { in findScanline()
182 RunType* runs = this->writable_runs(); in computeRunBounds()
207 RunType L = runs[0]; in computeRunBounds()
[all …]
H A DSkRegion_path.cpp81 SkRegion::RunType fLastY;
82 SkRegion::RunType fXCount;
84 SkRegion::RunType* firstX() const { return (SkRegion::RunType*)(this + 1); } in firstX()
90 SkRegion::RunType* fStorage;
94 SkRegion::RunType* fCurrXPtr;
147 fStorage = (SkRegion::RunType*)sk_malloc_canfail(fStorageCount, sizeof(SkRegion::RunType)); in init()
159 fTop = (SkRegion::RunType)(y); in blitH()
203 const SkRegion::RunType* stop = (const SkRegion::RunType*)fCurrScanline; in computeRunCount()
386 SkRegion::RunType fX;
387 SkRegion::RunType fY0, fY1;
[all …]
/dports/devel/stxxl/stxxl-1.4.1/include/stxxl/bits/mng/
H A Dadaptor.h238 … template <unsigned BlockSize, typename RunType, class PosType> \
239 … inline two_to_one_dim_array_adaptor_base<BlockSize, RunType, PosType>& operator ++ ( \
240 … two_to_one_dim_array_adaptor_base<BlockSize, RunType, PosType>& a) \
246 … template <unsigned BlockSize, typename RunType, class PosType> \
247 … inline two_to_one_dim_array_adaptor_base<BlockSize, RunType, PosType> operator ++ ( \
248 … two_to_one_dim_array_adaptor_base<BlockSize, RunType, PosType>& a, int) \
250 … two_to_one_dim_array_adaptor_base<BlockSize, RunType, PosType> tmp = a; \
255 … template <unsigned BlockSize, typename RunType, class PosType> \
256 … inline two_to_one_dim_array_adaptor_base<BlockSize, RunType, PosType>& operator -- ( \
257 … two_to_one_dim_array_adaptor_base<BlockSize, RunType, PosType>& a) \
[all …]

12345678910>>...26