Home
last modified time | relevance | path

Searched refs:fCount (Results 1 – 25 of 1300) sorted by relevance

12345678910>>...52

/dports/biology/gffread/gffread-0.12.7/gclib/
H A DGVec.hh267 fCount=array.fCount; in GVec()
277 fCount=array.fCount; in GVec()
289 fCount=array.fCount; in operator =()
302 fCount=array.fCount; in operator =()
388 fCount+=list.fCount; in Add()
554 fCount=list.fCount; in GPVec()
558 fCount=list.fCount; in GPVec()
568 fCount=list.fCount; in GPVec()
582 fCount=plist->fCount; in GPVec()
631 fCount+=list.fCount; in Add()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/include/private/
H A DSkTDArray.h60 fCount = src.fCount;
74 return a.fCount == b.fCount &&
86 swap(fCount, that.fCount); in swap()
128 const T& back() const { SkASSERT(fCount > 0); return fArray[fCount-1]; } in back()
129 T& back() { SkASSERT(fCount > 0); return fArray[fCount-1]; } in back()
143 fCount = 0; in rewind()
157 fCount = count; in setCount()
212 fCount = fCount - count;
219 fCount = newCount; in removeShuffle()
280 void pop(T* elem) { SkASSERT(fCount > 0); if (elem) *elem = (*this)[fCount - 1]; --fCount; } in pop()
[all …]
/dports/biology/libgff/libgff-2.0.0/include/
H A DGVec.hh230 this->fCount=array.fCount; in GVec()
244 this->fCount=array.fCount; in GVec()
251 fCount=array.fCount; in operator =()
378 fCount++; in Grow()
384 fCount++; in Add()
400 fCount+=list.fCount; in Add()
569 fCount=list.fCount; in GPVec()
573 fCount=list.fCount; in GPVec()
585 fCount=plist->fCount; in GPVec()
598 fCount=list.fCount; in operator =()
[all …]
/dports/biology/stringtie/stringtie-2.1.1/gclib/
H A DGVec.hh233 this->fCount=array.fCount; in GVec()
247 this->fCount=array.fCount; in GVec()
254 fCount=array.fCount; in operator =()
379 fCount++; in Grow()
385 fCount++; in Add()
401 fCount+=list.fCount; in Add()
568 fCount=list.fCount; in GPVec()
572 fCount=list.fCount; in GPVec()
584 fCount=plist->fCount; in GPVec()
597 fCount=list.fCount; in operator =()
[all …]
/dports/biology/cufflinks/cufflinks-2.2.1-89-gdc3b0cb/src/
H A DGVec.hh238 this->fCount=array.fCount; in GVec()
252 this->fCount=array.fCount; in GVec()
259 fCount=array.fCount; in operator =()
384 fCount++; in Grow()
390 fCount++; in Add()
406 fCount+=list.fCount; in Add()
566 fCount=list.fCount; in GPVec()
573 fCount=list.fCount; in GPVec()
586 fCount=plist->fCount; in GPVec()
598 fCount=list.fCount; in operator =()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/include/private/
H A DSkTDArray.h26 fReserve = fCount = 0; in SkTDArray()
53 fCount = src.fCount;
67 return a.fCount == b.fCount &&
79 swap(fCount, that.fCount); in swap()
134 fCount = 0; in rewind()
148 fCount = count; in setCount()
172 int oldCount = fCount;
203 fCount = fCount - count;
210 fCount = newCount; in removeShuffle()
271 void pop(T* elem) { SkASSERT(fCount > 0); if (elem) *elem = (*this)[fCount - 1]; --fCount; } in pop()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/include/private/
H A DSkTDArray.h21 fReserve = fCount = 0; in SkTDArray()
47 fCount = src.fCount;
61 return a.fCount == b.fCount &&
72 SkTSwap(fCount, other.fCount); in swap()
137 fCount = 0; in rewind()
151 fCount = count; in setCount()
207 fCount = fCount - count;
214 fCount = newCount; in removeShuffle()
287 void pop(T* elem) { SkASSERT(fCount > 0); if (elem) *elem = (*this)[fCount - 1]; --fCount; } in pop()
288 void pop() { SkASSERT(fCount > 0); --fCount; } in pop()
[all …]
H A DSkTArray.h29 fCount = 0; in SkTArray()
74 fCount = 0;
84 fCount = 0;
115 fCount = 0; in reset()
117 fCount = n; in reset()
139 fCount = 0; in reset()
236 fCount += n; in push_back_n()
249 fCount += n; in move_back_n()
258 --fCount; in pop_back()
300 SkTSwap(fCount, that->fCount); in swap()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/include/private/
H A DSkTDArray.h22 fReserve = fCount = 0; in SkTDArray()
48 fCount = src.fCount;
62 return a.fCount == b.fCount &&
73 SkTSwap(fCount, other.fCount); in swap()
144 fCount = 0; in rewind()
158 fCount = count; in setCount()
214 fCount = fCount - count;
221 fCount = newCount; in removeShuffle()
294 void pop(T* elem) { SkASSERT(fCount > 0); if (elem) *elem = (*this)[fCount - 1]; --fCount; } in pop()
295 void pop() { SkASSERT(fCount > 0); --fCount; } in pop()
[all …]
H A DSkTArray.h68 fCount = 0;
81 fCount = 0;
115 fCount = 0; in reset()
117 fCount = n; in reset()
131 fCount = 0; in reset()
244 fCount += n; in push_back_n()
257 fCount += n; in move_back_n()
266 --fCount; in pop_back()
306 SkTSwap(fCount, that->fCount); in swap()
354 T& back() { SkASSERT(fCount); return fItemArray[fCount - 1];} in back()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/include/private/
H A DSkTDArray.h25 fReserve = fCount = 0; in SkTDArray()
52 fCount = src.fCount;
66 return a.fCount == b.fCount &&
78 swap(fCount, that.fCount); in swap()
133 fCount = 0; in rewind()
147 fCount = count; in setCount()
202 fCount = fCount - count;
209 fCount = newCount; in removeShuffle()
270 void pop(T* elem) { SkASSERT(fCount > 0); if (elem) *elem = (*this)[fCount - 1]; --fCount; } in pop()
271 void pop() { SkASSERT(fCount > 0); --fCount; } in pop()
[all …]
H A DSkTArray.h73 fCount = 0;
86 fCount = 0;
120 fCount = 0; in reset()
122 fCount = n; in reset()
136 fCount = 0; in reset()
249 fCount += n; in push_back_n()
262 fCount += n; in move_back_n()
271 --fCount; in pop_back()
312 swap(fCount, that.fCount); in swap()
364 T& back() { SkASSERT(fCount); return fItemArray[fCount - 1];} in back()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/include/private/
H A DSkTDArray.h25 fReserve = fCount = 0; in SkTDArray()
52 fCount = src.fCount;
66 return a.fCount == b.fCount &&
78 swap(fCount, that.fCount); in swap()
133 fCount = 0; in rewind()
147 fCount = count; in setCount()
202 fCount = fCount - count;
209 fCount = newCount; in removeShuffle()
270 void pop(T* elem) { SkASSERT(fCount > 0); if (elem) *elem = (*this)[fCount - 1]; --fCount; } in pop()
271 void pop() { SkASSERT(fCount > 0); --fCount; } in pop()
[all …]
H A DSkTArray.h73 fCount = 0;
86 fCount = 0;
120 fCount = 0; in reset()
122 fCount = n; in reset()
136 fCount = 0; in reset()
249 fCount += n; in push_back_n()
262 fCount += n; in move_back_n()
271 --fCount; in pop_back()
312 swap(fCount, that.fCount); in swap()
364 T& back() { SkASSERT(fCount); return fItemArray[fCount - 1];} in back()
[all …]
/dports/www/firefox/firefox-99.0/gfx/skia/skia/include/private/
H A DSkTDArray.h25 fReserve = fCount = 0; in SkTDArray()
52 fCount = src.fCount;
66 return a.fCount == b.fCount &&
78 swap(fCount, that.fCount); in swap()
133 fCount = 0; in rewind()
147 fCount = count; in setCount()
202 fCount = fCount - count;
209 fCount = newCount; in removeShuffle()
270 void pop(T* elem) { SkASSERT(fCount > 0); if (elem) *elem = (*this)[fCount - 1]; --fCount; } in pop()
271 void pop() { SkASSERT(fCount > 0); --fCount; } in pop()
[all …]
H A DSkTArray.h73 fCount = 0;
86 fCount = 0;
120 fCount = 0; in reset()
122 fCount = n; in reset()
136 fCount = 0; in reset()
249 fCount += n; in push_back_n()
262 fCount += n; in move_back_n()
271 --fCount; in pop_back()
312 swap(fCount, that.fCount); in swap()
364 T& back() { SkASSERT(fCount); return fItemArray[fCount - 1];} in back()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/include/private/
H A DSkTDArray.h25 fReserve = fCount = 0; in SkTDArray()
52 fCount = src.fCount;
66 return a.fCount == b.fCount &&
78 swap(fCount, that.fCount); in swap()
133 fCount = 0; in rewind()
147 fCount = count; in setCount()
202 fCount = fCount - count;
209 fCount = newCount; in removeShuffle()
270 void pop(T* elem) { SkASSERT(fCount > 0); if (elem) *elem = (*this)[fCount - 1]; --fCount; } in pop()
271 void pop() { SkASSERT(fCount > 0); --fCount; } in pop()
[all …]
H A DSkTArray.h73 fCount = 0;
86 fCount = 0;
120 fCount = 0; in reset()
122 fCount = n; in reset()
136 fCount = 0; in reset()
249 fCount += n; in push_back_n()
262 fCount += n; in move_back_n()
271 --fCount; in pop_back()
312 swap(fCount, that.fCount); in swap()
364 T& back() { SkASSERT(fCount); return fItemArray[fCount - 1];} in back()
[all …]
/dports/biology/cdbfasta/cdbfasta/gclib/
H A DGList.hh261 fCount=array.fCount; in GArray()
268 fCount=array.fCount; in GArray()
276 fCount=array.fCount; in operator =()
283 fCount=array.fCount; in operator =()
447 fCount+=list.fCount; in Add()
516 fCount++; in idxInsert()
544 fCount--; in Delete()
597 fCount=list.fCount; in GList()
605 fCount=list.fCount; in GList()
619 fCount=plist->fCount; in GList()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/gpu/
H A DGrWindowRectangles.h18 GrWindowRectangles() : fCount(0) {} in GrWindowRectangles()
25 int count() const { return fCount; } in count()
43 int fCount; variable
66 fCount = 0; in reset()
71 fCount = that.fCount;
85 result.fCount = fCount; in makeOffset()
100 SkASSERT(fCount < kMaxWindows); in addWindow()
101 if (fCount < kNumLocalWindows) { in addWindow()
110 return fRec->fData[fCount++]; in addWindow()
114 if (fCount != that.fCount) {
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/gpu/
H A DGrWindowRectangles.h18 GrWindowRectangles() : fCount(0) {} in GrWindowRectangles()
25 int count() const { return fCount; } in count()
43 int fCount; variable
66 fCount = 0; in reset()
71 fCount = that.fCount;
85 result.fCount = fCount; in makeOffset()
100 SkASSERT(fCount < kMaxWindows); in addWindow()
101 if (fCount < kNumLocalWindows) { in addWindow()
110 return fRec->fData[fCount++]; in addWindow()
114 if (fCount != that.fCount) {
[all …]
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/gpu/
H A DGrWindowRectangles.h18 GrWindowRectangles() : fCount(0) {} in GrWindowRectangles()
25 int count() const { return fCount; } in count()
43 int fCount; variable
66 fCount = 0; in reset()
71 fCount = that.fCount;
85 result.fCount = fCount; in makeOffset()
100 SkASSERT(fCount < kMaxWindows); in addWindow()
101 if (fCount < kNumLocalWindows) { in addWindow()
110 return fRec->fData[fCount++]; in addWindow()
114 if (fCount != that.fCount) {
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/gpu/
H A DGrWindowRectangles.h18 GrWindowRectangles() : fCount(0) {} in GrWindowRectangles()
25 int count() const { return fCount; } in count()
43 int fCount; variable
66 fCount = 0; in reset()
71 fCount = that.fCount;
85 result.fCount = fCount; in makeOffset()
100 SkASSERT(fCount < kMaxWindows); in addWindow()
101 if (fCount < kNumLocalWindows) { in addWindow()
110 return fRec->fData[fCount++]; in addWindow()
114 if (fCount != that.fCount) {
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/gpu/
H A DGrWindowRectangles.h18 GrWindowRectangles() : fCount(0) {} in GrWindowRectangles()
25 int count() const { return fCount; } in count()
43 int fCount; variable
66 fCount = 0; in reset()
71 fCount = that.fCount;
85 result.fCount = fCount; in makeOffset()
100 SkASSERT(fCount < kMaxWindows); in addWindow()
101 if (fCount < kNumLocalWindows) { in addWindow()
110 return fRec->fData[fCount++]; in addWindow()
114 if (fCount != that.fCount) {
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/gpu/
H A DGrWindowRectangles.h42 int fCount; variable
65 fCount = 0; in reset()
70 fCount = that.fCount;
71 if (fCount <= 1) {
84 result.fCount = fCount; in makeOffset()
86 if (result.fCount > 1) { in makeOffset()
100 if (fCount == 0) { in addWindow()
101 fCount = 1; in addWindow()
104 if (fCount == 1) { in addWindow()
114 if (fCount != that.fCount) {
[all …]

12345678910>>...52