Home
last modified time | relevance | path

Searched refs:getAsArray (Results 1 – 25 of 74) sorted by relevance

123

/expo/android/vendored/unversioned/@shopify/react-native-skia/cpp/rnskia/dom/props/
H A DColorProp.h46 auto r = color.getAsArray().at(0); in parseColorValue()
47 auto g = color.getAsArray().at(1); in parseColorValue()
48 auto b = color.getAsArray().at(2); in parseColorValue()
49 auto a = color.getAsArray().at(3); in parseColorValue()
79 auto colors = _colorsProp->value().getAsArray(); in updateDerivedValue()
H A DNumbersProp.h22 auto positions = _positionProp->value().getAsArray(); in updateDerivedValue()
49 auto positions = _prop->value().getAsArray(); in updateDerivedValue()
H A DGlyphsProp.h29 auto arr = _glyphsProp->value().getAsArray(); in updateDerivedValue()
H A DPointsProp.h64 auto pointsArray = _pointsProp->value().getAsArray(); in updateDerivedValue()
H A DBezierProps.h28 auto arr = _bezierProp->value().getAsArray(); in updateDerivedValue()
/expo/ios/vendored/unversioned/@shopify/react-native-skia/cpp/rnskia/dom/props/
H A DColorProp.h46 auto r = color.getAsArray().at(0); in parseColorValue()
47 auto g = color.getAsArray().at(1); in parseColorValue()
48 auto b = color.getAsArray().at(2); in parseColorValue()
49 auto a = color.getAsArray().at(3); in parseColorValue()
79 auto colors = _colorsProp->value().getAsArray(); in updateDerivedValue()
H A DNumbersProp.h22 auto positions = _positionProp->value().getAsArray(); in updateDerivedValue()
49 auto positions = _prop->value().getAsArray(); in updateDerivedValue()
H A DGlyphsProp.h29 auto arr = _glyphsProp->value().getAsArray(); in updateDerivedValue()
H A DPointsProp.h64 auto pointsArray = _pointsProp->value().getAsArray(); in updateDerivedValue()
H A DBezierProps.h28 auto arr = _bezierProp->value().getAsArray(); in updateDerivedValue()
/expo/android/vendored/sdk49/@shopify/react-native-skia/cpp/rnskia/dom/props/
H A DColorProp.h46 auto r = color.getAsArray().at(0); in parseColorValue()
47 auto g = color.getAsArray().at(1); in parseColorValue()
48 auto b = color.getAsArray().at(2); in parseColorValue()
49 auto a = color.getAsArray().at(3); in parseColorValue()
79 auto colors = _colorsProp->value().getAsArray(); in updateDerivedValue()
H A DNumbersProp.h22 auto positions = _positionProp->value().getAsArray(); in updateDerivedValue()
49 auto positions = _prop->value().getAsArray(); in updateDerivedValue()
H A DGlyphsProp.h29 auto arr = _glyphsProp->value().getAsArray(); in updateDerivedValue()
H A DPointsProp.h64 auto pointsArray = _pointsProp->value().getAsArray(); in updateDerivedValue()
/expo/ios/vendored/sdk49/@shopify/react-native-skia/cpp/rnskia/dom/props/
H A DColorProp.h46 auto r = color.getAsArray().at(0); in parseColorValue()
47 auto g = color.getAsArray().at(1); in parseColorValue()
48 auto b = color.getAsArray().at(2); in parseColorValue()
49 auto a = color.getAsArray().at(3); in parseColorValue()
79 auto colors = _colorsProp->value().getAsArray(); in updateDerivedValue()
H A DNumbersProp.h22 auto positions = _positionProp->value().getAsArray(); in updateDerivedValue()
49 auto positions = _prop->value().getAsArray(); in updateDerivedValue()
H A DGlyphsProp.h29 auto arr = _glyphsProp->value().getAsArray(); in updateDerivedValue()
H A DPointsProp.h64 auto pointsArray = _pointsProp->value().getAsArray(); in updateDerivedValue()
H A DBezierProps.h28 auto arr = _bezierProp->value().getAsArray(); in updateDerivedValue()
/expo/ios/vendored/sdk48/@shopify/react-native-skia/cpp/rnskia/dom/props/
H A DNumbersProp.h20 auto positions = _positionProp->value().getAsArray(); in updateDerivedValue()
45 auto positions = _prop->value().getAsArray(); in updateDerivedValue()
H A DGlyphsProp.h27 auto arr = _glyphsProp->value().getAsArray(); in updateDerivedValue()
H A DPointsProp.h60 auto pointsArray = _pointsProp->value().getAsArray(); in updateDerivedValue()
/expo/android/vendored/sdk48/@shopify/react-native-skia/cpp/rnskia/dom/props/
H A DNumbersProp.h20 auto positions = _positionProp->value().getAsArray(); in updateDerivedValue()
45 auto positions = _prop->value().getAsArray(); in updateDerivedValue()
H A DGlyphsProp.h27 auto arr = _glyphsProp->value().getAsArray(); in updateDerivedValue()
H A DPointsProp.h60 auto pointsArray = _pointsProp->value().getAsArray(); in updateDerivedValue()

123