| /expo/android/vendored/unversioned/@shopify/react-native-skia/cpp/rnskia/dom/props/ |
| H A D | PointProp.h | 41 auto ptr = std::dynamic_pointer_cast<JsiSkPoint>(value.getAsHostObject()); in processValue() local 42 if (ptr != nullptr) { in processValue() 43 return SkPoint::Make(ptr->getObject()->x(), ptr->getObject()->y()); in processValue() 46 auto ptr = in processValue() local 48 if (ptr != nullptr) { in processValue() 49 return SkPoint::Make(ptr->getObject()->x(), ptr->getObject()->y()); in processValue()
|
| H A D | FontProp.h | 22 auto ptr = _fontProp->value().getAs<JsiSkFont>(); in updateDerivedValue() local 23 if (ptr == nullptr) { in updateDerivedValue() 27 setDerivedValue(ptr->getObject()); in updateDerivedValue()
|
| H A D | PictureProp.h | 26 auto ptr = std::dynamic_pointer_cast<JsiSkPicture>( in updateDerivedValue() local 28 if (ptr == nullptr) { in updateDerivedValue() 33 setDerivedValue(ptr->getObject()); in updateDerivedValue()
|
| H A D | SvgProp.h | 24 auto ptr = std::dynamic_pointer_cast<JsiSkSVG>( in updateDerivedValue() local 26 if (ptr == nullptr) { in updateDerivedValue() 30 setDerivedValue(ptr->getObject()); in updateDerivedValue()
|
| /expo/ios/vendored/sdk48/@shopify/react-native-skia/cpp/rnskia/dom/props/ |
| H A D | PointProp.h | 39 auto ptr = std::dynamic_pointer_cast<JsiSkPoint>(value.getAsHostObject()); in processValue() local 40 if (ptr != nullptr) { in processValue() 41 return SkPoint::Make(ptr->getObject()->x(), ptr->getObject()->y()); in processValue() 44 auto ptr = in processValue() local 46 if (ptr != nullptr) { in processValue() 47 return SkPoint::Make(ptr->getObject()->x(), ptr->getObject()->y()); in processValue()
|
| H A D | SvgProp.h | 23 auto ptr = std::dynamic_pointer_cast<JsiSkSVG>( in updateDerivedValue() local 25 if (ptr == nullptr) { in updateDerivedValue() 30 setDerivedValue(ptr->getObject()); in updateDerivedValue()
|
| H A D | FontProp.h | 23 auto ptr = _fontProp->value().getAs<JsiSkFont>(); in updateDerivedValue() local 24 if (ptr == nullptr) { in updateDerivedValue() 28 setDerivedValue(ptr->getObject()); in updateDerivedValue()
|
| H A D | PictureProp.h | 24 auto ptr = std::dynamic_pointer_cast<JsiSkPicture>( in updateDerivedValue() local 26 if (ptr == nullptr) { in updateDerivedValue() 31 setDerivedValue(ptr->getObject()); in updateDerivedValue()
|
| /expo/android/vendored/sdk49/@shopify/react-native-skia/cpp/rnskia/dom/props/ |
| H A D | PointProp.h | 41 auto ptr = std::dynamic_pointer_cast<JsiSkPoint>(value.getAsHostObject()); in processValue() local 42 if (ptr != nullptr) { in processValue() 43 return SkPoint::Make(ptr->getObject()->x(), ptr->getObject()->y()); in processValue() 46 auto ptr = in processValue() local 48 if (ptr != nullptr) { in processValue() 49 return SkPoint::Make(ptr->getObject()->x(), ptr->getObject()->y()); in processValue()
|
| H A D | FontProp.h | 22 auto ptr = _fontProp->value().getAs<JsiSkFont>(); in updateDerivedValue() local 23 if (ptr == nullptr) { in updateDerivedValue() 27 setDerivedValue(ptr->getObject()); in updateDerivedValue()
|
| /expo/ios/vendored/sdk49/@shopify/react-native-skia/cpp/rnskia/dom/props/ |
| H A D | PointProp.h | 41 auto ptr = std::dynamic_pointer_cast<JsiSkPoint>(value.getAsHostObject()); in processValue() local 42 if (ptr != nullptr) { in processValue() 43 return SkPoint::Make(ptr->getObject()->x(), ptr->getObject()->y()); in processValue() 46 auto ptr = in processValue() local 48 if (ptr != nullptr) { in processValue() 49 return SkPoint::Make(ptr->getObject()->x(), ptr->getObject()->y()); in processValue()
|
| H A D | FontProp.h | 22 auto ptr = _fontProp->value().getAs<JsiSkFont>(); in updateDerivedValue() local 23 if (ptr == nullptr) { in updateDerivedValue() 27 setDerivedValue(ptr->getObject()); in updateDerivedValue()
|
| /expo/android/vendored/sdk48/@shopify/react-native-skia/cpp/rnskia/dom/props/ |
| H A D | PointProp.h | 39 auto ptr = std::dynamic_pointer_cast<JsiSkPoint>(value.getAsHostObject()); in processValue() local 40 if (ptr != nullptr) { in processValue() 41 return SkPoint::Make(ptr->getObject()->x(), ptr->getObject()->y()); in processValue() 44 auto ptr = in processValue() local 46 if (ptr != nullptr) { in processValue() 47 return SkPoint::Make(ptr->getObject()->x(), ptr->getObject()->y()); in processValue()
|
| H A D | FontProp.h | 23 auto ptr = _fontProp->value().getAs<JsiSkFont>(); in updateDerivedValue() local 24 if (ptr == nullptr) { in updateDerivedValue() 28 setDerivedValue(ptr->getObject()); in updateDerivedValue()
|
| H A D | SvgProp.h | 23 auto ptr = std::dynamic_pointer_cast<JsiSkSVG>( in updateDerivedValue() local 25 if (ptr == nullptr) { in updateDerivedValue() 30 setDerivedValue(ptr->getObject()); in updateDerivedValue()
|
| H A D | PictureProp.h | 24 auto ptr = std::dynamic_pointer_cast<JsiSkPicture>( in updateDerivedValue() local 26 if (ptr == nullptr) { in updateDerivedValue() 31 setDerivedValue(ptr->getObject()); in updateDerivedValue()
|
| /expo/ios/vendored/unversioned/@shopify/react-native-skia/cpp/rnskia/dom/props/ |
| H A D | PointProp.h | 41 auto ptr = std::dynamic_pointer_cast<JsiSkPoint>(value.getAsHostObject()); in processValue() local 42 if (ptr != nullptr) { in processValue() 43 return SkPoint::Make(ptr->getObject()->x(), ptr->getObject()->y()); in processValue() 46 auto ptr = in processValue() local 48 if (ptr != nullptr) { in processValue() 49 return SkPoint::Make(ptr->getObject()->x(), ptr->getObject()->y()); in processValue()
|
| H A D | FontProp.h | 22 auto ptr = _fontProp->value().getAs<JsiSkFont>(); in updateDerivedValue() local 23 if (ptr == nullptr) { in updateDerivedValue() 27 setDerivedValue(ptr->getObject()); in updateDerivedValue()
|
| H A D | PictureProp.h | 26 auto ptr = std::dynamic_pointer_cast<JsiSkPicture>( in updateDerivedValue() local 28 if (ptr == nullptr) { in updateDerivedValue() 33 setDerivedValue(ptr->getObject()); in updateDerivedValue()
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/bridging/ |
| H A D | ABI48_0_0Value.h | 72 const std::shared_ptr<T> &ptr, 74 if (ptr) { 75 return bridging::toJs(rt, *ptr, jsInvoker); 85 const std::unique_ptr<T> &ptr, 87 if (ptr) { 88 return bridging::toJs(rt, *ptr, jsInvoker); 100 if (auto ptr = weakPtr.lock()) { 101 return bridging::toJs(rt, *ptr, jsInvoker);
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/bridging/ |
| H A D | ABI49_0_0Value.h | 72 const std::shared_ptr<T> &ptr, 74 if (ptr) { 75 return bridging::toJs(rt, *ptr, jsInvoker); 85 const std::unique_ptr<T> &ptr, 87 if (ptr) { 88 return bridging::toJs(rt, *ptr, jsInvoker); 100 if (auto ptr = weakPtr.lock()) { 101 return bridging::toJs(rt, *ptr, jsInvoker);
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/bridging/ |
| H A D | ABI47_0_0Value.h | 72 const std::shared_ptr<T> &ptr, 74 if (ptr) { 75 return bridging::toJs(rt, *ptr, jsInvoker); 85 const std::unique_ptr<T> &ptr, 87 if (ptr) { 88 return bridging::toJs(rt, *ptr, jsInvoker); 100 if (auto ptr = weakPtr.lock()) { 101 return bridging::toJs(rt, *ptr, jsInvoker);
|
| /expo/android/vendored/sdk47/@shopify/react-native-skia/cpp/skia/include/private/ |
| H A D | SkNx.h | 53 auto ptr = (const char*)vptr; in Load() local 54 return { Half::Load(ptr), Half::Load(ptr + N/2*sizeof(T)) }; in Load() 57 auto ptr = (char*)vptr; in store() local 58 fLo.store(ptr); in store() 93 auto ptr = (char*)vptr; in Store4() local 98 auto ptr = (char*)vptr; in Store3() local 103 auto ptr = (char*)vptr; in Store2() local 177 AI void store(void* ptr) const { memcpy(ptr, &fVal, sizeof(T)); } 198 auto ptr = (char*)vptr; 205 auto ptr = (char*)vptr; [all …]
|
| H A D | SkNx_sse.h | 49 AI void store(void* ptr) const { _mm_storel_pi((__m64*)ptr, fVec); } in store() argument 134 AI static SkNx Load(const void* ptr) { return _mm_loadu_ps((const float*)ptr); } in Load() argument 135 AI void store(void* ptr) const { _mm_storeu_ps((float*)ptr, fVec); } in store() argument 249 AI void store(void* ptr) const { _mm_storeu_si128((__m128i*)ptr, fVec); } in store() argument 319 AI void store(void* ptr) const { _mm_storel_epi64((__m128i*)ptr, fVec); } in store() argument 367 AI void store(void* ptr) const { _mm_storeu_si128((__m128i*)ptr, fVec); } in store() argument 421 AI void store(void* ptr) const { _mm_storel_epi64((__m128i*)ptr, fVec); } in store() argument 491 AI void store(void* ptr) const { _mm_storeu_si128((__m128i*)ptr, fVec); } in store() argument 596 AI void store(void* ptr) const { *(int*)ptr = _mm_cvtsi128_si32(fVec); } in store() argument 623 AI void store(void* ptr) const {_mm_storel_epi64((__m128i*)ptr, fVec);} in store() argument [all …]
|
| H A D | SkNx_neon.h | 39 AI static SkNx Load(const void* ptr) { return vld1_f32((const float*)ptr); } in Load() argument 40 AI void store(void* ptr) const { vst1_f32((float*)ptr, fVec); } in store() argument 162 AI static SkNx Load(const void* ptr) { return vld1q_f32((const float*)ptr); } in Load() argument 163 AI void store(void* ptr) const { vst1q_f32((float*)ptr, fVec); } in store() argument 307 AI static SkNx Load(const void* ptr) { return vld1_u16((const uint16_t*)ptr); } in Load() argument 308 AI void store(void* ptr) const { vst1_u16((uint16_t*)ptr, fVec); } in store() argument 371 AI void store(void* ptr) const { vst1q_u16((uint16_t*)ptr, fVec); } in store() argument 444 AI static SkNx Load(const void* ptr) { return vld1_u8((const uint8_t*)ptr); } in Load() argument 445 AI void store(void* ptr) const { vst1_u8((uint8_t*)ptr, fVec); } in store() argument 470 AI static SkNx Load(const void* ptr) { return vld1q_u8((const uint8_t*)ptr); } in Load() argument [all …]
|