| /expo/android/vendored/sdk49/@shopify/react-native-skia/cpp/rnskia/dom/base/ |
| H A D | JsiDomDeclarationNode.h | 31 return jsi::String::createFromUtf8(runtime, std::string(getType())); in JSI_PROPERTY_GET() 53 printDebugInfo("Begin decorate " + std::string(getType())); in JSI_EXPORT_PROPERTY_GETTERS() 60 printDebugInfo("End / Commit decorate " + std::string(getType())); in JSI_EXPORT_PROPERTY_GETTERS() 93 "Cannot add a child of type \"" + std::string(child->getType()) + in addChild() 94 "\" to a \"" + std::string(getType()) + "\".")); in addChild() 106 "Cannot add a child of type \"" + std::string(child->getType()) + in insertChildBefore() 107 "\" to a \"" + std::string(getType()) + "\".")); in insertChildBefore()
|
| /expo/android/vendored/unversioned/@shopify/react-native-skia/cpp/rnskia/dom/base/ |
| H A D | JsiDomDeclarationNode.h | 31 return jsi::String::createFromUtf8(runtime, std::string(getType())); in JSI_PROPERTY_GET() 53 printDebugInfo("Begin decorate " + std::string(getType())); in JSI_EXPORT_PROPERTY_GETTERS() 60 printDebugInfo("End / Commit decorate " + std::string(getType())); in JSI_EXPORT_PROPERTY_GETTERS() 93 "Cannot add a child of type \"" + std::string(child->getType()) + in addChild() 94 "\" to a \"" + std::string(getType()) + "\".")); in addChild() 106 "Cannot add a child of type \"" + std::string(child->getType()) + in insertChildBefore() 107 "\" to a \"" + std::string(getType()) + "\".")); in insertChildBefore()
|
| /expo/ios/vendored/sdk49/@shopify/react-native-skia/cpp/rnskia/dom/base/ |
| H A D | JsiDomDeclarationNode.h | 31 return jsi::String::createFromUtf8(runtime, std::string(getType())); in JSI_PROPERTY_GET() 53 printDebugInfo("Begin decorate " + std::string(getType())); in JSI_EXPORT_PROPERTY_GETTERS() 60 printDebugInfo("End / Commit decorate " + std::string(getType())); in JSI_EXPORT_PROPERTY_GETTERS() 93 "Cannot add a child of type \"" + std::string(child->getType()) + in addChild() 94 "\" to a \"" + std::string(getType()) + "\".")); in addChild() 106 "Cannot add a child of type \"" + std::string(child->getType()) + in insertChildBefore() 107 "\" to a \"" + std::string(getType()) + "\".")); in insertChildBefore()
|
| /expo/ios/vendored/unversioned/@shopify/react-native-skia/cpp/rnskia/dom/base/ |
| H A D | JsiDomDeclarationNode.h | 31 return jsi::String::createFromUtf8(runtime, std::string(getType())); in JSI_PROPERTY_GET() 53 printDebugInfo("Begin decorate " + std::string(getType())); in JSI_EXPORT_PROPERTY_GETTERS() 60 printDebugInfo("End / Commit decorate " + std::string(getType())); in JSI_EXPORT_PROPERTY_GETTERS() 93 "Cannot add a child of type \"" + std::string(child->getType()) + in addChild() 94 "\" to a \"" + std::string(getType()) + "\".")); in addChild() 106 "Cannot add a child of type \"" + std::string(child->getType()) + in insertChildBefore() 107 "\" to a \"" + std::string(getType()) + "\".")); in insertChildBefore()
|
| /expo/ios/vendored/sdk48/@shopify/react-native-skia/cpp/rnskia/dom/base/ |
| H A D | JsiDomDeclarationNode.h | 19 return jsi::String::createFromUtf8(runtime, std::string(getType())); in JSI_PROPERTY_GET() 39 printDebugInfo("Begin Materialize " + std::string(getType())); in JSI_EXPORT_PROPERTY_GETTERS() 54 printDebugInfo("End / Commit Materialize " + std::string(getType())); in JSI_EXPORT_PROPERTY_GETTERS() 85 "Cannot add a child of type \"" + std::string(child->getType()) + in addChild() 86 "\" to a \"" + std::string(getType()) + "\".")); in addChild() 99 "Cannot add a child of type \"" + std::string(child->getType()) + in insertChildBefore() 100 "\" to a \"" + std::string(getType()) + "\".")); in insertChildBefore() 141 std::to_string(index) + " in node " + getType()); in requireChild()
|
| /expo/android/vendored/sdk48/@shopify/react-native-skia/cpp/rnskia/dom/base/ |
| H A D | JsiDomDeclarationNode.h | 19 return jsi::String::createFromUtf8(runtime, std::string(getType())); in JSI_PROPERTY_GET() 39 printDebugInfo("Begin Materialize " + std::string(getType())); in JSI_EXPORT_PROPERTY_GETTERS() 54 printDebugInfo("End / Commit Materialize " + std::string(getType())); in JSI_EXPORT_PROPERTY_GETTERS() 85 "Cannot add a child of type \"" + std::string(child->getType()) + in addChild() 86 "\" to a \"" + std::string(getType()) + "\".")); in addChild() 99 "Cannot add a child of type \"" + std::string(child->getType()) + in insertChildBefore() 100 "\" to a \"" + std::string(getType()) + "\".")); in insertChildBefore() 141 std::to_string(index) + " in node " + getType()); in requireChild()
|
| /expo/android/vendored/unversioned/@shopify/react-native-skia/cpp/skia/include/core/ |
| H A D | SkRRect.h | 76 Type getType() const { in getType() function 81 Type type() const { return this->getType(); } in type() 83 inline bool isEmpty() const { return kEmpty_Type == this->getType(); } in isEmpty() 84 inline bool isRect() const { return kRect_Type == this->getType(); } in isRect() 85 inline bool isOval() const { return kOval_Type == this->getType(); } in isOval() 86 inline bool isSimple() const { return kSimple_Type == this->getType(); } in isSimple() 87 inline bool isNinePatch() const { return kNinePatch_Type == this->getType(); } in isNinePatch() 88 inline bool isComplex() const { return kComplex_Type == this->getType(); } in isComplex()
|
| /expo/ios/vendored/unversioned/@shopify/react-native-skia/cpp/skia/include/core/ |
| H A D | SkRRect.h | 76 Type getType() const { in getType() function 81 Type type() const { return this->getType(); } in type() 83 inline bool isEmpty() const { return kEmpty_Type == this->getType(); } in isEmpty() 84 inline bool isRect() const { return kRect_Type == this->getType(); } in isRect() 85 inline bool isOval() const { return kOval_Type == this->getType(); } in isOval() 86 inline bool isSimple() const { return kSimple_Type == this->getType(); } in isSimple() 87 inline bool isNinePatch() const { return kNinePatch_Type == this->getType(); } in isNinePatch() 88 inline bool isComplex() const { return kComplex_Type == this->getType(); } in isComplex()
|
| /expo/ios/vendored/sdk48/@shopify/react-native-skia/cpp/skia/include/core/ |
| H A D | SkRRect.h | 76 Type getType() const { in getType() function 81 Type type() const { return this->getType(); } in type() 83 inline bool isEmpty() const { return kEmpty_Type == this->getType(); } in isEmpty() 84 inline bool isRect() const { return kRect_Type == this->getType(); } in isRect() 85 inline bool isOval() const { return kOval_Type == this->getType(); } in isOval() 86 inline bool isSimple() const { return kSimple_Type == this->getType(); } in isSimple() 87 inline bool isNinePatch() const { return kNinePatch_Type == this->getType(); } in isNinePatch() 88 inline bool isComplex() const { return kComplex_Type == this->getType(); } in isComplex()
|
| /expo/ios/vendored/sdk47/@shopify/react-native-skia/cpp/skia/include/core/ |
| H A D | SkRRect.h | 76 Type getType() const { in getType() function 81 Type type() const { return this->getType(); } in type() 83 inline bool isEmpty() const { return kEmpty_Type == this->getType(); } in isEmpty() 84 inline bool isRect() const { return kRect_Type == this->getType(); } in isRect() 85 inline bool isOval() const { return kOval_Type == this->getType(); } in isOval() 86 inline bool isSimple() const { return kSimple_Type == this->getType(); } in isSimple() 87 inline bool isNinePatch() const { return kNinePatch_Type == this->getType(); } in isNinePatch() 88 inline bool isComplex() const { return kComplex_Type == this->getType(); } in isComplex()
|
| /expo/android/vendored/sdk47/@shopify/react-native-skia/cpp/skia/include/core/ |
| H A D | SkRRect.h | 72 Type getType() const { in getType() function 77 Type type() const { return this->getType(); } in type() 79 inline bool isEmpty() const { return kEmpty_Type == this->getType(); } in isEmpty() 80 inline bool isRect() const { return kRect_Type == this->getType(); } in isRect() 81 inline bool isOval() const { return kOval_Type == this->getType(); } in isOval() 82 inline bool isSimple() const { return kSimple_Type == this->getType(); } in isSimple() 83 inline bool isNinePatch() const { return kNinePatch_Type == this->getType(); } in isNinePatch() 84 inline bool isComplex() const { return kComplex_Type == this->getType(); } in isComplex()
|
| /expo/ios/vendored/sdk49/@shopify/react-native-skia/cpp/skia/include/core/ |
| H A D | SkRRect.h | 76 Type getType() const { in getType() function 81 Type type() const { return this->getType(); } in type() 83 inline bool isEmpty() const { return kEmpty_Type == this->getType(); } in isEmpty() 84 inline bool isRect() const { return kRect_Type == this->getType(); } in isRect() 85 inline bool isOval() const { return kOval_Type == this->getType(); } in isOval() 86 inline bool isSimple() const { return kSimple_Type == this->getType(); } in isSimple() 87 inline bool isNinePatch() const { return kNinePatch_Type == this->getType(); } in isNinePatch() 88 inline bool isComplex() const { return kComplex_Type == this->getType(); } in isComplex()
|
| /expo/android/vendored/sdk49/@shopify/react-native-skia/cpp/skia/include/core/ |
| H A D | SkRRect.h | 76 Type getType() const { in getType() function 81 Type type() const { return this->getType(); } in type() 83 inline bool isEmpty() const { return kEmpty_Type == this->getType(); } in isEmpty() 84 inline bool isRect() const { return kRect_Type == this->getType(); } in isRect() 85 inline bool isOval() const { return kOval_Type == this->getType(); } in isOval() 86 inline bool isSimple() const { return kSimple_Type == this->getType(); } in isSimple() 87 inline bool isNinePatch() const { return kNinePatch_Type == this->getType(); } in isNinePatch() 88 inline bool isComplex() const { return kComplex_Type == this->getType(); } in isComplex()
|
| /expo/android/vendored/sdk48/@shopify/react-native-skia/cpp/skia/include/core/ |
| H A D | SkRRect.h | 72 Type getType() const { in getType() function 77 Type type() const { return this->getType(); } in type() 79 inline bool isEmpty() const { return kEmpty_Type == this->getType(); } in isEmpty() 80 inline bool isRect() const { return kRect_Type == this->getType(); } in isRect() 81 inline bool isOval() const { return kOval_Type == this->getType(); } in isOval() 82 inline bool isSimple() const { return kSimple_Type == this->getType(); } in isSimple() 83 inline bool isNinePatch() const { return kNinePatch_Type == this->getType(); } in isNinePatch() 84 inline bool isComplex() const { return kComplex_Type == this->getType(); } in isComplex()
|
| /expo/packages/expo-clipboard/build/web/ |
| H A D | Utils.js | 56 return await clipboardItem.getType('image/png'); 61 return await clipboardItem.getType('image/jpeg'); 69 return await clipboardItem.getType('text/html');
|
| /expo/packages/expo-clipboard/src/web/ |
| H A D | Utils.ts | 62 return await clipboardItem.getType('image/png'); 68 return await clipboardItem.getType('image/jpeg'); 77 return await clipboardItem.getType('text/html');
|
| /expo/ios/vendored/sdk48/@shopify/react-native-skia/cpp/rnskia/dom/props/ |
| H A D | PathProp.h | 29 if (_pathProp->value().getType() == PropType::HostObject) { in updateDerivedValue() 36 } else if (_pathProp->value().getType() == PropType::String) { in updateDerivedValue()
|
| H A D | UniformsProp.h | 20 return value.getType() == PropType::Object && value.hasValue(PropNameX) && in isJSPoint() 25 return value.getType() == PropType::HostObject && in isSkPoint() 31 return value.getType() == PropType::Object && value.hasValue(PropName0); in isIndexable() 35 if (value.getType() == PropType::Number) { in processValue() 38 } else if (value.getType() == PropType::Array) { in processValue()
|
| /expo/android/vendored/sdk48/@shopify/react-native-skia/cpp/rnskia/dom/props/ |
| H A D | PathProp.h | 29 if (_pathProp->value().getType() == PropType::HostObject) { in updateDerivedValue() 36 } else if (_pathProp->value().getType() == PropType::String) { in updateDerivedValue()
|
| H A D | UniformsProp.h | 20 return value.getType() == PropType::Object && value.hasValue(PropNameX) && in isJSPoint() 25 return value.getType() == PropType::HostObject && in isSkPoint() 31 return value.getType() == PropType::Object && value.hasValue(PropName0); in isIndexable() 35 if (value.getType() == PropType::Number) { in processValue() 38 } else if (value.getType() == PropType::Array) { in processValue()
|
| /expo/packages/expo-modules-core/android/src/main/java/expo/modules/adapters/react/ |
| H A D | ArgumentsHelper.java | 10 switch (argument.getType()) { in getNativeArgumentForExpectedClass() 44 … "Don't know how to convert React Native argument of type " + argument.getType() + " to native." in getNativeArgumentForExpectedClass()
|
| /expo/android/vendored/unversioned/@shopify/react-native-skia/cpp/rnskia/dom/props/ |
| H A D | UniformsProp.h | 20 return value.getType() == PropType::Object && value.hasValue(PropNameX) && in isJSPoint() 25 return value.getType() == PropType::HostObject && in isSkPoint() 31 return value.getType() == PropType::Object && value.hasValue(PropName0); in isIndexable() 35 if (value.getType() == PropType::Number) { in processValue() 38 } else if (value.getType() == PropType::Array) { in processValue()
|
| /expo/ios/vendored/unversioned/@shopify/react-native-skia/cpp/rnskia/dom/props/ |
| H A D | UniformsProp.h | 20 return value.getType() == PropType::Object && value.hasValue(PropNameX) && in isJSPoint() 25 return value.getType() == PropType::HostObject && in isSkPoint() 31 return value.getType() == PropType::Object && value.hasValue(PropName0); in isIndexable() 35 if (value.getType() == PropType::Number) { in processValue() 38 } else if (value.getType() == PropType::Array) { in processValue()
|
| /expo/android/vendored/sdk49/@shopify/react-native-skia/cpp/rnskia/dom/props/ |
| H A D | UniformsProp.h | 20 return value.getType() == PropType::Object && value.hasValue(PropNameX) && in isJSPoint() 25 return value.getType() == PropType::HostObject && in isSkPoint() 31 return value.getType() == PropType::Object && value.hasValue(PropName0); in isIndexable() 35 if (value.getType() == PropType::Number) { in processValue() 38 } else if (value.getType() == PropType::Array) { in processValue()
|
| /expo/ios/vendored/sdk49/@shopify/react-native-skia/cpp/rnskia/dom/props/ |
| H A D | UniformsProp.h | 20 return value.getType() == PropType::Object && value.hasValue(PropNameX) && in isJSPoint() 25 return value.getType() == PropType::HostObject && in isSkPoint() 31 return value.getType() == PropType::Object && value.hasValue(PropName0); in isIndexable() 35 if (value.getType() == PropType::Number) { in processValue() 38 } else if (value.getType() == PropType::Array) { in processValue()
|