| /expo/android/vendored/sdk47/@shopify/react-native-skia/cpp/skia/include/private/ |
| H A D | SkTDArray.h | 60 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 …]
|
| H A D | SkTArray.h | 63 fCount = that.fCount; in SkTArray() 102 fCount = 0; 104 fCount = that.fCount; 115 fCount = 0; 117 fCount = that.fCount; 149 fCount = 0; in reset() 151 fCount = n; in reset() 165 fCount = 0; in reset() 300 --fCount; in pop_back() 343 fCount = that.fCount; in swap() [all …]
|
| H A D | SkSemaphore.h | 19 constexpr SkSemaphore(int count = 0) : fCount(count), fOSSemaphore(nullptr) {} in fCount() function 50 std::atomic<int> fCount; variable 56 int prev = fCount.fetch_add(n, std::memory_order_release); in signal() 76 if (fCount.fetch_sub(1, std::memory_order_acquire) <= 0) { in wait()
|
| H A D | SkTemplates.h | 94 SkDEBUGCODE(fCount = other.fCount; other.fCount = 0;) in SkAutoTArray() 99 SkDEBUGCODE(fCount = other.fCount; other.fCount = 0;) 125 SkDEBUGCODE(int fCount = 0;) 140 fCount = 0; in SkAutoSTArray() 147 fCount = 0; in SkAutoSTArray() 158 T* iter = start + fCount; in reset() 164 if (fCount != count) { in reset() 165 if (fCount > kCount) { in reset() 179 fCount = count; in reset() 208 SkASSERT(index < fCount); [all …]
|
| /expo/android/vendored/sdk48/@shopify/react-native-skia/cpp/skia/include/private/ |
| H A D | SkTArray.h | 63 fCount = that.fCount; in SkTArray() 102 fCount = 0; 104 fCount = that.fCount; 115 fCount = 0; 117 fCount = that.fCount; 149 fCount = 0; in reset() 151 fCount = n; in reset() 165 fCount = 0; in reset() 300 --fCount; in pop_back() 343 fCount = that.fCount; in swap() [all …]
|
| H A D | SkSemaphore.h | 19 constexpr SkSemaphore(int count = 0) : fCount(count), fOSSemaphore(nullptr) {} in fCount() function 50 std::atomic<int> fCount; variable 56 int prev = fCount.fetch_add(n, std::memory_order_release); in signal() 76 if (fCount.fetch_sub(1, std::memory_order_acquire) <= 0) { in wait()
|
| H A D | SkTemplates.h | 94 SkDEBUGCODE(fCount = other.fCount; other.fCount = 0;) in SkAutoTArray() 99 SkDEBUGCODE(fCount = other.fCount; other.fCount = 0;) 125 SkDEBUGCODE(int fCount = 0;) 140 fCount = 0; in SkAutoSTArray() 147 fCount = 0; in SkAutoSTArray() 158 T* iter = start + fCount; in reset() 164 if (fCount != count) { in reset() 165 if (fCount > kCount) { in reset() 179 fCount = count; in reset() 208 SkASSERT(index < fCount); [all …]
|
| /expo/ios/vendored/sdk49/@shopify/react-native-skia/cpp/skia/include/private/base/ |
| H A D | SkTemplates.h | 112 SkDEBUGCODE(fCount = other.fCount; other.fCount = 0;) in AutoTArray() 117 SkDEBUGCODE(fCount = other.fCount; other.fCount = 0;) 143 SkDEBUGCODE(int fCount = 0;) 158 fCount = 0; in AutoSTArray() 165 fCount = 0; in AutoSTArray() 176 T* iter = start + fCount; in reset() 182 if (fCount != count) { in reset() 183 if (fCount > kCount) { in reset() 197 fCount = count; in reset() 226 SkASSERT(index < fCount); [all …]
|
| H A D | SkSemaphore.h | 20 constexpr SkSemaphore(int count = 0) : fCount(count), fOSSemaphore(nullptr) {} in fCount() function 51 std::atomic<int> fCount; variable 57 int prev = fCount.fetch_add(n, std::memory_order_release); in signal() 77 if (fCount.fetch_sub(1, std::memory_order_acquire) <= 0) { in wait()
|
| /expo/ios/vendored/unversioned/@shopify/react-native-skia/cpp/skia/include/private/base/ |
| H A D | SkTemplates.h | 112 SkDEBUGCODE(fCount = other.fCount; other.fCount = 0;) in AutoTArray() 117 SkDEBUGCODE(fCount = other.fCount; other.fCount = 0;) 143 SkDEBUGCODE(int fCount = 0;) 158 fCount = 0; in AutoSTArray() 165 fCount = 0; in AutoSTArray() 176 T* iter = start + fCount; in reset() 182 if (fCount != count) { in reset() 183 if (fCount > kCount) { in reset() 197 fCount = count; in reset() 226 SkASSERT(index < fCount); [all …]
|
| H A D | SkSemaphore.h | 20 constexpr SkSemaphore(int count = 0) : fCount(count), fOSSemaphore(nullptr) {} in fCount() function 51 std::atomic<int> fCount; variable 57 int prev = fCount.fetch_add(n, std::memory_order_release); in signal() 77 if (fCount.fetch_sub(1, std::memory_order_acquire) <= 0) { in wait()
|
| /expo/ios/vendored/sdk47/@shopify/react-native-skia/cpp/skia/include/private/base/ |
| H A D | SkTemplates.h | 112 SkDEBUGCODE(fCount = other.fCount; other.fCount = 0;) in AutoTArray() 117 SkDEBUGCODE(fCount = other.fCount; other.fCount = 0;) 143 SkDEBUGCODE(int fCount = 0;) 158 fCount = 0; in AutoSTArray() 165 fCount = 0; in AutoSTArray() 176 T* iter = start + fCount; in reset() 182 if (fCount != count) { in reset() 183 if (fCount > kCount) { in reset() 197 fCount = count; in reset() 226 SkASSERT(index < fCount); [all …]
|
| H A D | SkSemaphore.h | 20 constexpr SkSemaphore(int count = 0) : fCount(count), fOSSemaphore(nullptr) {} in fCount() function 51 std::atomic<int> fCount; variable 57 int prev = fCount.fetch_add(n, std::memory_order_release); in signal() 77 if (fCount.fetch_sub(1, std::memory_order_acquire) <= 0) { in wait()
|
| /expo/android/vendored/sdk49/@shopify/react-native-skia/cpp/skia/include/private/base/ |
| H A D | SkTemplates.h | 112 SkDEBUGCODE(fCount = other.fCount; other.fCount = 0;) in AutoTArray() 117 SkDEBUGCODE(fCount = other.fCount; other.fCount = 0;) 143 SkDEBUGCODE(int fCount = 0;) 158 fCount = 0; in AutoSTArray() 165 fCount = 0; in AutoSTArray() 176 T* iter = start + fCount; in reset() 182 if (fCount != count) { in reset() 183 if (fCount > kCount) { in reset() 197 fCount = count; in reset() 226 SkASSERT(index < fCount); [all …]
|
| H A D | SkSemaphore.h | 20 constexpr SkSemaphore(int count = 0) : fCount(count), fOSSemaphore(nullptr) {} in fCount() function 51 std::atomic<int> fCount; variable 57 int prev = fCount.fetch_add(n, std::memory_order_release); in signal() 77 if (fCount.fetch_sub(1, std::memory_order_acquire) <= 0) { in wait()
|
| /expo/ios/vendored/sdk48/@shopify/react-native-skia/cpp/skia/include/private/base/ |
| H A D | SkTemplates.h | 112 SkDEBUGCODE(fCount = other.fCount; other.fCount = 0;) in AutoTArray() 117 SkDEBUGCODE(fCount = other.fCount; other.fCount = 0;) 143 SkDEBUGCODE(int fCount = 0;) 158 fCount = 0; in AutoSTArray() 165 fCount = 0; in AutoSTArray() 176 T* iter = start + fCount; in reset() 182 if (fCount != count) { in reset() 183 if (fCount > kCount) { in reset() 197 fCount = count; in reset() 226 SkASSERT(index < fCount); [all …]
|
| H A D | SkSemaphore.h | 20 constexpr SkSemaphore(int count = 0) : fCount(count), fOSSemaphore(nullptr) {} in fCount() function 51 std::atomic<int> fCount; variable 57 int prev = fCount.fetch_add(n, std::memory_order_release); in signal() 77 if (fCount.fetch_sub(1, std::memory_order_acquire) <= 0) { in wait()
|
| /expo/android/vendored/unversioned/@shopify/react-native-skia/cpp/skia/include/private/base/ |
| H A D | SkTemplates.h | 112 SkDEBUGCODE(fCount = other.fCount; other.fCount = 0;) in AutoTArray() 117 SkDEBUGCODE(fCount = other.fCount; other.fCount = 0;) 143 SkDEBUGCODE(int fCount = 0;) 158 fCount = 0; in AutoSTArray() 165 fCount = 0; in AutoSTArray() 176 T* iter = start + fCount; in reset() 182 if (fCount != count) { in reset() 183 if (fCount > kCount) { in reset() 197 fCount = count; in reset() 226 SkASSERT(index < fCount); [all …]
|
| H A D | SkSemaphore.h | 20 constexpr SkSemaphore(int count = 0) : fCount(count), fOSSemaphore(nullptr) {} in fCount() function 51 std::atomic<int> fCount; variable 57 int prev = fCount.fetch_add(n, std::memory_order_release); in signal() 77 if (fCount.fetch_sub(1, std::memory_order_acquire) <= 0) { in wait()
|
| /expo/android/vendored/sdk49/@shopify/react-native-skia/cpp/skia/include/ports/ |
| H A D | SkRemotableFontMgr.h | 40 int count() const { return fCount; } in count() 46 SkRemotableFontIdentitySet() : fCount(0), fData() { } in SkRemotableFontIdentitySet() 50 int fCount; variable
|
| /expo/ios/vendored/sdk49/@shopify/react-native-skia/cpp/skia/include/ports/ |
| H A D | SkRemotableFontMgr.h | 40 int count() const { return fCount; } in count() 46 SkRemotableFontIdentitySet() : fCount(0), fData() { } in SkRemotableFontIdentitySet() 50 int fCount; variable
|
| /expo/ios/vendored/unversioned/@shopify/react-native-skia/cpp/skia/include/ports/ |
| H A D | SkRemotableFontMgr.h | 40 int count() const { return fCount; } in count() 46 SkRemotableFontIdentitySet() : fCount(0), fData() { } in SkRemotableFontIdentitySet() 50 int fCount; variable
|
| /expo/android/vendored/sdk48/@shopify/react-native-skia/cpp/skia/include/ports/ |
| H A D | SkRemotableFontMgr.h | 40 int count() const { return fCount; } in count() 46 SkRemotableFontIdentitySet() : fCount(0), fData() { } in SkRemotableFontIdentitySet() 50 int fCount; variable
|
| /expo/android/vendored/sdk47/@shopify/react-native-skia/cpp/skia/include/ports/ |
| H A D | SkRemotableFontMgr.h | 40 int count() const { return fCount; } in count() 46 SkRemotableFontIdentitySet() : fCount(0), fData() { } in SkRemotableFontIdentitySet() 50 int fCount; variable
|
| /expo/android/vendored/unversioned/@shopify/react-native-skia/cpp/skia/include/ports/ |
| H A D | SkRemotableFontMgr.h | 40 int count() const { return fCount; } in count() 46 SkRemotableFontIdentitySet() : fCount(0), fData() { } in SkRemotableFontIdentitySet() 50 int fCount; variable
|