Home
last modified time | relevance | path

Searched refs:oldCount (Results 1 – 13 of 13) sorted by relevance

/expo/android/vendored/sdk47/@shopify/react-native-skia/cpp/skia/include/private/
H A DSkTDArray.h181 int oldCount = fCount; variable
184 src + count <= fArray || fArray + oldCount <= src);
188 memcpy(fArray + oldCount, src, sizeof(T) * count);
191 return fArray + oldCount;
200 size_t oldCount = fCount; variable
203 memmove(dst + count, dst, sizeof(T) * (oldCount - index));
H A DSkTHash.h144 SkDEBUGCODE(int oldCount = fCount); in resize()
157 SkASSERT(fCount == oldCount); in resize()
/expo/android/vendored/sdk48/@shopify/react-native-skia/cpp/skia/include/private/
H A DSkTHash.h144 SkDEBUGCODE(int oldCount = fCount); in resize()
157 SkASSERT(fCount == oldCount); in resize()
/expo/ios/vendored/sdk49/@shopify/react-native-skia/cpp/skia/src/core/
H A DSkTHash.h146 SkDEBUGCODE(int oldCount = fCount); in resize()
159 SkASSERT(fCount == oldCount); in resize()
/expo/android/vendored/unversioned/@shopify/react-native-skia/cpp/skia/src/core/
H A DSkTHash.h146 SkDEBUGCODE(int oldCount = fCount); in resize()
159 SkASSERT(fCount == oldCount); in resize()
/expo/ios/vendored/sdk48/@shopify/react-native-skia/cpp/skia/src/core/
H A DSkTHash.h146 SkDEBUGCODE(int oldCount = fCount); in resize()
159 SkASSERT(fCount == oldCount); in resize()
/expo/android/vendored/sdk49/@shopify/react-native-skia/cpp/skia/src/core/
H A DSkTHash.h146 SkDEBUGCODE(int oldCount = fCount); in resize()
159 SkASSERT(fCount == oldCount); in resize()
/expo/ios/vendored/unversioned/@shopify/react-native-skia/cpp/skia/src/core/
H A DSkTHash.h146 SkDEBUGCODE(int oldCount = fCount); in resize()
159 SkASSERT(fCount == oldCount); in resize()
/expo/ios/vendored/sdk47/@shopify/react-native-skia/cpp/skia/src/core/
H A DSkTHash.h146 SkDEBUGCODE(int oldCount = fCount); in resize()
159 SkASSERT(fCount == oldCount); in resize()
/expo/ios/vendored/sdk47/react-native-screens/ios/
H A DABI47_0_0RNSScreenStack.mm356 NSUInteger oldCount = weakSelf.presentedModals.count;
357 if (changeRootIndex < oldCount) {
358 …[weakSelf.presentedModals removeObjectsInRange:NSMakeRange(changeRootIndex, oldCount - changeRootI…
/expo/ios/vendored/sdk48/react-native-screens/ios/
H A DABI48_0_0RNSScreenStack.mm356 NSUInteger oldCount = weakSelf.presentedModals.count;
357 if (changeRootIndex < oldCount) {
358 …[weakSelf.presentedModals removeObjectsInRange:NSMakeRange(changeRootIndex, oldCount - changeRootI…
/expo/ios/vendored/sdk49/react-native-screens/ios/
H A DABI49_0_0RNSScreenStack.mm371 NSUInteger oldCount = weakSelf.presentedModals.count;
372 if (changeRootIndex < oldCount) {
373 …[weakSelf.presentedModals removeObjectsInRange:NSMakeRange(changeRootIndex, oldCount - changeRootI…
/expo/ios/vendored/unversioned/react-native-screens/ios/
H A DRNSScreenStack.mm371 NSUInteger oldCount = weakSelf.presentedModals.count;
372 if (changeRootIndex < oldCount) {
373 …[weakSelf.presentedModals removeObjectsInRange:NSMakeRange(changeRootIndex, oldCount - changeRootI…