Home
last modified time | relevance | path

Searched refs:invalidated (Results 1 – 25 of 78) sorted by relevance

1234

/expo/android/vendored/unversioned/@shopify/react-native-skia/cpp/rnskia/values/
H A DRNSkClockValue.h67 _identifier, [weakSelf = weak_from_this()](bool invalidated) { in JSI_EXPORT_FUNCTIONS()
71 invalidated); in JSI_EXPORT_FUNCTIONS()
89 void notifyUpdate(bool invalidated) { in notifyUpdate() argument
90 if (invalidated) { in notifyUpdate()
/expo/ios/vendored/sdk47/@shopify/react-native-skia/cpp/rnskia/values/
H A DABI47_0_0RNSkClockValue.h75 getContext()->beginDrawLoop(_identifier, [weakSelf = weak_from_this()](bool invalidated){ in JSI_EXPORT_FUNCTIONS()
78 std::dynamic_pointer_cast<ABI47_0_0RNSkClockValue>(self)->notifyUpdate(invalidated); in JSI_EXPORT_FUNCTIONS()
96 void notifyUpdate(bool invalidated) { in notifyUpdate() argument
97 if(invalidated) { in notifyUpdate()
/expo/android/vendored/sdk47/@shopify/react-native-skia/cpp/rnskia/values/
H A DRNSkClockValue.h75 getContext()->beginDrawLoop(_identifier, [weakSelf = weak_from_this()](bool invalidated){ in JSI_EXPORT_FUNCTIONS()
78 std::dynamic_pointer_cast<RNSkClockValue>(self)->notifyUpdate(invalidated); in JSI_EXPORT_FUNCTIONS()
96 void notifyUpdate(bool invalidated) { in notifyUpdate() argument
97 if(invalidated) { in notifyUpdate()
/expo/ios/vendored/sdk48/@shopify/react-native-skia/cpp/rnskia/values/
H A DABI48_0_0RNSkClockValue.h67 _identifier, [weakSelf = weak_from_this()](bool invalidated) { in JSI_EXPORT_FUNCTIONS()
71 invalidated); in JSI_EXPORT_FUNCTIONS()
89 void notifyUpdate(bool invalidated) { in notifyUpdate() argument
90 if (invalidated) { in notifyUpdate()
/expo/android/vendored/sdk49/@shopify/react-native-skia/cpp/rnskia/values/
H A DRNSkClockValue.h67 _identifier, [weakSelf = weak_from_this()](bool invalidated) { in JSI_EXPORT_FUNCTIONS()
71 invalidated); in JSI_EXPORT_FUNCTIONS()
89 void notifyUpdate(bool invalidated) { in notifyUpdate() argument
90 if (invalidated) { in notifyUpdate()
/expo/ios/vendored/sdk49/@shopify/react-native-skia/cpp/rnskia/values/
H A DABI49_0_0RNSkClockValue.h67 _identifier, [weakSelf = weak_from_this()](bool invalidated) { in JSI_EXPORT_FUNCTIONS()
71 invalidated); in JSI_EXPORT_FUNCTIONS()
89 void notifyUpdate(bool invalidated) { in notifyUpdate() argument
90 if (invalidated) { in notifyUpdate()
/expo/android/vendored/sdk48/@shopify/react-native-skia/cpp/rnskia/values/
H A DRNSkClockValue.h67 _identifier, [weakSelf = weak_from_this()](bool invalidated) { in JSI_EXPORT_FUNCTIONS()
71 invalidated); in JSI_EXPORT_FUNCTIONS()
89 void notifyUpdate(bool invalidated) { in notifyUpdate() argument
90 if (invalidated) { in notifyUpdate()
/expo/ios/vendored/unversioned/@shopify/react-native-skia/cpp/rnskia/values/
H A DRNSkClockValue.h67 _identifier, [weakSelf = weak_from_this()](bool invalidated) { in JSI_EXPORT_FUNCTIONS()
71 invalidated); in JSI_EXPORT_FUNCTIONS()
89 void notifyUpdate(bool invalidated) { in notifyUpdate() argument
90 if (invalidated) { in notifyUpdate()
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/host/exp/exponent/modules/api/components/sharedelement/
H A DRNSharedElementDrawable.java70 boolean invalidated = false; in update()
75 invalidated = true; in update()
82 invalidated = true; in update()
86 if ((mStyle != null) && (style != null) && !invalidated) { in update()
91 invalidated = (mStyle.compare(style) & in update()
98 invalidated = (mStyle.compare(style) & in update()
113 if (invalidated) { in update()
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/host/exp/exponent/modules/api/components/sharedelement/
H A DRNSharedElementDrawable.java70 boolean invalidated = false; in update()
75 invalidated = true; in update()
82 invalidated = true; in update()
86 if ((mStyle != null) && (style != null) && !invalidated) { in update()
91 invalidated = (mStyle.compare(style) & in update()
98 invalidated = (mStyle.compare(style) & in update()
113 if (invalidated) { in update()
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/animations/
H A DABI48_0_0LayoutAnimationDriver.cpp31 if (keyframe.invalidated) { in animationMutationsForFrame()
85 if (keyframe.invalidated) { in animationMutationsForFrame()
H A DABI48_0_0primitives.h87 bool invalidated{false};
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/animations/
H A DABI49_0_0LayoutAnimationDriver.cpp31 if (keyframe.invalidated) { in animationMutationsForFrame()
85 if (keyframe.invalidated) { in animationMutationsForFrame()
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/animations/
H A DABI47_0_0LayoutAnimationDriver.cpp32 if (keyframe.invalidated) { in animationMutationsForFrame()
86 if (keyframe.invalidated) { in animationMutationsForFrame()
/expo/android/vendored/sdk48/@shopify/react-native-skia/cpp/rnskia/
H A DRNSkPlatformContext.h177 void notifyDrawLoop(bool invalidated) { in notifyDrawLoop() argument
183 it->second(invalidated); in notifyDrawLoop()
/expo/ios/vendored/sdk48/@shopify/react-native-skia/cpp/rnskia/
H A DABI48_0_0RNSkPlatformContext.h177 void notifyDrawLoop(bool invalidated) { in notifyDrawLoop() argument
183 it->second(invalidated); in notifyDrawLoop()
/expo/android/vendored/sdk47/@shopify/react-native-skia/cpp/rnskia/
H A DRNSkView.h253 [weakSelf = weak_from_this()](bool invalidated) { in beginDrawingLoop()
256 self->drawLoopCallback(invalidated); in beginDrawingLoop()
264 void drawLoopCallback(bool invalidated) { in drawLoopCallback() argument
H A DRNSkPlatformContext.h168 void notifyDrawLoop(bool invalidated) { in notifyDrawLoop() argument
176 it->second(invalidated); in notifyDrawLoop()
/expo/ios/vendored/sdk47/@shopify/react-native-skia/cpp/rnskia/
H A DABI47_0_0RNSkView.h253 [weakSelf = weak_from_this()](bool invalidated) { in beginDrawingLoop()
256 self->drawLoopCallback(invalidated); in beginDrawingLoop()
264 void drawLoopCallback(bool invalidated) { in drawLoopCallback() argument
H A DABI47_0_0RNSkPlatformContext.h168 void notifyDrawLoop(bool invalidated) { in notifyDrawLoop() argument
176 it->second(invalidated); in notifyDrawLoop()
/expo/android/vendored/unversioned/@shopify/react-native-skia/cpp/rnskia/
H A DRNSkPlatformContext.h215 void notifyDrawLoop(bool invalidated) { in notifyDrawLoop() argument
221 it->second(invalidated); in notifyDrawLoop()
/expo/android/vendored/sdk49/@shopify/react-native-skia/cpp/rnskia/
H A DRNSkPlatformContext.h215 void notifyDrawLoop(bool invalidated) { in notifyDrawLoop() argument
221 it->second(invalidated); in notifyDrawLoop()
/expo/ios/vendored/sdk49/@shopify/react-native-skia/cpp/rnskia/
H A DABI49_0_0RNSkPlatformContext.h215 void notifyDrawLoop(bool invalidated) { in notifyDrawLoop() argument
221 it->second(invalidated); in notifyDrawLoop()
/expo/ios/vendored/unversioned/@shopify/react-native-skia/cpp/rnskia/
H A DRNSkPlatformContext.h215 void notifyDrawLoop(bool invalidated) { in notifyDrawLoop() argument
221 it->second(invalidated); in notifyDrawLoop()
/expo/ios/vendored/sdk49/@shopify/react-native-skia/ios/RNSkia-iOS/
H A DABI49_0_0DisplayLink.mm22 // if the display link is present, it gets invalidated (loop stops)

1234