SYMBOL INDEX (3169 symbols across 479 files) FILE: android/src/main/java/com/horcrux/svg/Brush.java class Brush (line 25) | class Brush { method Brush (line 39) | Brush(BrushType type, SVGLength[] points, BrushUnits units) { method setContentUnits (line 45) | void setContentUnits(BrushUnits units) { method setPattern (line 49) | void setPattern(PatternView pattern) { type BrushType (line 53) | enum BrushType { type BrushUnits (line 59) | enum BrushUnits { method parseGradientStops (line 64) | private static void parseGradientStops( method setUserSpaceBoundingBox (line 76) | void setUserSpaceBoundingBox(Rect userSpaceBoundingBox) { method setGradientColors (line 80) | void setGradientColors(ReadableArray colors) { method setGradientTransform (line 84) | void setGradientTransform(Matrix matrix) { method getPaintRect (line 88) | private RectF getPaintRect(RectF pathBoundingBox) { method getVal (line 103) | private double getVal(SVGLength length, double relative, float scale, ... method setupPaint (line 112) | void setupPaint(Paint paint, RectF pathBoundingBox, float scale, float... FILE: android/src/main/java/com/horcrux/svg/CircleView.java class CircleView (line 19) | @SuppressLint("ViewConstructor") method CircleView (line 25) | public CircleView(ReactContext reactContext) { method setCx (line 29) | public void setCx(Dynamic cx) { method setCy (line 34) | public void setCy(Dynamic cy) { method setR (line 39) | public void setR(Dynamic r) { method getPath (line 44) | @Override FILE: android/src/main/java/com/horcrux/svg/ClipPathView.java class ClipPathView (line 18) | @SuppressLint("ViewConstructor") method ClipPathView (line 21) | public ClipPathView(ReactContext reactContext) { method draw (line 25) | @Override method saveDefinition (line 32) | @Override method isResponsible (line 37) | @Override method hitTest (line 42) | @Override method mergeProperties (line 47) | @Override method resetProperties (line 50) | @Override FILE: android/src/main/java/com/horcrux/svg/CustomFilter.java type CustomFilterFunction (line 5) | interface CustomFilterFunction { method execute (line 6) | float[] execute(float[] src, float[] dst); class CustomFilter (line 9) | public class CustomFilter { method apply (line 10) | public static Bitmap apply(Bitmap srcBmp, Bitmap dstBmp, CustomFilterF... method normalizeFromFloat (line 48) | public static int normalizeFromFloat(float c) { method normalizeFromFloats (line 52) | public static int normalizeFromFloats(float[] res) { FILE: android/src/main/java/com/horcrux/svg/DefinitionView.java class DefinitionView (line 17) | @SuppressLint("ViewConstructor") method DefinitionView (line 20) | DefinitionView(ReactContext reactContext) { method draw (line 24) | @SuppressWarnings("EmptyMethod") method isResponsible (line 27) | @Override method getPath (line 32) | @Override method hitTest (line 37) | @Override FILE: android/src/main/java/com/horcrux/svg/DefsView.java class DefsView (line 17) | @SuppressLint("ViewConstructor") method DefsView (line 20) | public DefsView(ReactContext reactContext) { method draw (line 24) | @Override method saveDefinition (line 27) | void saveDefinition() { FILE: android/src/main/java/com/horcrux/svg/EllipseView.java class EllipseView (line 20) | @SuppressLint("ViewConstructor") method EllipseView (line 27) | public EllipseView(ReactContext reactContext) { method setCx (line 31) | public void setCx(Dynamic cx) { method setCy (line 36) | public void setCy(Dynamic cy) { method setRx (line 41) | public void setRx(Dynamic rx) { method setRy (line 46) | public void setRy(Dynamic ry) { method getPath (line 51) | @Override FILE: android/src/main/java/com/horcrux/svg/FeBlendView.java class FeBlendView (line 12) | @SuppressLint("ViewConstructor") method FeBlendView (line 18) | public FeBlendView(ReactContext reactContext) { method setIn1 (line 26) | public void setIn1(String in1) { method setIn2 (line 31) | public void setIn2(String in2) { method setMode (line 36) | public void setMode(String mode) { method applyFilter (line 41) | @Override FILE: android/src/main/java/com/horcrux/svg/FeColorMatrixView.java class FeColorMatrixView (line 10) | @SuppressLint("ViewConstructor") method FeColorMatrixView (line 16) | public FeColorMatrixView(ReactContext reactContext) { method setIn1 (line 20) | public void setIn1(String in1) { method setType (line 25) | public void setType(String type) { method setValues (line 30) | public void setValues(ReadableArray values) { method applyFilter (line 35) | @Override FILE: android/src/main/java/com/horcrux/svg/FeCompositeView.java class FeCompositeView (line 12) | @SuppressLint("ViewConstructor") method FeCompositeView (line 22) | public FeCompositeView(ReactContext reactContext) { method setIn1 (line 26) | public void setIn1(String in1) { method setIn2 (line 31) | public void setIn2(String in2) { method setK1 (line 36) | public void setK1(Float value) { method setK2 (line 41) | public void setK2(Float value) { method setK3 (line 46) | public void setK3(Float value) { method setK4 (line 51) | public void setK4(Float value) { method setOperator (line 56) | public void setOperator(String operator) { method applyFilter (line 61) | @Override FILE: android/src/main/java/com/horcrux/svg/FeFloodView.java class FeFloodView (line 19) | @SuppressLint("ViewConstructor") method FeFloodView (line 26) | public FeFloodView(ReactContext reactContext) { method setFloodColor (line 30) | public void setFloodColor(@Nullable Dynamic color) { method setFloodColor (line 64) | public void setFloodColor(@Nullable ReadableMap color) { method setFloodOpacity (line 86) | public void setFloodOpacity(float opacity) { method applyFilter (line 91) | @Override method setupPaint (line 104) | private void setupPaint(Paint paint, float opacity, @Nullable Readable... FILE: android/src/main/java/com/horcrux/svg/FeGaussianBlurView.java class FeGaussianBlurView (line 13) | @SuppressLint("ViewConstructor") method FeGaussianBlurView (line 20) | public FeGaussianBlurView(ReactContext reactContext) { method setIn1 (line 24) | public void setIn1(String in1) { method setStdDeviationX (line 29) | public void setStdDeviationX(float stdDeviationX) { method setStdDeviationY (line 34) | public void setStdDeviationY(float stdDeviationY) { method setEdgeMode (line 39) | public void setEdgeMode(String edgeMode) { method applyFilter (line 44) | @Override method blur (line 50) | private Bitmap blur(Context context, Bitmap bitmap) { FILE: android/src/main/java/com/horcrux/svg/FeMergeView.java class FeMergeView (line 11) | @SuppressLint("ViewConstructor") method FeMergeView (line 15) | public FeMergeView(ReactContext reactContext) { method setNodes (line 19) | public void setNodes(ReadableArray nodes) { method applyFilter (line 24) | @Override FILE: android/src/main/java/com/horcrux/svg/FeOffsetView.java class FeOffsetView (line 11) | @SuppressLint("ViewConstructor") method FeOffsetView (line 17) | public FeOffsetView(ReactContext reactContext) { method setIn1 (line 21) | public void setIn1(String in1) { method setDx (line 26) | public void setDx(Dynamic dx) { method setDy (line 31) | public void setDy(Dynamic dy) { method applyFilter (line 36) | @Override FILE: android/src/main/java/com/horcrux/svg/FilterPrimitiveView.java class FilterPrimitiveView (line 9) | @SuppressLint("ViewConstructor") method FilterPrimitiveView (line 14) | public FilterPrimitiveView(ReactContext reactContext) { method setX (line 19) | public void setX(Dynamic x) { method setY (line 24) | public void setY(Dynamic y) { method setWidth (line 29) | public void setWidth(Dynamic width) { method setHeight (line 34) | public void setHeight(Dynamic height) { method setResult (line 39) | public void setResult(String result) { method getResult (line 44) | public String getResult() { method getSource (line 48) | protected static Bitmap getSource( method applyFilter (line 54) | public Bitmap applyFilter(HashMap resultsMap, Bitmap p... method saveDefinition (line 58) | @Override FILE: android/src/main/java/com/horcrux/svg/FilterProperties.java class FilterProperties (line 7) | class FilterProperties { type Units (line 8) | enum Units { method Units (line 15) | Units(String units) { method getEnum (line 19) | static Units getEnum(String strVal) { method toString (line 34) | @Nonnull type EdgeMode (line 41) | enum EdgeMode { method EdgeMode (line 50) | EdgeMode(String edgeMode) { method getEnum (line 54) | static EdgeMode getEnum(String strVal) { method toString (line 69) | @Nonnull type FeBlendMode (line 76) | enum FeBlendMode { method FeBlendMode (line 87) | FeBlendMode(String mode) { method getEnum (line 91) | static FeBlendMode getEnum(String strVal) { method toString (line 106) | @Nonnull type FeColorMatrixType (line 113) | enum FeColorMatrixType { method FeColorMatrixType (line 122) | FeColorMatrixType(String type) { method getEnum (line 126) | static FeColorMatrixType getEnum(String strVal) { method toString (line 141) | @Nonnull type FeCompositeOperator (line 148) | enum FeCompositeOperator { method FeCompositeOperator (line 159) | FeCompositeOperator(String type) { method getEnum (line 163) | static FeCompositeOperator getEnum(String strVal) { method toString (line 178) | @Nonnull FILE: android/src/main/java/com/horcrux/svg/FilterRegion.java class FilterRegion (line 7) | public class FilterRegion { method setX (line 13) | public void setX(Dynamic x) { method setY (line 17) | public void setY(Dynamic y) { method setWidth (line 21) | public void setWidth(Dynamic width) { method setHeight (line 25) | public void setHeight(Dynamic height) { method getRelativeOrDefault (line 29) | private double getRelativeOrDefault( method getCropRect (line 37) | public Rect getCropRect(VirtualView view, FilterProperties.Units units... FILE: android/src/main/java/com/horcrux/svg/FilterUtils.java class FilterUtils (line 9) | public class FilterUtils { method getBitmapWithColorMatrix (line 11) | public static Bitmap getBitmapWithColorMatrix(ColorMatrix colorMatrix,... method applySourceAlphaFilter (line 25) | public static Bitmap applySourceAlphaFilter(Bitmap source) { FILE: android/src/main/java/com/horcrux/svg/FilterView.java class FilterView (line 15) | @SuppressLint("ViewConstructor") method FilterView (line 23) | public FilterView(ReactContext reactContext) { method setX (line 28) | public void setX(Dynamic x) { method setY (line 33) | public void setY(Dynamic y) { method setWidth (line 38) | public void setWidth(Dynamic width) { method setHeight (line 43) | public void setHeight(Dynamic height) { method setFilterUnits (line 48) | public void setFilterUnits(String filterUnits) { method setPrimitiveUnits (line 53) | public void setPrimitiveUnits(String primitiveUnits) { method getFilterRegion (line 58) | public FilterRegion getFilterRegion() { method saveDefinition (line 62) | @Override method applyFilter (line 72) | public Bitmap applyFilter(Bitmap source, Bitmap background, RectF rend... FILE: android/src/main/java/com/horcrux/svg/FontData.java class FontData (line 12) | class FontData { class AbsoluteFontWeight (line 14) | static class AbsoluteFontWeight { method nearestFontWeight (line 33) | static FontWeight nearestFontWeight(int absoluteFontWeight) { method from (line 41) | static int from(FontWeight fontWeight, FontData parent) { method bolder (line 51) | private static int bolder(int inherited) { method lighter (line 63) | private static int lighter(int inherited) { method FontData (line 115) | private FontData() { method toAbsolute (line 135) | private double toAbsolute( method setInheritedWeight (line 146) | private void setInheritedWeight(FontData parent) { method handleNumericWeight (line 151) | private void handleNumericWeight(FontData parent, double number) { method FontData (line 161) | FontData(ReadableMap font, FontData parent, double scale) { FILE: android/src/main/java/com/horcrux/svg/ForeignObjectView.java class ForeignObjectView (line 22) | @SuppressLint("ViewConstructor") method ForeignObjectView (line 30) | public ForeignObjectView(ReactContext reactContext) { method draw (line 34) | @Override method onDescendantInvalidated (line 45) | @Override method setX (line 51) | public void setX(Dynamic x) { method setY (line 56) | public void setY(Dynamic y) { method setWidth (line 61) | public void setWidth(Dynamic width) { method setHeight (line 66) | public void setHeight(Dynamic height) { method invalidate (line 71) | @Override method drawGroup (line 81) | void drawGroup(final Canvas canvas, final Paint paint, final float opa... method dispatchDraw (line 147) | @Override method drawChild (line 152) | protected boolean drawChild(Canvas canvas, View child, long drawingTim... FILE: android/src/main/java/com/horcrux/svg/GlyphContext.java class GlyphContext (line 16) | class GlyphContext { method pushIndices (line 103) | private void pushIndices() { method GlyphContext (line 111) | GlyphContext(float scale, float width, float height) { method reset (line 133) | private void reset() { method getFont (line 139) | FontData getFont() { method getTopOrParentFont (line 143) | private FontData getTopOrParentFont(GroupView child) { method pushNodeAndFont (line 161) | private void pushNodeAndFont(GroupView node, @Nullable ReadableMap fon... method pushContext (line 176) | void pushContext(GroupView node, @Nullable ReadableMap font) { method getStringArrayFromReadableArray (line 181) | private SVGLength[] getStringArrayFromReadableArray(ArrayList ... method pushContext (line 200) | void pushContext( method popContext (line 258) | void popContext() { method incrementIndices (line 308) | private static void incrementIndices(ArrayList indices, int t... method getFontSize (line 338) | double getFontSize() { method nextX (line 342) | double nextX(double advance) { method nextY (line 358) | double nextY() { method nextDeltaX (line 372) | double nextDeltaX() { method nextDeltaY (line 386) | double nextDeltaY() { method nextRotation (line 400) | double nextRotation() { method getWidth (line 408) | float getWidth() { method getHeight (line 412) | float getHeight() { FILE: android/src/main/java/com/horcrux/svg/GlyphPathBag.java class GlyphPathBag (line 7) | class GlyphPathBag { method GlyphPathBag (line 12) | GlyphPathBag(Paint paint) { method getOrCreateAndCache (line 18) | Path getOrCreateAndCache(char ch, String current) { method getIndex (line 42) | private int getIndex(char ch) { FILE: android/src/main/java/com/horcrux/svg/GroupView.java class GroupView (line 29) | @SuppressLint("ViewConstructor") method GroupView (line 37) | public GroupView(ReactContext reactContext) { method setFont (line 42) | public void setFont(Dynamic dynamic) { method setFont (line 51) | public void setFont(@Nullable ReadableMap font) { method setupGlyphContext (line 56) | void setupGlyphContext(Canvas canvas) { method getGlyphContext (line 64) | GlyphContext getGlyphContext() { method requireNonNull (line 68) | private static T requireNonNull(T obj) { method getTextRootGlyphContext (line 73) | GlyphContext getTextRootGlyphContext() { method pushGlyphContext (line 77) | void pushGlyphContext() { method popGlyphContext (line 81) | void popGlyphContext() { method draw (line 85) | void draw(final Canvas canvas, final Paint paint, final float opacity) { method drawGroup (line 92) | void drawGroup(final Canvas canvas, final Paint paint, final float opa... method drawPath (line 185) | void drawPath(Canvas canvas, Paint paint, float opacity) { method getPath (line 189) | @Override method getPath (line 215) | Path getPath(final Canvas canvas, final Paint paint, final Region.Op o... method hitTest (line 270) | @Override method saveDefinition (line 321) | void saveDefinition() { method resetProperties (line 334) | @Override FILE: android/src/main/java/com/horcrux/svg/ImageView.java class ImageView (line 42) | @SuppressLint("ViewConstructor") method ImageView (line 55) | public ImageView(ReactContext reactContext) { method setX (line 59) | public void setX(Dynamic x) { method setY (line 64) | public void setY(Dynamic y) { method setWidth (line 69) | public void setWidth(Dynamic width) { method setHeight (line 74) | public void setHeight(Dynamic height) { method setSrc (line 79) | public void setSrc(@Nullable ReadableMap src) { method setAlign (line 102) | public void setAlign(String align) { method setMeetOrSlice (line 107) | public void setMeetOrSlice(int meetOrSlice) { method draw (line 112) | @Override method getPath (line 128) | @Override method loadBitmap (line 135) | private void loadBitmap(final ImagePipeline imagePipeline, final Image... method getRect (line 174) | @Nonnull method doRender (line 190) | private void doRender(Canvas canvas, Paint paint, Bitmap bitmap, float... method tryRenderFromBitmapCache (line 215) | private void tryRenderFromBitmapCache( FILE: android/src/main/java/com/horcrux/svg/LineView.java class LineView (line 19) | @SuppressLint("ViewConstructor") method LineView (line 26) | public LineView(ReactContext reactContext) { method setX1 (line 30) | public void setX1(Dynamic x1) { method setY1 (line 35) | public void setY1(Dynamic y1) { method setX2 (line 40) | public void setX2(Dynamic x2) { method setY2 (line 45) | public void setY2(Dynamic y2) { method getPath (line 50) | @Override FILE: android/src/main/java/com/horcrux/svg/LinearGradientView.java class LinearGradientView (line 20) | @SuppressLint("ViewConstructor") method LinearGradientView (line 38) | public LinearGradientView(ReactContext reactContext) { method setX1 (line 42) | public void setX1(Dynamic x1) { method setY1 (line 47) | public void setY1(Dynamic y1) { method setX2 (line 52) | public void setX2(Dynamic x2) { method setY2 (line 57) | public void setY2(Dynamic y2) { method setGradient (line 62) | public void setGradient(ReadableArray gradient) { method setGradientUnits (line 67) | public void setGradientUnits(int gradientUnits) { method setGradientTransform (line 79) | public void setGradientTransform(@Nullable ReadableArray matrixArray) { method saveDefinition (line 97) | @Override FILE: android/src/main/java/com/horcrux/svg/MarkerView.java class MarkerView (line 20) | @SuppressLint("ViewConstructor") method MarkerView (line 39) | public MarkerView(ReactContext reactContext) { method setRefX (line 43) | public void setRefX(Dynamic refX) { method setRefY (line 48) | public void setRefY(Dynamic refY) { method setMarkerWidth (line 53) | public void setMarkerWidth(Dynamic markerWidth) { method setMarkerHeight (line 58) | public void setMarkerHeight(Dynamic markerHeight) { method setMarkerUnits (line 63) | public void setMarkerUnits(String markerUnits) { method setOrient (line 68) | public void setOrient(String orient) { method setMinX (line 73) | public void setMinX(float minX) { method setMinY (line 78) | public void setMinY(float minY) { method setVbWidth (line 83) | public void setVbWidth(float vbWidth) { method setVbHeight (line 88) | public void setVbHeight(float vbHeight) { method setAlign (line 93) | public void setAlign(String align) { method setMeetOrSlice (line 98) | public void setMeetOrSlice(int meetOrSlice) { method saveDefinition (line 103) | @Override method renderMarker (line 117) | void renderMarker( FILE: android/src/main/java/com/horcrux/svg/MaskView.java class MaskView (line 15) | @SuppressLint("ViewConstructor") type MaskType (line 32) | enum MaskType { method MaskView (line 37) | public MaskView(ReactContext reactContext) { method setX (line 41) | public void setX(Dynamic x) { method setY (line 46) | public void setY(Dynamic y) { method setWidth (line 51) | public void setWidth(Dynamic width) { method setHeight (line 56) | public void setHeight(Dynamic height) { method getMaskUnits (line 61) | public Brush.BrushUnits getMaskUnits() { method setMaskUnits (line 65) | public void setMaskUnits(int maskUnits) { method setMaskContentUnits (line 77) | public void setMaskContentUnits(int maskContentUnits) { method getMaskType (line 89) | public MaskType getMaskType() { method setMaskType (line 93) | public void setMaskType(int maskType) { method saveDefinition (line 105) | @Override FILE: android/src/main/java/com/horcrux/svg/PathParser.java class PathElement (line 7) | class PathElement { method PathElement (line 11) | PathElement(ElementType type, Point[] points) { class PathParser (line 17) | class PathParser { method parse (line 34) | static Path parse(String d) { method move (line 251) | private static void move(float x, float y) { method moveTo (line 255) | private static void moveTo(float x, float y) { method line (line 264) | private static void line(float x, float y) { method lineTo (line 268) | private static void lineTo(float x, float y) { method curve (line 278) | private static void curve(float c1x, float c1y, float c2x, float c2y, ... method curveTo (line 282) | private static void curveTo(float c1x, float c1y, float c2x, float c2y... method cubicTo (line 290) | private static void cubicTo(float c1x, float c1y, float c2x, float c2y... method smoothCurve (line 301) | private static void smoothCurve(float c1x, float c1y, float ex, float ... method smoothCurveTo (line 305) | private static void smoothCurveTo(float c1x, float c1y, float ex, floa... method quadraticBezierCurve (line 317) | private static void quadraticBezierCurve(float c1x, float c1y, float c... method quadraticBezierCurveTo (line 321) | private static void quadraticBezierCurveTo(float c1x, float c1y, float... method smoothQuadraticBezierCurve (line 335) | private static void smoothQuadraticBezierCurve(float c1x, float c1y) { method smoothQuadraticBezierCurveTo (line 339) | private static void smoothQuadraticBezierCurveTo(float c1x, float c1y) { method arc (line 348) | private static void arc( method arcTo (line 353) | private static void arcTo( method close (line 452) | private static void close() { method arcToBezier (line 464) | private static void arcToBezier( method setPenDown (line 517) | private static void setPenDown() { method round (line 525) | private static double round(double val) { method skip_spaces (line 530) | private static void skip_spaces() { method is_cmd (line 534) | private static boolean is_cmd(char c) { method is_number_start (line 561) | private static boolean is_number_start(char c) { method is_absolute (line 565) | private static boolean is_absolute(char c) { method parse_flag (line 571) | private static boolean parse_flag() { method parse_list_number (line 593) | private static float parse_list_number() { method parse_number (line 605) | private static float parse_number() { method parse_list_separator (line 674) | private static void parse_list_separator() { method skip_digits (line 680) | private static void skip_digits() { FILE: android/src/main/java/com/horcrux/svg/PathView.java class PathView (line 17) | @SuppressLint("ViewConstructor") method PathView (line 21) | public PathView(ReactContext reactContext) { method setD (line 27) | public void setD(String d) { method getPath (line 39) | @Override FILE: android/src/main/java/com/horcrux/svg/PatternView.java class PatternView (line 21) | @SuppressLint("ViewConstructor") method PatternView (line 46) | public PatternView(ReactContext reactContext) { method setX (line 50) | public void setX(Dynamic x) { method setY (line 55) | public void setY(Dynamic y) { method setWidth (line 60) | public void setWidth(Dynamic width) { method setHeight (line 65) | public void setHeight(Dynamic height) { method setPatternUnits (line 70) | public void setPatternUnits(int patternUnits) { method setPatternContentUnits (line 82) | public void setPatternContentUnits(int patternContentUnits) { method setPatternTransform (line 94) | public void setPatternTransform(@Nullable ReadableArray matrixArray) { method setMinX (line 112) | public void setMinX(float minX) { method setMinY (line 117) | public void setMinY(float minY) { method setVbWidth (line 122) | public void setVbWidth(float vbWidth) { method setVbHeight (line 127) | public void setVbHeight(float vbHeight) { method setAlign (line 132) | public void setAlign(String align) { method setMeetOrSlice (line 137) | public void setMeetOrSlice(int meetOrSlice) { method getViewBox (line 142) | RectF getViewBox() { method saveDefinition (line 147) | @Override FILE: android/src/main/java/com/horcrux/svg/PropHelper.java class PropHelper (line 14) | class PropHelper { method toMatrixData (line 31) | static int toMatrixData(ReadableArray value, float[] sRawMatrix, float... method fromRelative (line 56) | static double fromRelative(String length, double relative, double scal... method fromRelative (line 149) | static double fromRelative( FILE: android/src/main/java/com/horcrux/svg/RNSVGMarkerPosition.java type RNSVGMarkerType (line 5) | enum RNSVGMarkerType { type ElementType (line 11) | enum ElementType { class Point (line 19) | class Point { method Point (line 23) | Point(double x, double y) { class SegmentData (line 29) | class SegmentData { class RNSVGMarkerPosition (line 35) | class RNSVGMarkerPosition { method RNSVGMarkerPosition (line 51) | private RNSVGMarkerPosition(RNSVGMarkerType type, Point origin, double... method fromPath (line 57) | static ArrayList fromPath(ArrayList ... method PathIsDone (line 69) | private static void PathIsDone() { method BisectingAngle (line 74) | private static double BisectingAngle(double in_angle, double out_angle) { method rad2deg (line 80) | private static double rad2deg(double rad) { method SlopeAngleRadians (line 85) | private static double SlopeAngleRadians(Point p) { method CurrentAngle (line 89) | private static double CurrentAngle(RNSVGMarkerType type) { method subtract (line 106) | private static Point subtract(Point p1, Point p2) { method isZero (line 110) | private static boolean isZero(Point p) { method ComputeQuadTangents (line 114) | private static void ComputeQuadTangents(SegmentData data, Point start,... method ExtractPathElementFeatures (line 121) | private static SegmentData ExtractPathElementFeatures(PathElement elem... method UpdateFromPathElement (line 151) | private static void UpdateFromPathElement(PathElement element) { FILE: android/src/main/java/com/horcrux/svg/RNSVGRenderableManager.java class RNSVGRenderableManager (line 31) | @ReactModule(name = RNSVGRenderableManager.NAME) method RNSVGRenderableManager (line 33) | RNSVGRenderableManager(ReactApplicationContext reactContext) { method getName (line 39) | @Nonnull method isPointInFill (line 45) | @SuppressWarnings("unused") method isPointInStroke (line 62) | @SuppressWarnings("unused") method getTotalLength (line 88) | @SuppressWarnings("unused") method getPointAtLength (line 110) | @SuppressWarnings("unused") method getBBox (line 145) | @SuppressWarnings("unused") method getCTM (line 196) | @SuppressWarnings("unused") method getScreenCTM (line 227) | @SuppressWarnings("unused") method getRawResource (line 250) | @ReactMethod FILE: android/src/main/java/com/horcrux/svg/RadialGradientView.java class RadialGradientView (line 20) | @SuppressLint("ViewConstructor") method RadialGradientView (line 39) | public RadialGradientView(ReactContext reactContext) { method setFx (line 43) | public void setFx(Dynamic fx) { method setFy (line 48) | public void setFy(Dynamic fy) { method setRx (line 53) | public void setRx(Dynamic rx) { method setRy (line 58) | public void setRy(Dynamic ry) { method setCx (line 63) | public void setCx(Dynamic cx) { method setCy (line 68) | public void setCy(Dynamic cy) { method setGradient (line 73) | public void setGradient(ReadableArray gradient) { method setGradientUnits (line 78) | public void setGradientUnits(int gradientUnits) { method setGradientTransform (line 90) | public void setGradientTransform(@Nullable ReadableArray matrixArray) { method saveDefinition (line 108) | @Override FILE: android/src/main/java/com/horcrux/svg/RectView.java class RectView (line 21) | @SuppressLint("ViewConstructor") method RectView (line 30) | public RectView(ReactContext reactContext) { method setX (line 34) | public void setX(Dynamic x) { method setY (line 39) | public void setY(Dynamic y) { method setWidth (line 44) | public void setWidth(Dynamic width) { method setHeight (line 49) | public void setHeight(Dynamic height) { method setRx (line 54) | public void setRx(Dynamic rx) { method setRy (line 59) | public void setRy(Dynamic ry) { method getPath (line 64) | @Override FILE: android/src/main/java/com/horcrux/svg/RenderableView.java class RenderableView (line 44) | @SuppressWarnings({"WeakerAccess", "RedundantSuppression"}) method RenderableView (line 47) | RenderableView(ReactContext reactContext) { method onReceiveNativeEvent (line 104) | public void onReceiveNativeEvent() { method getHitSlopRect (line 116) | @Nullable method setId (line 128) | @Override method setVectorEffect (line 134) | public void setVectorEffect(int vectorEffect) { method setCurrentColor (line 139) | public void setCurrentColor(Integer color) { method getCurrentColor (line 145) | int getCurrentColor() { method setFill (line 161) | public void setFill(@Nullable Dynamic fill) { method setFill (line 194) | public void setFill(ReadableMap fill) { method setFillOpacity (line 216) | public void setFillOpacity(float fillOpacity) { method setFillRule (line 221) | public void setFillRule(int fillRule) { method setStroke (line 235) | public void setStroke(@Nullable Dynamic strokeColors) { method setStroke (line 269) | public void setStroke(@Nullable ReadableMap stroke) { method setStrokeOpacity (line 291) | public void setStrokeOpacity(float strokeOpacity) { method setStrokeDasharray (line 296) | public void setStrokeDasharray(Dynamic dynamicStrokeDasharray) { method setStrokeDashoffset (line 309) | public void setStrokeDashoffset(float strokeDashoffset) { method setStrokeWidth (line 314) | public void setStrokeWidth(Dynamic strokeWidth) { method setStrokeMiterlimit (line 319) | public void setStrokeMiterlimit(float strokeMiterlimit) { method setStrokeLinecap (line 324) | public void setStrokeLinecap(int strokeLinecap) { method setStrokeLinejoin (line 342) | public void setStrokeLinejoin(int strokeLinejoin) { method setPropList (line 360) | public void setPropList(@Nullable ReadableArray propList) { method setFilter (line 371) | public void setFilter(String filter) { method render (line 376) | void render(Canvas canvas, Paint paint, float opacity) { method draw (line 505) | @Override method renderMarkers (line 552) | void renderMarkers(Canvas canvas, Paint paint, float opacity) { method setupFillPaint (line 592) | boolean setupFillPaint(Paint paint, float opacity) { method setupStrokePaint (line 607) | boolean setupStrokePaint(Paint paint, float opacity) { method setupPaint (line 634) | private void setupPaint(Paint paint, float opacity, ReadableArray colo... method getPath (line 690) | abstract Path getPath(Canvas canvas, Paint paint); method hitTest (line 692) | @Override method initBounds (line 726) | void initBounds() { method getRegion (line 758) | Region getRegion(Path path, RectF rectF) { method getAttributeList (line 771) | private ArrayList getAttributeList() { method mergeProperties (line 775) | void mergeProperties(RenderableView target) { method resetProperties (line 805) | void resetProperties() { method hasOwnProperty (line 823) | private boolean hasOwnProperty(String propName) { FILE: android/src/main/java/com/horcrux/svg/RenderableViewManager.java class VirtualViewManager (line 153) | class VirtualViewManager extends ViewGroupManager... method VirtualViewManager (line 158) | protected VirtualViewManager(SVGClass svgclass) { method getDelegate (line 165) | protected ViewManagerDelegate getDelegate() { class RenderableShadowNode (line 169) | static class RenderableShadowNode extends LayoutShadowNode { method ignoreLayoutProps (line 171) | @SuppressWarnings({"unused", "EmptyMethod"}) method createShadowNodeInstance (line 237) | @Override method getShadowNodeClass (line 242) | @Override method sanitizeFloatPropertyValue (line 254) | private static float sanitizeFloatPropertyValue(float value) { method setTransformProperty (line 271) | protected void setTransformProperty(VirtualView view, ReadableArray tr... method getName (line 327) | @Nonnull method setMask (line 332) | @ReactProp(name = "mask") method setMarkerStart (line 337) | @ReactProp(name = "markerStart") method setMarkerMid (line 342) | @ReactProp(name = "markerMid") method setMarkerEnd (line 347) | @ReactProp(name = "markerEnd") method setClipPath (line 352) | @ReactProp(name = "clipPath") method setClipRule (line 357) | @ReactProp(name = "clipRule") method setOpacity (line 362) | @ReactProp(name = "opacity", defaultFloat = 1f) method setResponsible (line 367) | @ReactProp(name = "responsible") method setPointerEvents (line 372) | @ReactProp(name = ViewProps.POINTER_EVENTS) method setName (line 383) | @ReactProp(name = "name") method setDisplay (line 388) | @ReactProp(name = "display") method setMatrix (line 393) | @ReactProp(name = "matrix") method setMatrix (line 398) | public void setMatrix(V view, @Nullable ReadableArray value) { method setTransform (line 402) | @Override method setTransform (line 411) | @ReactProp(name = "transform") method invalidateSvgView (line 420) | private void invalidateSvgView(V node) { method addEventEmitters (line 430) | @Override method onAfterUpdateTransaction (line 458) | @Override type SVGClass (line 464) | protected enum SVGClass { method createViewInstance (line 495) | @Nonnull method setRenderableView (line 563) | static void setRenderableView(int tag, RenderableView svg) { method runWhenViewIsAvailable (line 572) | static void runWhenViewIsAvailable(int tag, Runnable task) { method getRenderableViewByTag (line 576) | static @Nullable RenderableView getRenderableViewByTag(int tag) { method onDropViewInstance (line 580) | @Override class RenderableViewManager (line 587) | class RenderableViewManager extends VirtualVie... method RenderableViewManager (line 589) | RenderableViewManager(SVGClass svgclass) { method getExportedCustomDirectEventTypeConstants (line 593) | public Map getExportedCustomDirectEventTypeConstants() { class GroupViewManagerAbstract (line 599) | static class GroupViewManagerAbstract extends Ren... method GroupViewManagerAbstract (line 600) | GroupViewManagerAbstract(SVGClass svgClass) { method setFont (line 604) | @ReactProp(name = "font") method setFontSize (line 609) | @ReactProp(name = "fontSize") method setFontWeight (line 625) | @ReactProp(name = "fontWeight") class GroupViewManager (line 642) | static class GroupViewManager extends GroupViewManagerAbstract method GroupViewManager (line 644) | GroupViewManager() { class PathViewManager (line 652) | static class PathViewManager extends RenderableViewManager method PathViewManager (line 654) | PathViewManager() { method setD (line 661) | @ReactProp(name = "d") class TextViewManagerAbstract (line 667) | static class TextViewManagerAbstract extends Group... method TextViewManagerAbstract (line 668) | TextViewManagerAbstract(SVGClass svgClass) { method setInlineSize (line 672) | @ReactProp(name = "inlineSize") method setTextLength (line 677) | @ReactProp(name = "textLength") method setLengthAdjust (line 682) | @ReactProp(name = "lengthAdjust") method setMethod (line 687) | @ReactProp(name = "alignmentBaseline") method setBaselineShift (line 692) | @ReactProp(name = "baselineShift") method setVerticalAlign (line 697) | @ReactProp(name = "verticalAlign") method setRotate (line 702) | @ReactProp(name = "rotate") method setDx (line 707) | @ReactProp(name = "dx") method setDy (line 712) | @ReactProp(name = "dy") method setX (line 717) | @ReactProp(name = "x") method setY (line 722) | @ReactProp(name = "y") method setFont (line 727) | @ReactProp(name = "font") method setAlignmentBaseline (line 732) | public void setAlignmentBaseline(K view, @Nullable String value) { class TextViewManager (line 737) | static class TextViewManager extends TextViewManagerAbstract method TextViewManager (line 739) | TextViewManager() { method TextViewManager (line 746) | TextViewManager(SVGClass svgClass) { class TSpanViewManager (line 752) | static class TSpanViewManager extends TextViewManagerAbstract method TSpanViewManager (line 754) | TSpanViewManager() { method TSpanViewManager (line 761) | TSpanViewManager(SVGClass svgClass) { method setContent (line 766) | @ReactProp(name = "content") class TextPathViewManager (line 772) | static class TextPathViewManager extends TextViewManagerAbstract method ImageViewManager (line 824) | ImageViewManager() { method setX (line 831) | @ReactProp(name = "x") method setY (line 836) | @ReactProp(name = "y") method setWidth (line 841) | @ReactProp(name = "width") method setHeight (line 846) | @ReactProp(name = "height") method setSrc (line 851) | @ReactProp(name = "src", customType = "ImageSource") method setAlign (line 856) | @ReactProp(name = "align") method setMeetOrSlice (line 861) | @ReactProp(name = "meetOrSlice") method getExportedCustomDirectEventTypeConstants (line 866) | public Map getExportedCustomDirectEventTypeConstants... class CircleViewManager (line 873) | static class CircleViewManager extends RenderableViewManager method CircleViewManager (line 875) | CircleViewManager() { method setCx (line 882) | @ReactProp(name = "cx") method setCy (line 887) | @ReactProp(name = "cy") method setR (line 892) | @ReactProp(name = "r") class EllipseViewManager (line 898) | static class EllipseViewManager extends RenderableViewManager method LineViewManager (line 931) | LineViewManager() { method setX1 (line 938) | @ReactProp(name = "x1") method setY1 (line 943) | @ReactProp(name = "y1") method setX2 (line 948) | @ReactProp(name = "x2") method setY2 (line 953) | @ReactProp(name = "y2") class RectViewManager (line 959) | static class RectViewManager extends RenderableViewManager method RectViewManager (line 962) | RectViewManager() { method setX (line 969) | @ReactProp(name = "x") method setY (line 974) | @ReactProp(name = "y") method setWidth (line 979) | @ReactProp(name = "width") method setHeight (line 984) | @ReactProp(name = "height") method setRx (line 989) | @ReactProp(name = "rx") method setRy (line 994) | @ReactProp(name = "ry") class ClipPathViewManager (line 1000) | static class ClipPathViewManager extends GroupViewManagerAbstract method DefsViewManager (line 1013) | DefsViewManager() { class UseViewManager (line 1021) | static class UseViewManager extends RenderableViewManager method UseViewManager (line 1024) | UseViewManager() { method setHref (line 1031) | @ReactProp(name = "href") method setX (line 1036) | @ReactProp(name = "x") method setY (line 1041) | @ReactProp(name = "y") method setWidth (line 1046) | @ReactProp(name = "width") method setHeight (line 1051) | @ReactProp(name = "height") class SymbolManager (line 1057) | static class SymbolManager extends GroupViewManagerAbstract method SymbolManager (line 1059) | SymbolManager() { method setMinX (line 1066) | @ReactProp(name = "minX") method setMinY (line 1071) | @ReactProp(name = "minY") method setVbWidth (line 1076) | @ReactProp(name = "vbWidth") method setVbHeight (line 1081) | @ReactProp(name = "vbHeight") method setAlign (line 1086) | @ReactProp(name = "align") method setMeetOrSlice (line 1091) | @ReactProp(name = "meetOrSlice") class PatternManager (line 1097) | static class PatternManager extends GroupViewManagerAbstract method PatternManager (line 1099) | PatternManager() { method setX (line 1106) | @ReactProp(name = "x") method setY (line 1111) | @ReactProp(name = "y") method setWidth (line 1116) | @ReactProp(name = "width") method setHeight (line 1121) | @ReactProp(name = "height") method setPatternUnits (line 1126) | @ReactProp(name = "patternUnits") method setPatternContentUnits (line 1131) | @ReactProp(name = "patternContentUnits") method setPatternTransform (line 1136) | @ReactProp(name = "patternTransform") method setMinX (line 1141) | @ReactProp(name = "minX") method setMinY (line 1146) | @ReactProp(name = "minY") method setVbWidth (line 1151) | @ReactProp(name = "vbWidth") method setVbHeight (line 1156) | @ReactProp(name = "vbHeight") method setAlign (line 1161) | @ReactProp(name = "align") method setMeetOrSlice (line 1166) | @ReactProp(name = "meetOrSlice") class MaskManager (line 1172) | static class MaskManager extends GroupViewManagerAbstract method MaskManager (line 1174) | MaskManager() { method setX (line 1181) | @ReactProp(name = "x") method setY (line 1186) | @ReactProp(name = "y") method setWidth (line 1191) | @ReactProp(name = "width") method setHeight (line 1196) | @ReactProp(name = "height") method setMaskUnits (line 1201) | @ReactProp(name = "maskUnits") method setMaskContentUnits (line 1206) | @ReactProp(name = "maskContentUnits") method setMaskType (line 1211) | @ReactProp(name = "maskType") class ForeignObjectManager (line 1217) | static class ForeignObjectManager extends GroupViewManagerAbstract method MarkerManager (line 1249) | MarkerManager() { method setRefX (line 1256) | @ReactProp(name = "refX") method setRefY (line 1261) | @ReactProp(name = "refY") method setMarkerWidth (line 1266) | @ReactProp(name = "markerWidth") method setMarkerHeight (line 1271) | @ReactProp(name = "markerHeight") method setMarkerUnits (line 1276) | @ReactProp(name = "markerUnits") method setOrient (line 1281) | @ReactProp(name = "orient") method setMinX (line 1286) | @ReactProp(name = "minX") method setMinY (line 1291) | @ReactProp(name = "minY") method setVbWidth (line 1296) | @ReactProp(name = "vbWidth") method setVbHeight (line 1301) | @ReactProp(name = "vbHeight") method setAlign (line 1306) | @ReactProp(name = "align") method setMeetOrSlice (line 1311) | @ReactProp(name = "meetOrSlice") class LinearGradientManager (line 1317) | static class LinearGradientManager extends VirtualViewManager method FilterManager (line 1421) | FilterManager() { method setX (line 1428) | @ReactProp(name = "x") method setY (line 1433) | @ReactProp(name = "y") method setWidth (line 1438) | @ReactProp(name = "width") method setHeight (line 1443) | @ReactProp(name = "height") method setFilterUnits (line 1448) | @ReactProp(name = "filterUnits") method setPrimitiveUnits (line 1453) | @ReactProp(name = "primitiveUnits") class FilterPrimitiveManager (line 1459) | static class FilterPrimitiveManager ext... method FilterPrimitiveManager (line 1460) | protected FilterPrimitiveManager(SVGClass svgclass) { method setX (line 1464) | @ReactProp(name = "x") method setY (line 1469) | @ReactProp(name = "y") method setWidth (line 1474) | @ReactProp(name = "width") method setHeight (line 1479) | @ReactProp(name = "height") method setResult (line 1484) | @ReactProp(name = "result") class FeBlendManager (line 1490) | static class FeBlendManager extends FilterPrimitiveManager method FeBlendManager (line 1492) | FeBlendManager() { method setIn1 (line 1499) | @ReactProp(name = "in1") method setIn2 (line 1504) | @ReactProp(name = "in2") method setMode (line 1509) | @ReactProp(name = "mode") class FeColorMatrixManager (line 1515) | static class FeColorMatrixManager extends FilterPrimitiveManager method FeFloodManager (line 1587) | FeFloodManager() { method setFloodColor (line 1594) | @ReactProp(name = "floodColor") method setFloodColor (line 1599) | public void setFloodColor(FeFloodView view, @Nullable ReadableMap va... method setFloodOpacity (line 1603) | @ReactProp(name = "floodOpacity", defaultFloat = 1f) class FeGaussianBlurManager (line 1609) | static class FeGaussianBlurManager extends FilterPrimitiveManager method FeMergeManager (line 1641) | FeMergeManager() { method setNodes (line 1648) | @ReactProp(name = "nodes") class FeOffsetManager (line 1654) | static class FeOffsetManager extends FilterPrimitiveManager method FeOffsetManager (line 1656) | FeOffsetManager() { method setIn1 (line 1663) | @ReactProp(name = "in1") method setDx (line 1668) | @ReactProp(name = "dx") method setDy (line 1673) | @ReactProp(name = "dy") method setFilter (line 1679) | @ReactProp(name = "filter") method setColor (line 1684) | @ReactProp(name = "color", customType = "Color") method setFill (line 1689) | @ReactProp(name = "fill") method setFill (line 1694) | public void setFill(T view, @Nullable ReadableMap value) { method setFillOpacity (line 1698) | @ReactProp(name = "fillOpacity", defaultFloat = 1f) method setFillRule (line 1703) | @ReactProp(name = "fillRule", defaultInt = FILL_RULE_NONZERO) method setStroke (line 1708) | @ReactProp(name = "stroke") method setStroke (line 1713) | public void setStroke(T view, @Nullable ReadableMap value) { method setStrokeOpacity (line 1717) | @ReactProp(name = "strokeOpacity", defaultFloat = 1f) method setStrokeDasharray (line 1722) | @ReactProp(name = "strokeDasharray") method setStrokeDashoffset (line 1727) | @ReactProp(name = "strokeDashoffset") method setStrokeWidth (line 1732) | @ReactProp(name = "strokeWidth") method setStrokeMiterlimit (line 1737) | @ReactProp(name = "strokeMiterlimit", defaultFloat = 4f) method setStrokeLinecap (line 1742) | @ReactProp(name = "strokeLinecap", defaultInt = CAP_ROUND) method setStrokeLinejoin (line 1747) | @ReactProp(name = "strokeLinejoin", defaultInt = JOIN_ROUND) method setVectorEffect (line 1752) | @ReactProp(name = "vectorEffect") method setPropList (line 1757) | @ReactProp(name = "propList") FILE: android/src/main/java/com/horcrux/svg/SVGLength.java class SVGLength (line 7) | class SVGLength { type UnitType (line 9) | public enum UnitType { method SVGLength (line 26) | private SVGLength() { method SVGLength (line 31) | SVGLength(double number) { method SVGLength (line 36) | SVGLength(String length) { method from (line 95) | static SVGLength from(Dynamic dynamic) { method from (line 106) | static SVGLength from(String string) { method from (line 110) | static SVGLength from(Double value) { method toString (line 114) | static String toString(Dynamic dynamic) { method arrayFrom (line 125) | static ArrayList arrayFrom(Dynamic dynamic) { method arrayFrom (line 160) | static ArrayList arrayFrom(ReadableArray arr) { FILE: android/src/main/java/com/horcrux/svg/SvgPackage.java class SvgPackage (line 34) | @ReactModuleList( method getViewManagersMap (line 43) | private Map getViewManagersMap(final ReactApplicat... method getViewManagerNames (line 313) | @Override method getViewManagers (line 318) | @Override method createViewManager (line 324) | @Override method getModule (line 331) | @Override method getReactModuleInfoProvider (line 343) | @Override method createJSModules (line 385) | @SuppressWarnings("unused") FILE: android/src/main/java/com/horcrux/svg/SvgView.java class SvgView (line 37) | @SuppressLint("ViewConstructor") method interceptsTouchEvent (line 40) | @Override type Events (line 45) | @SuppressWarnings("unused") method Events (line 51) | Events(final String name) { method toString (line 55) | @Nonnull method SvgView (line 65) | public SvgView(ReactContext reactContext) { method setId (line 75) | @Override method onInitializeAccessibilityNodeInfo (line 81) | @Override method invalidate (line 91) | @Override method startViewTransition (line 114) | @Override method onDetachedFromWindow (line 119) | @Override method onDraw (line 128) | @Override method setToDataUrlTask (line 155) | void setToDataUrlTask(Runnable task) { method onSizeChanged (line 159) | @Override method reactTagForTouch (line 165) | @Override method notRendered (line 195) | boolean notRendered() { method clearChildCache (line 199) | private void clearChildCache() { method setCurrentColor (line 213) | public void setCurrentColor(Integer color) { method setMinX (line 219) | public void setMinX(float minX) { method setMinY (line 225) | public void setMinY(float minY) { method setVbWidth (line 231) | public void setVbWidth(float vbWidth) { method setVbHeight (line 237) | public void setVbHeight(float vbHeight) { method setBbWidth (line 243) | public void setBbWidth(Dynamic bbWidth) { method setBbHeight (line 249) | public void setBbHeight(Dynamic bbHeight) { method setAlign (line 255) | public void setAlign(String align) { method setMeetOrSlice (line 261) | public void setMeetOrSlice(int meetOrSlice) { method drawOutput (line 267) | private Bitmap drawOutput() { method getCanvasBounds (line 286) | Rect getCanvasBounds() { method getCanvasWidth (line 290) | float getCanvasWidth() { method getCanvasHeight (line 294) | float getCanvasHeight() { method getCtm (line 298) | Matrix getCtm() { method drawChildren (line 302) | synchronized void drawChildren(final Canvas canvas) { method getViewBox (line 346) | RectF getViewBox() { method toDataURL (line 351) | String toDataURL() { method toDataURL (line 365) | String toDataURL(int width, int height) { method enableTouchEvents (line 379) | void enableTouchEvents() { method isResponsible (line 385) | boolean isResponsible() { method hitTest (line 389) | private int hitTest(float touchX, float touchY) { method defineClipPath (line 414) | void defineClipPath(VirtualView clipPath, String clipPathRef) { method getDefinedClipPath (line 418) | VirtualView getDefinedClipPath(String clipPathRef) { method defineTemplate (line 422) | void defineTemplate(VirtualView template, String templateRef) { method getDefinedTemplate (line 426) | VirtualView getDefinedTemplate(String templateRef) { method defineBrush (line 430) | void defineBrush(Brush brush, String brushRef) { method getDefinedBrush (line 434) | Brush getDefinedBrush(String brushRef) { method defineMask (line 438) | void defineMask(VirtualView mask, String maskRef) { method getDefinedMask (line 442) | VirtualView getDefinedMask(String maskRef) { method defineFilter (line 446) | void defineFilter(VirtualView filter, String filterRef) { method getDefinedFilter (line 450) | VirtualView getDefinedFilter(String filterRef) { method defineMarker (line 454) | void defineMarker(VirtualView marker, String markerRef) { method getDefinedMarker (line 458) | VirtualView getDefinedMarker(String markerRef) { method getCurrentBitmap (line 462) | public Bitmap getCurrentBitmap() { FILE: android/src/main/java/com/horcrux/svg/SvgViewManager.java class SvgViewManager (line 38) | class SvgViewManager extends ReactViewManager method getDelegate (line 48) | protected ViewManagerDelegate getDelegate() { method SvgViewManager (line 52) | public SvgViewManager() { method setSvgView (line 56) | static void setSvgView(int tag, SvgView svg) { method runWhenViewIsAvailable (line 65) | static void runWhenViewIsAvailable(int tag, Runnable task) { method getSvgViewByTag (line 69) | static @Nullable SvgView getSvgViewByTag(int tag) { method getName (line 73) | @Nonnull method createViewInstance (line 79) | @Nonnull method updateExtraData (line 85) | @Override method onDropViewInstance (line 91) | @Override method needsCustomLayoutForChildren (line 97) | @Override method setColor (line 102) | @ReactProp(name = "color", customType = "Color") method setMinX (line 108) | @ReactProp(name = "minX") method setMinY (line 114) | @ReactProp(name = "minY") method setVbWidth (line 120) | @ReactProp(name = "vbWidth") method setVbHeight (line 126) | @ReactProp(name = "vbHeight") method setBbWidth (line 132) | @ReactProp(name = "bbWidth") method setBbHeight (line 137) | @ReactProp(name = "bbHeight") method setAlign (line 142) | @ReactProp(name = "align") method setMeetOrSlice (line 148) | @ReactProp(name = "meetOrSlice") method setPointerEvents (line 154) | @ReactProp(name = ViewProps.POINTER_EVENTS) method setHasTVPreferredFocus (line 169) | @Override method setBorderBottomColor (line 174) | @Override method setNextFocusDown (line 179) | @Override method setBorderRightColor (line 184) | @Override method setNextFocusRight (line 189) | @Override method setBorderLeftColor (line 194) | @Override method setBorderColor (line 199) | @Override method setRemoveClippedSubviews (line 204) | @Override method setNextFocusForward (line 209) | @Override method setNextFocusUp (line 214) | @Override method setAccessible (line 219) | @Override method setBorderStartColor (line 224) | @Override method setBorderEndColor (line 229) | @Override method setFocusable (line 234) | @Override method setNativeBackgroundAndroid (line 239) | @Override method setNativeForegroundAndroid (line 244) | @Override method setBackfaceVisibility (line 249) | @Override method setBorderStyle (line 254) | @Override method setNeedsOffscreenAlphaCompositing (line 259) | @Override method setHitSlop (line 264) | @Override method setBorderTopColor (line 299) | @Override method setNextFocusLeft (line 304) | @Override method setBorderBlockColor (line 309) | @Override method setBorderBlockEndColor (line 314) | @Override method setBorderBlockStartColor (line 319) | @Override method setBorderRadius (line 324) | @Override method setBorderTopLeftRadius (line 329) | @Override method setBorderTopRightRadius (line 334) | @Override method setBorderBottomRightRadius (line 339) | @Override method setBorderBottomLeftRadius (line 344) | @Override method setBorderTopStartRadius (line 349) | @Override method setBorderTopEndRadius (line 354) | @Override method setBorderBottomStartRadius (line 359) | @Override method setBorderBottomEndRadius (line 364) | @Override method setBorderEndEndRadius (line 369) | @Override method setBorderEndStartRadius (line 374) | @Override method setBorderStartEndRadius (line 379) | @Override method setBorderStartStartRadius (line 384) | @Override FILE: android/src/main/java/com/horcrux/svg/SvgViewModule.java class SvgViewModule (line 19) | @ReactModule(name = SvgViewModule.NAME) method SvgViewModule (line 21) | SvgViewModule(ReactApplicationContext reactContext) { method getName (line 27) | @Nonnull method toDataURL (line 33) | private static void toDataURL( method toDataURL (line 80) | @SuppressWarnings("unused") FILE: android/src/main/java/com/horcrux/svg/SymbolView.java class SymbolView (line 18) | @SuppressLint("ViewConstructor") method SymbolView (line 28) | public SymbolView(ReactContext reactContext) { method setMinX (line 32) | public void setMinX(float minX) { method setMinY (line 37) | public void setMinY(float minY) { method setVbWidth (line 42) | public void setVbWidth(float vbWidth) { method setVbHeight (line 47) | public void setVbHeight(float vbHeight) { method setAlign (line 52) | public void setAlign(String align) { method setMeetOrSlice (line 57) | public void setMeetOrSlice(int meetOrSlice) { method draw (line 62) | @Override method drawSymbol (line 67) | void drawSymbol(Canvas canvas, Paint paint, float opacity, float width... FILE: android/src/main/java/com/horcrux/svg/TSpanView.java class TSpanView (line 47) | @SuppressLint("ViewConstructor") method TSpanView (line 63) | public TSpanView(ReactContext reactContext) { method setContent (line 68) | public void setContent(@Nullable String content) { method invalidate (line 73) | @Override method clearCache (line 79) | void clearCache() { method draw (line 84) | @Override method drawWrappedText (line 117) | private void drawWrappedText(Canvas canvas, Paint paint) { method getStaticLayout (line 160) | @SuppressWarnings("deprecation") method visualToLogical (line 187) | public static String visualToLogical(String text) { method getPath (line 229) | @Override method getSubtreeTextChunksTotalAdvance (line 249) | double getSubtreeTextChunksTotalAdvance(Paint paint) { method applySpacingAndFeatures (line 293) | private void applySpacingAndFeatures(Paint paint, FontData font) { method getLinePath (line 316) | @SuppressWarnings("ConstantConditions") method getAbsoluteStartOffset (line 1109) | private double getAbsoluteStartOffset(SVGLength startOffset, double di... method getTextAnchorOffset (line 1113) | private double getTextAnchorOffset(TextAnchor textAnchor, double textM... method applyTextPropertiesToPaint (line 1127) | private void applyTextPropertiesToPaint(Paint paint, FontData font) { method setupTextPath (line 1195) | private void setupTextPath() { method hitTest (line 1210) | @Override FILE: android/src/main/java/com/horcrux/svg/TextLayoutAlgorithm.java class TextLayoutAlgorithm (line 15) | @SuppressWarnings("ALL") class CharacterInformation (line 17) | class CharacterInformation { method CharacterInformation (line 35) | CharacterInformation(int index, char c) { class LayoutInput (line 41) | class LayoutInput { method getSubTreeTypographicCharacterPositions (line 46) | private void getSubTreeTypographicCharacterPositions( method layoutText (line 76) | CharacterInformation[] layoutText(LayoutInput layoutInput) { FILE: android/src/main/java/com/horcrux/svg/TextPathView.java class TextPathView (line 21) | @SuppressLint("ViewConstructor") method TextPathView (line 31) | public TextPathView(ReactContext reactContext) { method setHref (line 35) | public void setHref(String href) { method setStartOffset (line 40) | public void setStartOffset(Dynamic startOffset) { method setMethod (line 45) | public void setMethod(@Nullable String method) { method setSpacing (line 50) | public void setSpacing(@Nullable String spacing) { method setSide (line 55) | public void setSide(@Nullable String side) { method setSharp (line 60) | public void setSharp(@Nullable String midLine) { method getMethod (line 65) | @SuppressWarnings("unused") method getSpacing (line 70) | @SuppressWarnings("unused") method getSide (line 75) | TextPathSide getSide() { method getMidLine (line 79) | TextPathMidLine getMidLine() { method getStartOffset (line 83) | SVGLength getStartOffset() { method draw (line 87) | @Override method getTextPath (line 92) | Path getTextPath(Canvas canvas, Paint paint) { method getPath (line 105) | @Override method pushGlyphContext (line 110) | @Override method popGlyphContext (line 115) | @Override FILE: android/src/main/java/com/horcrux/svg/TextProperties.java class TextProperties (line 7) | class TextProperties { type AlignmentBaseline (line 24) | enum AlignmentBaseline { method AlignmentBaseline (line 52) | AlignmentBaseline(String alignment) { method getEnum (line 56) | static AlignmentBaseline getEnum(String strVal) { method toString (line 71) | @Nonnull type Direction (line 79) | @SuppressWarnings("unused") type FontVariantLigatures (line 85) | enum FontVariantLigatures { type FontStyle (line 91) | enum FontStyle { type FontWeight (line 98) | enum FontWeight { method FontWeight (line 117) | FontWeight(String weight) { method hasEnum (line 121) | static boolean hasEnum(String strVal) { method get (line 125) | static FontWeight get(String strVal) { method toString (line 137) | @Nonnull type TextAnchor (line 144) | enum TextAnchor { type TextDecoration (line 150) | enum TextDecoration { method TextDecoration (line 159) | TextDecoration(String decoration) { method getEnum (line 163) | static TextDecoration getEnum(String strVal) { method toString (line 178) | @Nonnull type TextLengthAdjust (line 185) | enum TextLengthAdjust { type TextPathMethod (line 190) | enum TextPathMethod { type TextPathMidLine (line 202) | enum TextPathMidLine { type TextPathSide (line 208) | enum TextPathSide { type TextPathSpacing (line 214) | enum TextPathSpacing { FILE: android/src/main/java/com/horcrux/svg/TextView.java class TextView (line 26) | @SuppressLint("ViewConstructor") method TextView (line 40) | public TextView(ReactContext reactContext) { method invalidate (line 44) | @Override method clearCache (line 53) | void clearCache() { method setInlineSize (line 58) | public void setInlineSize(Dynamic inlineSize) { method setTextLength (line 63) | public void setTextLength(Dynamic length) { method setLengthAdjust (line 68) | public void setLengthAdjust(@Nullable String adjustment) { method setMethod (line 73) | public void setMethod(@Nullable String alignment) { method setBaselineShift (line 78) | public void setBaselineShift(Dynamic baselineShift) { method setVerticalAlign (line 83) | public void setVerticalAlign(Dynamic dynamicVerticalAlign) { method setRotate (line 105) | public void setRotate(Dynamic rotate) { method setDeltaX (line 110) | public void setDeltaX(Dynamic deltaX) { method setDeltaY (line 115) | public void setDeltaY(Dynamic deltaY) { method setPositionX (line 120) | public void setPositionX(Dynamic positionX) { method setPositionY (line 125) | public void setPositionY(Dynamic positionY) { method draw (line 130) | @Override method getPath (line 140) | @Override method getPath (line 149) | @Override method getAlignmentBaseline (line 154) | AlignmentBaseline getAlignmentBaseline() { method getBaselineShift (line 175) | String getBaselineShift() { method getGroupPath (line 193) | Path getGroupPath(Canvas canvas, Paint paint) { method pushGlyphContext (line 204) | @Override method getTextAnchorRoot (line 211) | TextView getTextAnchorRoot() { method getSubtreeTextChunksTotalAdvance (line 228) | double getSubtreeTextChunksTotalAdvance(Paint paint) { method getTextContainer (line 244) | TextView getTextContainer() { FILE: android/src/main/java/com/horcrux/svg/UseView.java class UseView (line 22) | @SuppressLint("ViewConstructor") method UseView (line 30) | public UseView(ReactContext reactContext) { method setHref (line 34) | public void setHref(String href) { method setX (line 39) | public void setX(Dynamic x) { method setY (line 44) | public void setY(Dynamic y) { method setWidth (line 49) | public void setWidth(Dynamic width) { method setHeight (line 54) | public void setHeight(Dynamic height) { method draw (line 59) | @Override method hitTest (line 102) | @Override method getPath (line 130) | @Override FILE: android/src/main/java/com/horcrux/svg/ViewBox.java class ViewBox (line 14) | class ViewBox { method getTransform (line 20) | static Matrix getTransform(RectF vbRect, RectF eRect, String align, in... FILE: android/src/main/java/com/horcrux/svg/VirtualView.java class VirtualView (line 32) | @SuppressLint("ViewConstructor") method VirtualView (line 36) | VirtualView(ReactContext reactContext) { method setPointerEvents (line 105) | public void setPointerEvents(PointerEvents pointerEvents) { method onInitializeAccessibilityNodeInfo (line 109) | @Override method invalidate (line 135) | @Override method clearCache (line 145) | void clearCache() { method clearChildCache (line 156) | void clearChildCache() { method clearParentCache (line 166) | private void clearParentCache() { method getTextRoot (line 181) | @Nullable method getParentTextRoot (line 204) | @Nullable method getFontSizeFromContext (line 214) | private double getFontSizeFromContext() { method draw (line 232) | abstract void draw(Canvas canvas, Paint paint, float opacity); method render (line 234) | void render(Canvas canvas, Paint paint, float opacity) { method saveAndSetupCanvas (line 248) | int saveAndSetupCanvas(Canvas canvas, Matrix ctm) { method restoreCanvas (line 263) | void restoreCanvas(Canvas canvas, int count) { method setName (line 267) | public void setName(String name) { method setDisplay (line 272) | public void setDisplay(String display) { method setMask (line 277) | public void setMask(String mask) { method setMarkerStart (line 282) | public void setMarkerStart(String markerStart) { method setMarkerMid (line 287) | public void setMarkerMid(String markerMid) { method setMarkerEnd (line 292) | public void setMarkerEnd(String markerEnd) { method setClipPath (line 297) | public void setClipPath(String clipPath) { method setClipRule (line 303) | public void setClipRule(int clipRule) { method setOpacity (line 308) | public void setOpacity(float opacity) { method setMatrix (line 313) | public void setMatrix(Dynamic matrixArray) { method setMatrix (line 318) | public void setMatrix(@Nullable ReadableArray matrixArray) { method setResponsible (line 340) | public void setResponsible(boolean responsible) { method getClipPath (line 345) | @Nullable method getClipPath (line 350) | @Nullable method clip (line 379) | void clip(Canvas canvas, Paint paint) { method hitTest (line 387) | abstract int hitTest(final float[] point); method isResponsible (line 389) | boolean isResponsible() { method getPath (line 393) | abstract Path getPath(Canvas canvas, Paint paint); method getSvgView (line 395) | @Nullable method relativeOnFraction (line 418) | double relativeOnFraction(SVGLength length, float relative) { method relativeOn (line 428) | double relativeOn(SVGLength length, float relative) { method relativeOnWidth (line 438) | double relativeOnWidth(SVGLength length) { method relativeOnHeight (line 446) | double relativeOnHeight(SVGLength length) { method relativeOnOther (line 454) | double relativeOnOther(SVGLength length) { method fromRelativeFast (line 464) | private double fromRelativeFast(SVGLength length) { method getCanvasWidth (line 496) | private float getCanvasWidth() { method getCanvasHeight (line 510) | private float getCanvasHeight() { method getCanvasDiagonal (line 524) | private double getCanvasDiagonal() { method saveDefinition (line 534) | void saveDefinition() { method onMeasure (line 540) | protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method onLayout (line 566) | protected void onLayout(boolean changed, int pleft, int ptop, int prig... method setClientRect (line 586) | void setClientRect(RectF rect) { method getClientRect (line 625) | RectF getClientRect() { FILE: android/src/main/java/com/horcrux/svg/events/SvgLoadEvent.java class SvgLoadEvent (line 10) | public class SvgLoadEvent extends Event { method SvgLoadEvent (line 17) | public SvgLoadEvent( method getEventName (line 31) | @Override method getCoalescingKey (line 36) | @Override method dispatch (line 41) | @Override method getEventData (line 46) | protected WritableMap getEventData() { FILE: android/src/main/java/com/horcrux/svg/events/SvgOnLayoutEvent.java class SvgOnLayoutEvent (line 10) | public class SvgOnLayoutEvent extends Event { method SvgOnLayoutEvent (line 18) | public SvgOnLayoutEvent(int surfaceId, int viewId, int x, int y, int w... method getEventName (line 26) | @Override method getCoalescingKey (line 31) | @Override method getEventData (line 36) | @Override FILE: android/src/main/jni/rnsvg.cpp type facebook (line 13) | namespace facebook { type react (line 14) | namespace react { function __hostFunction_NativeSvgRenderableModuleSpecJSI_isPointInFill (line 16) | static facebook::jsi::Value __hostFunction_NativeSvgRenderableModule... function __hostFunction_NativeSvgRenderableModuleSpecJSI_isPointInStroke (line 21) | static facebook::jsi::Value __hostFunction_NativeSvgRenderableModule... function __hostFunction_NativeSvgRenderableModuleSpecJSI_getTotalLength (line 26) | static facebook::jsi::Value __hostFunction_NativeSvgRenderableModule... function __hostFunction_NativeSvgRenderableModuleSpecJSI_getPointAtLength (line 31) | static facebook::jsi::Value __hostFunction_NativeSvgRenderableModule... function __hostFunction_NativeSvgRenderableModuleSpecJSI_getBBox (line 36) | static facebook::jsi::Value __hostFunction_NativeSvgRenderableModule... function __hostFunction_NativeSvgRenderableModuleSpecJSI_getCTM (line 41) | static facebook::jsi::Value __hostFunction_NativeSvgRenderableModule... function __hostFunction_NativeSvgRenderableModuleSpecJSI_getScreenCTM (line 46) | static facebook::jsi::Value __hostFunction_NativeSvgRenderableModule... function __hostFunction_NativeSvgRenderableModuleSpecJSI_getRawResource (line 51) | static facebook::jsi::Value __hostFunction_NativeSvgRenderableModule... function __hostFunction_NativeSvgViewModuleSpecJSI_toDataURL (line 67) | static facebook::jsi::Value __hostFunction_NativeSvgViewModuleSpecJS... function rnsvg_ModuleProvider (line 77) | std::shared_ptr rnsvg_ModuleProvider(const std::string ... FILE: android/src/main/jni/rnsvg.h function namespace (line 9) | namespace facebook { FILE: android/src/paper/java/com/facebook/react/viewmanagers/RNSVGCircleManagerDelegate.java class RNSVGCircleManagerDelegate (line 21) | public class RNSVGCircleManagerDelegate { method setName (line 18) | void setName(T view, @Nullable String value); method setOpacity (line 19) | void setOpacity(T view, float value); method setMatrix (line 20) | void setMatrix(T view, @Nullable ReadableArray value); method setMask (line 21) | void setMask(T view, @Nullable String value); method setMarkerStart (line 22) | void setMarkerStart(T view, @Nullable String value); method setMarkerMid (line 23) | void setMarkerMid(T view, @Nullable String value); method setMarkerEnd (line 24) | void setMarkerEnd(T view, @Nullable String value); method setClipPath (line 25) | void setClipPath(T view, @Nullable String value); method setClipRule (line 26) | void setClipRule(T view, int value); method setResponsible (line 27) | void setResponsible(T view, boolean value); method setDisplay (line 28) | void setDisplay(T view, @Nullable String value); method setPointerEvents (line 29) | void setPointerEvents(T view, @Nullable String value); method setColor (line 30) | void setColor(T view, @Nullable Integer value); method setFill (line 31) | void setFill(T view, Dynamic value); method setFillOpacity (line 32) | void setFillOpacity(T view, float value); method setFillRule (line 33) | void setFillRule(T view, int value); method setStroke (line 34) | void setStroke(T view, Dynamic value); method setStrokeOpacity (line 35) | void setStrokeOpacity(T view, float value); method setStrokeWidth (line 36) | void setStrokeWidth(T view, Dynamic value); method setStrokeLinecap (line 37) | void setStrokeLinecap(T view, int value); method setStrokeLinejoin (line 38) | void setStrokeLinejoin(T view, int value); method setStrokeDasharray (line 39) | void setStrokeDasharray(T view, Dynamic value); method setStrokeDashoffset (line 40) | void setStrokeDashoffset(T view, float value); method setStrokeMiterlimit (line 41) | void setStrokeMiterlimit(T view, float value); method setVectorEffect (line 42) | void setVectorEffect(T view, int value); method setPropList (line 43) | void setPropList(T view, @Nullable ReadableArray value); method setFilter (line 44) | void setFilter(T view, @Nullable String value); method setCx (line 45) | void setCx(T view, Dynamic value); method setCy (line 46) | void setCy(T view, Dynamic value); method setR (line 47) | void setR(T view, Dynamic value); FILE: android/src/paper/java/com/facebook/react/viewmanagers/RNSVGClipPathManagerDelegate.java class RNSVGClipPathManagerDelegate (line 21) | public class RNSVGClipPathManagerDelegate { method setName (line 18) | void setName(T view, @Nullable String value); method setOpacity (line 19) | void setOpacity(T view, float value); method setMatrix (line 20) | void setMatrix(T view, @Nullable ReadableArray value); method setMask (line 21) | void setMask(T view, @Nullable String value); method setMarkerStart (line 22) | void setMarkerStart(T view, @Nullable String value); method setMarkerMid (line 23) | void setMarkerMid(T view, @Nullable String value); method setMarkerEnd (line 24) | void setMarkerEnd(T view, @Nullable String value); method setClipPath (line 25) | void setClipPath(T view, @Nullable String value); method setClipRule (line 26) | void setClipRule(T view, int value); method setResponsible (line 27) | void setResponsible(T view, boolean value); method setDisplay (line 28) | void setDisplay(T view, @Nullable String value); method setPointerEvents (line 29) | void setPointerEvents(T view, @Nullable String value); method setColor (line 30) | void setColor(T view, @Nullable Integer value); method setFill (line 31) | void setFill(T view, Dynamic value); method setFillOpacity (line 32) | void setFillOpacity(T view, float value); method setFillRule (line 33) | void setFillRule(T view, int value); method setStroke (line 34) | void setStroke(T view, Dynamic value); method setStrokeOpacity (line 35) | void setStrokeOpacity(T view, float value); method setStrokeWidth (line 36) | void setStrokeWidth(T view, Dynamic value); method setStrokeLinecap (line 37) | void setStrokeLinecap(T view, int value); method setStrokeLinejoin (line 38) | void setStrokeLinejoin(T view, int value); method setStrokeDasharray (line 39) | void setStrokeDasharray(T view, Dynamic value); method setStrokeDashoffset (line 40) | void setStrokeDashoffset(T view, float value); method setStrokeMiterlimit (line 41) | void setStrokeMiterlimit(T view, float value); method setVectorEffect (line 42) | void setVectorEffect(T view, int value); method setPropList (line 43) | void setPropList(T view, @Nullable ReadableArray value); method setFilter (line 44) | void setFilter(T view, @Nullable String value); method setFontSize (line 45) | void setFontSize(T view, Dynamic value); method setFontWeight (line 46) | void setFontWeight(T view, Dynamic value); method setFont (line 47) | void setFont(T view, Dynamic value); FILE: android/src/paper/java/com/facebook/react/viewmanagers/RNSVGDefsManagerDelegate.java class RNSVGDefsManagerDelegate (line 19) | public class RNSVGDefsManagerDelegate { method setName (line 17) | void setName(T view, @Nullable String value); method setOpacity (line 18) | void setOpacity(T view, float value); method setMatrix (line 19) | void setMatrix(T view, @Nullable ReadableArray value); method setMask (line 20) | void setMask(T view, @Nullable String value); method setMarkerStart (line 21) | void setMarkerStart(T view, @Nullable String value); method setMarkerMid (line 22) | void setMarkerMid(T view, @Nullable String value); method setMarkerEnd (line 23) | void setMarkerEnd(T view, @Nullable String value); method setClipPath (line 24) | void setClipPath(T view, @Nullable String value); method setClipRule (line 25) | void setClipRule(T view, int value); method setResponsible (line 26) | void setResponsible(T view, boolean value); method setDisplay (line 27) | void setDisplay(T view, @Nullable String value); method setPointerEvents (line 28) | void setPointerEvents(T view, @Nullable String value); FILE: android/src/paper/java/com/facebook/react/viewmanagers/RNSVGEllipseManagerDelegate.java class RNSVGEllipseManagerDelegate (line 21) | public class RNSVGEllipseManagerDelegate { method setName (line 18) | void setName(T view, @Nullable String value); method setOpacity (line 19) | void setOpacity(T view, float value); method setMatrix (line 20) | void setMatrix(T view, @Nullable ReadableArray value); method setMask (line 21) | void setMask(T view, @Nullable String value); method setMarkerStart (line 22) | void setMarkerStart(T view, @Nullable String value); method setMarkerMid (line 23) | void setMarkerMid(T view, @Nullable String value); method setMarkerEnd (line 24) | void setMarkerEnd(T view, @Nullable String value); method setClipPath (line 25) | void setClipPath(T view, @Nullable String value); method setClipRule (line 26) | void setClipRule(T view, int value); method setResponsible (line 27) | void setResponsible(T view, boolean value); method setDisplay (line 28) | void setDisplay(T view, @Nullable String value); method setPointerEvents (line 29) | void setPointerEvents(T view, @Nullable String value); method setColor (line 30) | void setColor(T view, @Nullable Integer value); method setFill (line 31) | void setFill(T view, Dynamic value); method setFillOpacity (line 32) | void setFillOpacity(T view, float value); method setFillRule (line 33) | void setFillRule(T view, int value); method setStroke (line 34) | void setStroke(T view, Dynamic value); method setStrokeOpacity (line 35) | void setStrokeOpacity(T view, float value); method setStrokeWidth (line 36) | void setStrokeWidth(T view, Dynamic value); method setStrokeLinecap (line 37) | void setStrokeLinecap(T view, int value); method setStrokeLinejoin (line 38) | void setStrokeLinejoin(T view, int value); method setStrokeDasharray (line 39) | void setStrokeDasharray(T view, Dynamic value); method setStrokeDashoffset (line 40) | void setStrokeDashoffset(T view, float value); method setStrokeMiterlimit (line 41) | void setStrokeMiterlimit(T view, float value); method setVectorEffect (line 42) | void setVectorEffect(T view, int value); method setPropList (line 43) | void setPropList(T view, @Nullable ReadableArray value); method setFilter (line 44) | void setFilter(T view, @Nullable String value); method setCx (line 45) | void setCx(T view, Dynamic value); method setCy (line 46) | void setCy(T view, Dynamic value); method setRx (line 47) | void setRx(T view, Dynamic value); method setRy (line 48) | void setRy(T view, Dynamic value); FILE: android/src/paper/java/com/facebook/react/viewmanagers/RNSVGFeBlendManagerDelegate.java class RNSVGFeBlendManagerDelegate (line 19) | public class RNSVGFeBlendManagerDelegate { method setX (line 17) | void setX(T view, Dynamic value); method setY (line 18) | void setY(T view, Dynamic value); method setWidth (line 19) | void setWidth(T view, Dynamic value); method setHeight (line 20) | void setHeight(T view, Dynamic value); method setResult (line 21) | void setResult(T view, @Nullable String value); method setIn1 (line 22) | void setIn1(T view, @Nullable String value); method setIn2 (line 23) | void setIn2(T view, @Nullable String value); method setMode (line 24) | void setMode(T view, @Nullable String value); FILE: android/src/paper/java/com/facebook/react/viewmanagers/RNSVGFeColorMatrixManagerDelegate.java class RNSVGFeColorMatrixManagerDelegate (line 20) | public class RNSVGFeColorMatrixManagerDelegate { method setX (line 18) | void setX(T view, Dynamic value); method setY (line 19) | void setY(T view, Dynamic value); method setWidth (line 20) | void setWidth(T view, Dynamic value); method setHeight (line 21) | void setHeight(T view, Dynamic value); method setResult (line 22) | void setResult(T view, @Nullable String value); method setIn1 (line 23) | void setIn1(T view, @Nullable String value); method setType (line 24) | void setType(T view, @Nullable String value); method setValues (line 25) | void setValues(T view, @Nullable ReadableArray value); FILE: android/src/paper/java/com/facebook/react/viewmanagers/RNSVGFeCompositeManagerDelegate.java class RNSVGFeCompositeManagerDelegate (line 19) | public class RNSVGFeCompositeManagerDelegate { method setX (line 17) | void setX(T view, Dynamic value); method setY (line 18) | void setY(T view, Dynamic value); method setWidth (line 19) | void setWidth(T view, Dynamic value); method setHeight (line 20) | void setHeight(T view, Dynamic value); method setResult (line 21) | void setResult(T view, @Nullable String value); method setIn1 (line 22) | void setIn1(T view, @Nullable String value); method setIn2 (line 23) | void setIn2(T view, @Nullable String value); method setOperator1 (line 24) | void setOperator1(T view, @Nullable String value); method setK1 (line 25) | void setK1(T view, float value); method setK2 (line 26) | void setK2(T view, float value); method setK3 (line 27) | void setK3(T view, float value); method setK4 (line 28) | void setK4(T view, float value); FILE: android/src/paper/java/com/facebook/react/viewmanagers/RNSVGFeFloodManagerDelegate.java class RNSVGFeFloodManagerDelegate (line 19) | public class RNSVGFeFloodManagerDelegate { method setX (line 17) | void setX(T view, Dynamic value); method setY (line 18) | void setY(T view, Dynamic value); method setWidth (line 19) | void setWidth(T view, Dynamic value); method setHeight (line 20) | void setHeight(T view, Dynamic value); method setResult (line 21) | void setResult(T view, @Nullable String value); method setFloodColor (line 22) | void setFloodColor(T view, Dynamic value); method setFloodOpacity (line 23) | void setFloodOpacity(T view, float value); FILE: android/src/paper/java/com/facebook/react/viewmanagers/RNSVGFeGaussianBlurManagerDelegate.java class RNSVGFeGaussianBlurManagerDelegate (line 19) | public class RNSVGFeGaussianBlurManagerDelegate { method setX (line 17) | void setX(T view, Dynamic value); method setY (line 18) | void setY(T view, Dynamic value); method setWidth (line 19) | void setWidth(T view, Dynamic value); method setHeight (line 20) | void setHeight(T view, Dynamic value); method setResult (line 21) | void setResult(T view, @Nullable String value); method setIn1 (line 22) | void setIn1(T view, @Nullable String value); method setStdDeviationX (line 23) | void setStdDeviationX(T view, float value); method setStdDeviationY (line 24) | void setStdDeviationY(T view, float value); method setEdgeMode (line 25) | void setEdgeMode(T view, @Nullable String value); FILE: android/src/paper/java/com/facebook/react/viewmanagers/RNSVGFeMergeManagerDelegate.java class RNSVGFeMergeManagerDelegate (line 20) | public class RNSVGFeMergeManagerDelegate { method setX (line 18) | void setX(T view, Dynamic value); method setY (line 19) | void setY(T view, Dynamic value); method setWidth (line 20) | void setWidth(T view, Dynamic value); method setHeight (line 21) | void setHeight(T view, Dynamic value); method setResult (line 22) | void setResult(T view, @Nullable String value); method setNodes (line 23) | void setNodes(T view, @Nullable ReadableArray value); FILE: android/src/paper/java/com/facebook/react/viewmanagers/RNSVGFeOffsetManagerDelegate.java class RNSVGFeOffsetManagerDelegate (line 19) | public class RNSVGFeOffsetManagerDelegate { method setX (line 17) | void setX(T view, Dynamic value); method setY (line 18) | void setY(T view, Dynamic value); method setWidth (line 19) | void setWidth(T view, Dynamic value); method setHeight (line 20) | void setHeight(T view, Dynamic value); method setResult (line 21) | void setResult(T view, @Nullable String value); method setIn1 (line 22) | void setIn1(T view, @Nullable String value); method setDx (line 23) | void setDx(T view, Dynamic value); method setDy (line 24) | void setDy(T view, Dynamic value); FILE: android/src/paper/java/com/facebook/react/viewmanagers/RNSVGFilterManagerDelegate.java class RNSVGFilterManagerDelegate (line 19) | public class RNSVGFilterManagerDelegate { method setName (line 17) | void setName(T view, @Nullable String value); method setX (line 18) | void setX(T view, Dynamic value); method setY (line 19) | void setY(T view, Dynamic value); method setHeight (line 20) | void setHeight(T view, Dynamic value); method setWidth (line 21) | void setWidth(T view, Dynamic value); method setFilterUnits (line 22) | void setFilterUnits(T view, @Nullable String value); method setPrimitiveUnits (line 23) | void setPrimitiveUnits(T view, @Nullable String value); FILE: android/src/paper/java/com/facebook/react/viewmanagers/RNSVGForeignObjectManagerDelegate.java class RNSVGForeignObjectManagerDelegate (line 21) | public class RNSVGForeignObjectManagerDelegate { method setName (line 18) | void setName(T view, @Nullable String value); method setOpacity (line 19) | void setOpacity(T view, float value); method setMatrix (line 20) | void setMatrix(T view, @Nullable ReadableArray value); method setMask (line 21) | void setMask(T view, @Nullable String value); method setMarkerStart (line 22) | void setMarkerStart(T view, @Nullable String value); method setMarkerMid (line 23) | void setMarkerMid(T view, @Nullable String value); method setMarkerEnd (line 24) | void setMarkerEnd(T view, @Nullable String value); method setClipPath (line 25) | void setClipPath(T view, @Nullable String value); method setClipRule (line 26) | void setClipRule(T view, int value); method setResponsible (line 27) | void setResponsible(T view, boolean value); method setDisplay (line 28) | void setDisplay(T view, @Nullable String value); method setPointerEvents (line 29) | void setPointerEvents(T view, @Nullable String value); method setColor (line 30) | void setColor(T view, @Nullable Integer value); method setFill (line 31) | void setFill(T view, Dynamic value); method setFillOpacity (line 32) | void setFillOpacity(T view, float value); method setFillRule (line 33) | void setFillRule(T view, int value); method setStroke (line 34) | void setStroke(T view, Dynamic value); method setStrokeOpacity (line 35) | void setStrokeOpacity(T view, float value); method setStrokeWidth (line 36) | void setStrokeWidth(T view, Dynamic value); method setStrokeLinecap (line 37) | void setStrokeLinecap(T view, int value); method setStrokeLinejoin (line 38) | void setStrokeLinejoin(T view, int value); method setStrokeDasharray (line 39) | void setStrokeDasharray(T view, Dynamic value); method setStrokeDashoffset (line 40) | void setStrokeDashoffset(T view, float value); method setStrokeMiterlimit (line 41) | void setStrokeMiterlimit(T view, float value); method setVectorEffect (line 42) | void setVectorEffect(T view, int value); method setPropList (line 43) | void setPropList(T view, @Nullable ReadableArray value); method setFilter (line 44) | void setFilter(T view, @Nullable String value); method setFontSize (line 45) | void setFontSize(T view, Dynamic value); method setFontWeight (line 46) | void setFontWeight(T view, Dynamic value); method setFont (line 47) | void setFont(T view, Dynamic value); method setX (line 48) | void setX(T view, Dynamic value); method setY (line 49) | void setY(T view, Dynamic value); method setHeight (line 50) | void setHeight(T view, Dynamic value); method setWidth (line 51) | void setWidth(T view, Dynamic value); FILE: android/src/paper/java/com/facebook/react/viewmanagers/RNSVGGroupManagerDelegate.java class RNSVGGroupManagerDelegate (line 21) | public class RNSVGGroupManagerDelegate { method setName (line 18) | void setName(T view, @Nullable String value); method setOpacity (line 19) | void setOpacity(T view, float value); method setMatrix (line 20) | void setMatrix(T view, @Nullable ReadableArray value); method setMask (line 21) | void setMask(T view, @Nullable String value); method setMarkerStart (line 22) | void setMarkerStart(T view, @Nullable String value); method setMarkerMid (line 23) | void setMarkerMid(T view, @Nullable String value); method setMarkerEnd (line 24) | void setMarkerEnd(T view, @Nullable String value); method setClipPath (line 25) | void setClipPath(T view, @Nullable String value); method setClipRule (line 26) | void setClipRule(T view, int value); method setResponsible (line 27) | void setResponsible(T view, boolean value); method setDisplay (line 28) | void setDisplay(T view, @Nullable String value); method setPointerEvents (line 29) | void setPointerEvents(T view, @Nullable String value); method setColor (line 30) | void setColor(T view, @Nullable Integer value); method setFill (line 31) | void setFill(T view, Dynamic value); method setFillOpacity (line 32) | void setFillOpacity(T view, float value); method setFillRule (line 33) | void setFillRule(T view, int value); method setStroke (line 34) | void setStroke(T view, Dynamic value); method setStrokeOpacity (line 35) | void setStrokeOpacity(T view, float value); method setStrokeWidth (line 36) | void setStrokeWidth(T view, Dynamic value); method setStrokeLinecap (line 37) | void setStrokeLinecap(T view, int value); method setStrokeLinejoin (line 38) | void setStrokeLinejoin(T view, int value); method setStrokeDasharray (line 39) | void setStrokeDasharray(T view, Dynamic value); method setStrokeDashoffset (line 40) | void setStrokeDashoffset(T view, float value); method setStrokeMiterlimit (line 41) | void setStrokeMiterlimit(T view, float value); method setVectorEffect (line 42) | void setVectorEffect(T view, int value); method setPropList (line 43) | void setPropList(T view, @Nullable ReadableArray value); method setFilter (line 44) | void setFilter(T view, @Nullable String value); method setFontSize (line 45) | void setFontSize(T view, Dynamic value); method setFontWeight (line 46) | void setFontWeight(T view, Dynamic value); method setFont (line 47) | void setFont(T view, Dynamic value); FILE: android/src/paper/java/com/facebook/react/viewmanagers/RNSVGImageManagerDelegate.java class RNSVGImageManagerDelegate (line 22) | public class RNSVGImageManagerDelegate { method setName (line 19) | void setName(T view, @Nullable String value); method setOpacity (line 20) | void setOpacity(T view, float value); method setMatrix (line 21) | void setMatrix(T view, @Nullable ReadableArray value); method setMask (line 22) | void setMask(T view, @Nullable String value); method setMarkerStart (line 23) | void setMarkerStart(T view, @Nullable String value); method setMarkerMid (line 24) | void setMarkerMid(T view, @Nullable String value); method setMarkerEnd (line 25) | void setMarkerEnd(T view, @Nullable String value); method setClipPath (line 26) | void setClipPath(T view, @Nullable String value); method setClipRule (line 27) | void setClipRule(T view, int value); method setResponsible (line 28) | void setResponsible(T view, boolean value); method setDisplay (line 29) | void setDisplay(T view, @Nullable String value); method setPointerEvents (line 30) | void setPointerEvents(T view, @Nullable String value); method setColor (line 31) | void setColor(T view, @Nullable Integer value); method setFill (line 32) | void setFill(T view, Dynamic value); method setFillOpacity (line 33) | void setFillOpacity(T view, float value); method setFillRule (line 34) | void setFillRule(T view, int value); method setStroke (line 35) | void setStroke(T view, Dynamic value); method setStrokeOpacity (line 36) | void setStrokeOpacity(T view, float value); method setStrokeWidth (line 37) | void setStrokeWidth(T view, Dynamic value); method setStrokeLinecap (line 38) | void setStrokeLinecap(T view, int value); method setStrokeLinejoin (line 39) | void setStrokeLinejoin(T view, int value); method setStrokeDasharray (line 40) | void setStrokeDasharray(T view, Dynamic value); method setStrokeDashoffset (line 41) | void setStrokeDashoffset(T view, float value); method setStrokeMiterlimit (line 42) | void setStrokeMiterlimit(T view, float value); method setVectorEffect (line 43) | void setVectorEffect(T view, int value); method setPropList (line 44) | void setPropList(T view, @Nullable ReadableArray value); method setFilter (line 45) | void setFilter(T view, @Nullable String value); method setX (line 46) | void setX(T view, Dynamic value); method setY (line 47) | void setY(T view, Dynamic value); method setWidth (line 48) | void setWidth(T view, Dynamic value); method setHeight (line 49) | void setHeight(T view, Dynamic value); method setSrc (line 50) | void setSrc(T view, @Nullable ReadableMap value); method setAlign (line 51) | void setAlign(T view, @Nullable String value); method setMeetOrSlice (line 52) | void setMeetOrSlice(T view, int value); FILE: android/src/paper/java/com/facebook/react/viewmanagers/RNSVGLineManagerDelegate.java class RNSVGLineManagerDelegate (line 21) | public class RNSVGLineManagerDelegate { method setName (line 18) | void setName(T view, @Nullable String value); method setOpacity (line 19) | void setOpacity(T view, float value); method setMatrix (line 20) | void setMatrix(T view, @Nullable ReadableArray value); method setMask (line 21) | void setMask(T view, @Nullable String value); method setMarkerStart (line 22) | void setMarkerStart(T view, @Nullable String value); method setMarkerMid (line 23) | void setMarkerMid(T view, @Nullable String value); method setMarkerEnd (line 24) | void setMarkerEnd(T view, @Nullable String value); method setClipPath (line 25) | void setClipPath(T view, @Nullable String value); method setClipRule (line 26) | void setClipRule(T view, int value); method setResponsible (line 27) | void setResponsible(T view, boolean value); method setDisplay (line 28) | void setDisplay(T view, @Nullable String value); method setPointerEvents (line 29) | void setPointerEvents(T view, @Nullable String value); method setColor (line 30) | void setColor(T view, @Nullable Integer value); method setFill (line 31) | void setFill(T view, Dynamic value); method setFillOpacity (line 32) | void setFillOpacity(T view, float value); method setFillRule (line 33) | void setFillRule(T view, int value); method setStroke (line 34) | void setStroke(T view, Dynamic value); method setStrokeOpacity (line 35) | void setStrokeOpacity(T view, float value); method setStrokeWidth (line 36) | void setStrokeWidth(T view, Dynamic value); method setStrokeLinecap (line 37) | void setStrokeLinecap(T view, int value); method setStrokeLinejoin (line 38) | void setStrokeLinejoin(T view, int value); method setStrokeDasharray (line 39) | void setStrokeDasharray(T view, Dynamic value); method setStrokeDashoffset (line 40) | void setStrokeDashoffset(T view, float value); method setStrokeMiterlimit (line 41) | void setStrokeMiterlimit(T view, float value); method setVectorEffect (line 42) | void setVectorEffect(T view, int value); method setPropList (line 43) | void setPropList(T view, @Nullable ReadableArray value); method setFilter (line 44) | void setFilter(T view, @Nullable String value); method setX1 (line 45) | void setX1(T view, Dynamic value); method setY1 (line 46) | void setY1(T view, Dynamic value); method setX2 (line 47) | void setX2(T view, Dynamic value); method setY2 (line 48) | void setY2(T view, Dynamic value); FILE: android/src/paper/java/com/facebook/react/viewmanagers/RNSVGLinearGradientManagerDelegate.java class RNSVGLinearGradientManagerDelegate (line 20) | public class RNSVGLinearGradientManagerDelegate { method setName (line 18) | void setName(T view, @Nullable String value); method setOpacity (line 19) | void setOpacity(T view, float value); method setMatrix (line 20) | void setMatrix(T view, @Nullable ReadableArray value); method setMask (line 21) | void setMask(T view, @Nullable String value); method setMarkerStart (line 22) | void setMarkerStart(T view, @Nullable String value); method setMarkerMid (line 23) | void setMarkerMid(T view, @Nullable String value); method setMarkerEnd (line 24) | void setMarkerEnd(T view, @Nullable String value); method setClipPath (line 25) | void setClipPath(T view, @Nullable String value); method setClipRule (line 26) | void setClipRule(T view, int value); method setResponsible (line 27) | void setResponsible(T view, boolean value); method setDisplay (line 28) | void setDisplay(T view, @Nullable String value); method setPointerEvents (line 29) | void setPointerEvents(T view, @Nullable String value); method setX1 (line 30) | void setX1(T view, Dynamic value); method setY1 (line 31) | void setY1(T view, Dynamic value); method setX2 (line 32) | void setX2(T view, Dynamic value); method setY2 (line 33) | void setY2(T view, Dynamic value); method setGradient (line 34) | void setGradient(T view, @Nullable ReadableArray value); method setGradientUnits (line 35) | void setGradientUnits(T view, int value); method setGradientTransform (line 36) | void setGradientTransform(T view, @Nullable ReadableArray value); FILE: android/src/paper/java/com/facebook/react/viewmanagers/RNSVGMarkerManagerDelegate.java class RNSVGMarkerManagerDelegate (line 21) | public class RNSVGMarkerManagerDelegate { method setName (line 18) | void setName(T view, @Nullable String value); method setOpacity (line 19) | void setOpacity(T view, float value); method setMatrix (line 20) | void setMatrix(T view, @Nullable ReadableArray value); method setMask (line 21) | void setMask(T view, @Nullable String value); method setMarkerStart (line 22) | void setMarkerStart(T view, @Nullable String value); method setMarkerMid (line 23) | void setMarkerMid(T view, @Nullable String value); method setMarkerEnd (line 24) | void setMarkerEnd(T view, @Nullable String value); method setClipPath (line 25) | void setClipPath(T view, @Nullable String value); method setClipRule (line 26) | void setClipRule(T view, int value); method setResponsible (line 27) | void setResponsible(T view, boolean value); method setDisplay (line 28) | void setDisplay(T view, @Nullable String value); method setPointerEvents (line 29) | void setPointerEvents(T view, @Nullable String value); method setColor (line 30) | void setColor(T view, @Nullable Integer value); method setFill (line 31) | void setFill(T view, Dynamic value); method setFillOpacity (line 32) | void setFillOpacity(T view, float value); method setFillRule (line 33) | void setFillRule(T view, int value); method setStroke (line 34) | void setStroke(T view, Dynamic value); method setStrokeOpacity (line 35) | void setStrokeOpacity(T view, float value); method setStrokeWidth (line 36) | void setStrokeWidth(T view, Dynamic value); method setStrokeLinecap (line 37) | void setStrokeLinecap(T view, int value); method setStrokeLinejoin (line 38) | void setStrokeLinejoin(T view, int value); method setStrokeDasharray (line 39) | void setStrokeDasharray(T view, Dynamic value); method setStrokeDashoffset (line 40) | void setStrokeDashoffset(T view, float value); method setStrokeMiterlimit (line 41) | void setStrokeMiterlimit(T view, float value); method setVectorEffect (line 42) | void setVectorEffect(T view, int value); method setPropList (line 43) | void setPropList(T view, @Nullable ReadableArray value); method setFilter (line 44) | void setFilter(T view, @Nullable String value); method setFontSize (line 45) | void setFontSize(T view, Dynamic value); method setFontWeight (line 46) | void setFontWeight(T view, Dynamic value); method setFont (line 47) | void setFont(T view, Dynamic value); method setRefX (line 48) | void setRefX(T view, Dynamic value); method setRefY (line 49) | void setRefY(T view, Dynamic value); method setMarkerHeight (line 50) | void setMarkerHeight(T view, Dynamic value); method setMarkerWidth (line 51) | void setMarkerWidth(T view, Dynamic value); method setMarkerUnits (line 52) | void setMarkerUnits(T view, @Nullable String value); method setOrient (line 53) | void setOrient(T view, @Nullable String value); method setMinX (line 54) | void setMinX(T view, float value); method setMinY (line 55) | void setMinY(T view, float value); method setVbWidth (line 56) | void setVbWidth(T view, float value); method setVbHeight (line 57) | void setVbHeight(T view, float value); method setAlign (line 58) | void setAlign(T view, @Nullable String value); method setMeetOrSlice (line 59) | void setMeetOrSlice(T view, int value); FILE: android/src/paper/java/com/facebook/react/viewmanagers/RNSVGMaskManagerDelegate.java class RNSVGMaskManagerDelegate (line 21) | public class RNSVGMaskManagerDelegate { method setName (line 18) | void setName(T view, @Nullable String value); method setOpacity (line 19) | void setOpacity(T view, float value); method setMatrix (line 20) | void setMatrix(T view, @Nullable ReadableArray value); method setMask (line 21) | void setMask(T view, @Nullable String value); method setMarkerStart (line 22) | void setMarkerStart(T view, @Nullable String value); method setMarkerMid (line 23) | void setMarkerMid(T view, @Nullable String value); method setMarkerEnd (line 24) | void setMarkerEnd(T view, @Nullable String value); method setClipPath (line 25) | void setClipPath(T view, @Nullable String value); method setClipRule (line 26) | void setClipRule(T view, int value); method setResponsible (line 27) | void setResponsible(T view, boolean value); method setDisplay (line 28) | void setDisplay(T view, @Nullable String value); method setPointerEvents (line 29) | void setPointerEvents(T view, @Nullable String value); method setColor (line 30) | void setColor(T view, @Nullable Integer value); method setFill (line 31) | void setFill(T view, Dynamic value); method setFillOpacity (line 32) | void setFillOpacity(T view, float value); method setFillRule (line 33) | void setFillRule(T view, int value); method setStroke (line 34) | void setStroke(T view, Dynamic value); method setStrokeOpacity (line 35) | void setStrokeOpacity(T view, float value); method setStrokeWidth (line 36) | void setStrokeWidth(T view, Dynamic value); method setStrokeLinecap (line 37) | void setStrokeLinecap(T view, int value); method setStrokeLinejoin (line 38) | void setStrokeLinejoin(T view, int value); method setStrokeDasharray (line 39) | void setStrokeDasharray(T view, Dynamic value); method setStrokeDashoffset (line 40) | void setStrokeDashoffset(T view, float value); method setStrokeMiterlimit (line 41) | void setStrokeMiterlimit(T view, float value); method setVectorEffect (line 42) | void setVectorEffect(T view, int value); method setPropList (line 43) | void setPropList(T view, @Nullable ReadableArray value); method setFilter (line 44) | void setFilter(T view, @Nullable String value); method setFontSize (line 45) | void setFontSize(T view, Dynamic value); method setFontWeight (line 46) | void setFontWeight(T view, Dynamic value); method setFont (line 47) | void setFont(T view, Dynamic value); method setX (line 48) | void setX(T view, Dynamic value); method setY (line 49) | void setY(T view, Dynamic value); method setHeight (line 50) | void setHeight(T view, Dynamic value); method setWidth (line 51) | void setWidth(T view, Dynamic value); method setMaskUnits (line 52) | void setMaskUnits(T view, int value); method setMaskContentUnits (line 53) | void setMaskContentUnits(T view, int value); method setMaskType (line 54) | void setMaskType(T view, int value); FILE: android/src/paper/java/com/facebook/react/viewmanagers/RNSVGPathManagerDelegate.java class RNSVGPathManagerDelegate (line 21) | public class RNSVGPathManagerDelegate { method setName (line 18) | void setName(T view, @Nullable String value); method setOpacity (line 19) | void setOpacity(T view, float value); method setMatrix (line 20) | void setMatrix(T view, @Nullable ReadableArray value); method setMask (line 21) | void setMask(T view, @Nullable String value); method setMarkerStart (line 22) | void setMarkerStart(T view, @Nullable String value); method setMarkerMid (line 23) | void setMarkerMid(T view, @Nullable String value); method setMarkerEnd (line 24) | void setMarkerEnd(T view, @Nullable String value); method setClipPath (line 25) | void setClipPath(T view, @Nullable String value); method setClipRule (line 26) | void setClipRule(T view, int value); method setResponsible (line 27) | void setResponsible(T view, boolean value); method setDisplay (line 28) | void setDisplay(T view, @Nullable String value); method setPointerEvents (line 29) | void setPointerEvents(T view, @Nullable String value); method setColor (line 30) | void setColor(T view, @Nullable Integer value); method setFill (line 31) | void setFill(T view, Dynamic value); method setFillOpacity (line 32) | void setFillOpacity(T view, float value); method setFillRule (line 33) | void setFillRule(T view, int value); method setStroke (line 34) | void setStroke(T view, Dynamic value); method setStrokeOpacity (line 35) | void setStrokeOpacity(T view, float value); method setStrokeWidth (line 36) | void setStrokeWidth(T view, Dynamic value); method setStrokeLinecap (line 37) | void setStrokeLinecap(T view, int value); method setStrokeLinejoin (line 38) | void setStrokeLinejoin(T view, int value); method setStrokeDasharray (line 39) | void setStrokeDasharray(T view, Dynamic value); method setStrokeDashoffset (line 40) | void setStrokeDashoffset(T view, float value); method setStrokeMiterlimit (line 41) | void setStrokeMiterlimit(T view, float value); method setVectorEffect (line 42) | void setVectorEffect(T view, int value); method setPropList (line 43) | void setPropList(T view, @Nullable ReadableArray value); method setFilter (line 44) | void setFilter(T view, @Nullable String value); method setD (line 45) | void setD(T view, @Nullable String value); FILE: android/src/paper/java/com/facebook/react/viewmanagers/RNSVGPatternManagerDelegate.java class RNSVGPatternManagerDelegate (line 21) | public class RNSVGPatternManagerDelegate { method setName (line 18) | void setName(T view, @Nullable String value); method setOpacity (line 19) | void setOpacity(T view, float value); method setMatrix (line 20) | void setMatrix(T view, @Nullable ReadableArray value); method setMask (line 21) | void setMask(T view, @Nullable String value); method setMarkerStart (line 22) | void setMarkerStart(T view, @Nullable String value); method setMarkerMid (line 23) | void setMarkerMid(T view, @Nullable String value); method setMarkerEnd (line 24) | void setMarkerEnd(T view, @Nullable String value); method setClipPath (line 25) | void setClipPath(T view, @Nullable String value); method setClipRule (line 26) | void setClipRule(T view, int value); method setResponsible (line 27) | void setResponsible(T view, boolean value); method setDisplay (line 28) | void setDisplay(T view, @Nullable String value); method setPointerEvents (line 29) | void setPointerEvents(T view, @Nullable String value); method setColor (line 30) | void setColor(T view, @Nullable Integer value); method setFill (line 31) | void setFill(T view, Dynamic value); method setFillOpacity (line 32) | void setFillOpacity(T view, float value); method setFillRule (line 33) | void setFillRule(T view, int value); method setStroke (line 34) | void setStroke(T view, Dynamic value); method setStrokeOpacity (line 35) | void setStrokeOpacity(T view, float value); method setStrokeWidth (line 36) | void setStrokeWidth(T view, Dynamic value); method setStrokeLinecap (line 37) | void setStrokeLinecap(T view, int value); method setStrokeLinejoin (line 38) | void setStrokeLinejoin(T view, int value); method setStrokeDasharray (line 39) | void setStrokeDasharray(T view, Dynamic value); method setStrokeDashoffset (line 40) | void setStrokeDashoffset(T view, float value); method setStrokeMiterlimit (line 41) | void setStrokeMiterlimit(T view, float value); method setVectorEffect (line 42) | void setVectorEffect(T view, int value); method setPropList (line 43) | void setPropList(T view, @Nullable ReadableArray value); method setFilter (line 44) | void setFilter(T view, @Nullable String value); method setFontSize (line 45) | void setFontSize(T view, Dynamic value); method setFontWeight (line 46) | void setFontWeight(T view, Dynamic value); method setFont (line 47) | void setFont(T view, Dynamic value); method setX (line 48) | void setX(T view, Dynamic value); method setY (line 49) | void setY(T view, Dynamic value); method setHeight (line 50) | void setHeight(T view, Dynamic value); method setWidth (line 51) | void setWidth(T view, Dynamic value); method setPatternUnits (line 52) | void setPatternUnits(T view, int value); method setPatternContentUnits (line 53) | void setPatternContentUnits(T view, int value); method setPatternTransform (line 54) | void setPatternTransform(T view, @Nullable ReadableArray value); method setMinX (line 55) | void setMinX(T view, float value); method setMinY (line 56) | void setMinY(T view, float value); method setVbWidth (line 57) | void setVbWidth(T view, float value); method setVbHeight (line 58) | void setVbHeight(T view, float value); method setAlign (line 59) | void setAlign(T view, @Nullable String value); method setMeetOrSlice (line 60) | void setMeetOrSlice(T view, int value); FILE: android/src/paper/java/com/facebook/react/viewmanagers/RNSVGRadialGradientManagerDelegate.java class RNSVGRadialGradientManagerDelegate (line 20) | public class RNSVGRadialGradientManagerDelegate { method setName (line 18) | void setName(T view, @Nullable String value); method setOpacity (line 19) | void setOpacity(T view, float value); method setMatrix (line 20) | void setMatrix(T view, @Nullable ReadableArray value); method setMask (line 21) | void setMask(T view, @Nullable String value); method setMarkerStart (line 22) | void setMarkerStart(T view, @Nullable String value); method setMarkerMid (line 23) | void setMarkerMid(T view, @Nullable String value); method setMarkerEnd (line 24) | void setMarkerEnd(T view, @Nullable String value); method setClipPath (line 25) | void setClipPath(T view, @Nullable String value); method setClipRule (line 26) | void setClipRule(T view, int value); method setResponsible (line 27) | void setResponsible(T view, boolean value); method setDisplay (line 28) | void setDisplay(T view, @Nullable String value); method setPointerEvents (line 29) | void setPointerEvents(T view, @Nullable String value); method setFx (line 30) | void setFx(T view, Dynamic value); method setFy (line 31) | void setFy(T view, Dynamic value); method setCx (line 32) | void setCx(T view, Dynamic value); method setCy (line 33) | void setCy(T view, Dynamic value); method setRx (line 34) | void setRx(T view, Dynamic value); method setRy (line 35) | void setRy(T view, Dynamic value); method setGradient (line 36) | void setGradient(T view, @Nullable ReadableArray value); method setGradientUnits (line 37) | void setGradientUnits(T view, int value); method setGradientTransform (line 38) | void setGradientTransform(T view, @Nullable ReadableArray value); FILE: android/src/paper/java/com/facebook/react/viewmanagers/RNSVGRectManagerDelegate.java class RNSVGRectManagerDelegate (line 21) | public class RNSVGRectManagerDelegate { method setName (line 18) | void setName(T view, @Nullable String value); method setOpacity (line 19) | void setOpacity(T view, float value); method setMatrix (line 20) | void setMatrix(T view, @Nullable ReadableArray value); method setMask (line 21) | void setMask(T view, @Nullable String value); method setMarkerStart (line 22) | void setMarkerStart(T view, @Nullable String value); method setMarkerMid (line 23) | void setMarkerMid(T view, @Nullable String value); method setMarkerEnd (line 24) | void setMarkerEnd(T view, @Nullable String value); method setClipPath (line 25) | void setClipPath(T view, @Nullable String value); method setClipRule (line 26) | void setClipRule(T view, int value); method setResponsible (line 27) | void setResponsible(T view, boolean value); method setDisplay (line 28) | void setDisplay(T view, @Nullable String value); method setPointerEvents (line 29) | void setPointerEvents(T view, @Nullable String value); method setColor (line 30) | void setColor(T view, @Nullable Integer value); method setFill (line 31) | void setFill(T view, Dynamic value); method setFillOpacity (line 32) | void setFillOpacity(T view, float value); method setFillRule (line 33) | void setFillRule(T view, int value); method setStroke (line 34) | void setStroke(T view, Dynamic value); method setStrokeOpacity (line 35) | void setStrokeOpacity(T view, float value); method setStrokeWidth (line 36) | void setStrokeWidth(T view, Dynamic value); method setStrokeLinecap (line 37) | void setStrokeLinecap(T view, int value); method setStrokeLinejoin (line 38) | void setStrokeLinejoin(T view, int value); method setStrokeDasharray (line 39) | void setStrokeDasharray(T view, Dynamic value); method setStrokeDashoffset (line 40) | void setStrokeDashoffset(T view, float value); method setStrokeMiterlimit (line 41) | void setStrokeMiterlimit(T view, float value); method setVectorEffect (line 42) | void setVectorEffect(T view, int value); method setPropList (line 43) | void setPropList(T view, @Nullable ReadableArray value); method setFilter (line 44) | void setFilter(T view, @Nullable String value); method setX (line 45) | void setX(T view, Dynamic value); method setY (line 46) | void setY(T view, Dynamic value); method setHeight (line 47) | void setHeight(T view, Dynamic value); method setWidth (line 48) | void setWidth(T view, Dynamic value); method setRx (line 49) | void setRx(T view, Dynamic value); method setRy (line 50) | void setRy(T view, Dynamic value); FILE: android/src/paper/java/com/facebook/react/viewmanagers/RNSVGSvgViewAndroidManagerDelegate.java class RNSVGSvgViewAndroidManagerDelegate (line 21) | public class RNSVGSvgViewAndroidManagerDelegate { method setBbWidth (line 18) | void setBbWidth(T view, Dynamic value); method setBbHeight (line 19) | void setBbHeight(T view, Dynamic value); method setMinX (line 20) | void setMinX(T view, float value); method setMinY (line 21) | void setMinY(T view, float value); method setVbWidth (line 22) | void setVbWidth(T view, float value); method setVbHeight (line 23) | void setVbHeight(T view, float value); method setAlign (line 24) | void setAlign(T view, @Nullable String value); method setMeetOrSlice (line 25) | void setMeetOrSlice(T view, int value); method setColor (line 26) | void setColor(T view, @Nullable Integer value); method setPointerEvents (line 27) | void setPointerEvents(T view, @Nullable String value); method setHasTVPreferredFocus (line 28) | void setHasTVPreferredFocus(T view, boolean value); method setBorderBottomColor (line 29) | void setBorderBottomColor(T view, @Nullable Integer value); method setNextFocusDown (line 30) | void setNextFocusDown(T view, int value); method setBorderRightColor (line 31) | void setBorderRightColor(T view, @Nullable Integer value); method setNextFocusRight (line 32) | void setNextFocusRight(T view, int value); method setBorderLeftColor (line 33) | void setBorderLeftColor(T view, @Nullable Integer value); method setBorderColor (line 34) | void setBorderColor(T view, @Nullable Integer value); method setRemoveClippedSubviews (line 35) | void setRemoveClippedSubviews(T view, boolean value); method setNextFocusForward (line 36) | void setNextFocusForward(T view, int value); method setNextFocusUp (line 37) | void setNextFocusUp(T view, int value); method setAccessible (line 38) | void setAccessible(T view, boolean value); method setBorderStartColor (line 39) | void setBorderStartColor(T view, @Nullable Integer value); method setBorderEndColor (line 40) | void setBorderEndColor(T view, @Nullable Integer value); method setFocusable (line 41) | void setFocusable(T view, boolean value); method setNativeBackgroundAndroid (line 42) | void setNativeBackgroundAndroid(T view, @Nullable ReadableMap value); method setNativeForegroundAndroid (line 43) | void setNativeForegroundAndroid(T view, @Nullable ReadableMap value); method setBackfaceVisibility (line 44) | void setBackfaceVisibility(T view, @Nullable String value); method setBorderStyle (line 45) | void setBorderStyle(T view, @Nullable String value); method setNeedsOffscreenAlphaCompositing (line 46) | void setNeedsOffscreenAlphaCompositing(T view, boolean value); method setHitSlop (line 47) | void setHitSlop(T view, Dynamic value); method setBorderTopColor (line 48) | void setBorderTopColor(T view, @Nullable Integer value); method setNextFocusLeft (line 49) | void setNextFocusLeft(T view, int value); method setBorderBlockColor (line 50) | void setBorderBlockColor(T view, @Nullable Integer value); method setBorderBlockEndColor (line 51) | void setBorderBlockEndColor(T view, @Nullable Integer value); method setBorderBlockStartColor (line 52) | void setBorderBlockStartColor(T view, @Nullable Integer value); method setBorderRadius (line 53) | void setBorderRadius(T view, Dynamic value); method setBorderTopLeftRadius (line 54) | void setBorderTopLeftRadius(T view, Dynamic value); method setBorderTopRightRadius (line 55) | void setBorderTopRightRadius(T view, Dynamic value); method setBorderBottomRightRadius (line 56) | void setBorderBottomRightRadius(T view, Dynamic value); method setBorderBottomLeftRadius (line 57) | void setBorderBottomLeftRadius(T view, Dynamic value); method setBorderTopStartRadius (line 58) | void setBorderTopStartRadius(T view, Dynamic value); method setBorderTopEndRadius (line 59) | void setBorderTopEndRadius(T view, Dynamic value); method setBorderBottomStartRadius (line 60) | void setBorderBottomStartRadius(T view, Dynamic value); method setBorderBottomEndRadius (line 61) | void setBorderBottomEndRadius(T view, Dynamic value); method setBorderEndEndRadius (line 62) | void setBorderEndEndRadius(T view, Dynamic value); method setBorderEndStartRadius (line 63) | void setBorderEndStartRadius(T view, Dynamic value); method setBorderStartEndRadius (line 64) | void setBorderStartEndRadius(T view, Dynamic value); method setBorderStartStartRadius (line 65) | void setBorderStartStartRadius(T view, Dynamic value); FILE: android/src/paper/java/com/facebook/react/viewmanagers/RNSVGSymbolManagerDelegate.java class RNSVGSymbolManagerDelegate (line 21) | public class RNSVGSymbolManagerDelegate { method setName (line 18) | void setName(T view, @Nullable String value); method setOpacity (line 19) | void setOpacity(T view, float value); method setMatrix (line 20) | void setMatrix(T view, @Nullable ReadableArray value); method setMask (line 21) | void setMask(T view, @Nullable String value); method setMarkerStart (line 22) | void setMarkerStart(T view, @Nullable String value); method setMarkerMid (line 23) | void setMarkerMid(T view, @Nullable String value); method setMarkerEnd (line 24) | void setMarkerEnd(T view, @Nullable String value); method setClipPath (line 25) | void setClipPath(T view, @Nullable String value); method setClipRule (line 26) | void setClipRule(T view, int value); method setResponsible (line 27) | void setResponsible(T view, boolean value); method setDisplay (line 28) | void setDisplay(T view, @Nullable String value); method setPointerEvents (line 29) | void setPointerEvents(T view, @Nullable String value); method setColor (line 30) | void setColor(T view, @Nullable Integer value); method setFill (line 31) | void setFill(T view, Dynamic value); method setFillOpacity (line 32) | void setFillOpacity(T view, float value); method setFillRule (line 33) | void setFillRule(T view, int value); method setStroke (line 34) | void setStroke(T view, Dynamic value); method setStrokeOpacity (line 35) | void setStrokeOpacity(T view, float value); method setStrokeWidth (line 36) | void setStrokeWidth(T view, Dynamic value); method setStrokeLinecap (line 37) | void setStrokeLinecap(T view, int value); method setStrokeLinejoin (line 38) | void setStrokeLinejoin(T view, int value); method setStrokeDasharray (line 39) | void setStrokeDasharray(T view, Dynamic value); method setStrokeDashoffset (line 40) | void setStrokeDashoffset(T view, float value); method setStrokeMiterlimit (line 41) | void setStrokeMiterlimit(T view, float value); method setVectorEffect (line 42) | void setVectorEffect(T view, int value); method setPropList (line 43) | void setPropList(T view, @Nullable ReadableArray value); method setFilter (line 44) | void setFilter(T view, @Nullable String value); method setFontSize (line 45) | void setFontSize(T view, Dynamic value); method setFontWeight (line 46) | void setFontWeight(T view, Dynamic value); method setFont (line 47) | void setFont(T view, Dynamic value); method setMinX (line 48) | void setMinX(T view, float value); method setMinY (line 49) | void setMinY(T view, float value); method setVbWidth (line 50) | void setVbWidth(T view, float value); method setVbHeight (line 51) | void setVbHeight(T view, float value); method setAlign (line 52) | void setAlign(T view, @Nullable String value); method setMeetOrSlice (line 53) | void setMeetOrSlice(T view, int value); FILE: android/src/paper/java/com/facebook/react/viewmanagers/RNSVGTSpanManagerDelegate.java class RNSVGTSpanManagerDelegate (line 21) | public class RNSVGTSpanManagerDelegate { method setName (line 18) | void setName(T view, @Nullable String value); method setOpacity (line 19) | void setOpacity(T view, float value); method setMatrix (line 20) | void setMatrix(T view, @Nullable ReadableArray value); method setMask (line 21) | void setMask(T view, @Nullable String value); method setMarkerStart (line 22) | void setMarkerStart(T view, @Nullable String value); method setMarkerMid (line 23) | void setMarkerMid(T view, @Nullable String value); method setMarkerEnd (line 24) | void setMarkerEnd(T view, @Nullable String value); method setClipPath (line 25) | void setClipPath(T view, @Nullable String value); method setClipRule (line 26) | void setClipRule(T view, int value); method setResponsible (line 27) | void setResponsible(T view, boolean value); method setDisplay (line 28) | void setDisplay(T view, @Nullable String value); method setPointerEvents (line 29) | void setPointerEvents(T view, @Nullable String value); method setColor (line 30) | void setColor(T view, @Nullable Integer value); method setFill (line 31) | void setFill(T view, Dynamic value); method setFillOpacity (line 32) | void setFillOpacity(T view, float value); method setFillRule (line 33) | void setFillRule(T view, int value); method setStroke (line 34) | void setStroke(T view, Dynamic value); method setStrokeOpacity (line 35) | void setStrokeOpacity(T view, float value); method setStrokeWidth (line 36) | void setStrokeWidth(T view, Dynamic value); method setStrokeLinecap (line 37) | void setStrokeLinecap(T view, int value); method setStrokeLinejoin (line 38) | void setStrokeLinejoin(T view, int value); method setStrokeDasharray (line 39) | void setStrokeDasharray(T view, Dynamic value); method setStrokeDashoffset (line 40) | void setStrokeDashoffset(T view, float value); method setStrokeMiterlimit (line 41) | void setStrokeMiterlimit(T view, float value); method setVectorEffect (line 42) | void setVectorEffect(T view, int value); method setPropList (line 43) | void setPropList(T view, @Nullable ReadableArray value); method setFilter (line 44) | void setFilter(T view, @Nullable String value); method setFontSize (line 45) | void setFontSize(T view, Dynamic value); method setFontWeight (line 46) | void setFontWeight(T view, Dynamic value); method setFont (line 47) | void setFont(T view, Dynamic value); method setDx (line 48) | void setDx(T view, Dynamic value); method setDy (line 49) | void setDy(T view, Dynamic value); method setX (line 50) | void setX(T view, Dynamic value); method setY (line 51) | void setY(T view, Dynamic value); method setRotate (line 52) | void setRotate(T view, Dynamic value); method setInlineSize (line 53) | void setInlineSize(T view, Dynamic value); method setTextLength (line 54) | void setTextLength(T view, Dynamic value); method setBaselineShift (line 55) | void setBaselineShift(T view, Dynamic value); method setLengthAdjust (line 56) | void setLengthAdjust(T view, @Nullable String value); method setAlignmentBaseline (line 57) | void setAlignmentBaseline(T view, @Nullable String value); method setVerticalAlign (line 58) | void setVerticalAlign(T view, Dynamic value); method setContent (line 59) | void setContent(T view, @Nullable String value); FILE: android/src/paper/java/com/facebook/react/viewmanagers/RNSVGTextManagerDelegate.java class RNSVGTextManagerDelegate (line 21) | public class RNSVGTextManagerDelegate { method setName (line 18) | void setName(T view, @Nullable String value); method setOpacity (line 19) | void setOpacity(T view, float value); method setMatrix (line 20) | void setMatrix(T view, @Nullable ReadableArray value); method setMask (line 21) | void setMask(T view, @Nullable String value); method setMarkerStart (line 22) | void setMarkerStart(T view, @Nullable String value); method setMarkerMid (line 23) | void setMarkerMid(T view, @Nullable String value); method setMarkerEnd (line 24) | void setMarkerEnd(T view, @Nullable String value); method setClipPath (line 25) | void setClipPath(T view, @Nullable String value); method setClipRule (line 26) | void setClipRule(T view, int value); method setResponsible (line 27) | void setResponsible(T view, boolean value); method setDisplay (line 28) | void setDisplay(T view, @Nullable String value); method setPointerEvents (line 29) | void setPointerEvents(T view, @Nullable String value); method setColor (line 30) | void setColor(T view, @Nullable Integer value); method setFill (line 31) | void setFill(T view, Dynamic value); method setFillOpacity (line 32) | void setFillOpacity(T view, float value); method setFillRule (line 33) | void setFillRule(T view, int value); method setStroke (line 34) | void setStroke(T view, Dynamic value); method setStrokeOpacity (line 35) | void setStrokeOpacity(T view, float value); method setStrokeWidth (line 36) | void setStrokeWidth(T view, Dynamic value); method setStrokeLinecap (line 37) | void setStrokeLinecap(T view, int value); method setStrokeLinejoin (line 38) | void setStrokeLinejoin(T view, int value); method setStrokeDasharray (line 39) | void setStrokeDasharray(T view, Dynamic value); method setStrokeDashoffset (line 40) | void setStrokeDashoffset(T view, float value); method setStrokeMiterlimit (line 41) | void setStrokeMiterlimit(T view, float value); method setVectorEffect (line 42) | void setVectorEffect(T view, int value); method setPropList (line 43) | void setPropList(T view, @Nullable ReadableArray value); method setFilter (line 44) | void setFilter(T view, @Nullable String value); method setFontSize (line 45) | void setFontSize(T view, Dynamic value); method setFontWeight (line 46) | void setFontWeight(T view, Dynamic value); method setFont (line 47) | void setFont(T view, Dynamic value); method setDx (line 48) | void setDx(T view, Dynamic value); method setDy (line 49) | void setDy(T view, Dynamic value); method setX (line 50) | void setX(T view, Dynamic value); method setY (line 51) | void setY(T view, Dynamic value); method setRotate (line 52) | void setRotate(T view, Dynamic value); method setInlineSize (line 53) | void setInlineSize(T view, Dynamic value); method setTextLength (line 54) | void setTextLength(T view, Dynamic value); method setBaselineShift (line 55) | void setBaselineShift(T view, Dynamic value); method setLengthAdjust (line 56) | void setLengthAdjust(T view, @Nullable String value); method setAlignmentBaseline (line 57) | void setAlignmentBaseline(T view, @Nullable String value); method setVerticalAlign (line 58) | void setVerticalAlign(T view, Dynamic value); FILE: android/src/paper/java/com/facebook/react/viewmanagers/RNSVGTextPathManagerDelegate.java class RNSVGTextPathManagerDelegate (line 21) | public class RNSVGTextPathManagerDelegate { method setName (line 18) | void setName(T view, @Nullable String value); method setOpacity (line 19) | void setOpacity(T view, float value); method setMatrix (line 20) | void setMatrix(T view, @Nullable ReadableArray value); method setMask (line 21) | void setMask(T view, @Nullable String value); method setMarkerStart (line 22) | void setMarkerStart(T view, @Nullable String value); method setMarkerMid (line 23) | void setMarkerMid(T view, @Nullable String value); method setMarkerEnd (line 24) | void setMarkerEnd(T view, @Nullable String value); method setClipPath (line 25) | void setClipPath(T view, @Nullable String value); method setClipRule (line 26) | void setClipRule(T view, int value); method setResponsible (line 27) | void setResponsible(T view, boolean value); method setDisplay (line 28) | void setDisplay(T view, @Nullable String value); method setPointerEvents (line 29) | void setPointerEvents(T view, @Nullable String value); method setColor (line 30) | void setColor(T view, @Nullable Integer value); method setFill (line 31) | void setFill(T view, Dynamic value); method setFillOpacity (line 32) | void setFillOpacity(T view, float value); method setFillRule (line 33) | void setFillRule(T view, int value); method setStroke (line 34) | void setStroke(T view, Dynamic value); method setStrokeOpacity (line 35) | void setStrokeOpacity(T view, float value); method setStrokeWidth (line 36) | void setStrokeWidth(T view, Dynamic value); method setStrokeLinecap (line 37) | void setStrokeLinecap(T view, int value); method setStrokeLinejoin (line 38) | void setStrokeLinejoin(T view, int value); method setStrokeDasharray (line 39) | void setStrokeDasharray(T view, Dynamic value); method setStrokeDashoffset (line 40) | void setStrokeDashoffset(T view, float value); method setStrokeMiterlimit (line 41) | void setStrokeMiterlimit(T view, float value); method setVectorEffect (line 42) | void setVectorEffect(T view, int value); method setPropList (line 43) | void setPropList(T view, @Nullable ReadableArray value); method setFilter (line 44) | void setFilter(T view, @Nullable String value); method setFontSize (line 45) | void setFontSize(T view, Dynamic value); method setFontWeight (line 46) | void setFontWeight(T view, Dynamic value); method setFont (line 47) | void setFont(T view, Dynamic value); method setDx (line 48) | void setDx(T view, Dynamic value); method setDy (line 49) | void setDy(T view, Dynamic value); method setX (line 50) | void setX(T view, Dynamic value); method setY (line 51) | void setY(T view, Dynamic value); method setRotate (line 52) | void setRotate(T view, Dynamic value); method setInlineSize (line 53) | void setInlineSize(T view, Dynamic value); method setTextLength (line 54) | void setTextLength(T view, Dynamic value); method setBaselineShift (line 55) | void setBaselineShift(T view, Dynamic value); method setLengthAdjust (line 56) | void setLengthAdjust(T view, @Nullable String value); method setAlignmentBaseline (line 57) | void setAlignmentBaseline(T view, @Nullable String value); method setVerticalAlign (line 58) | void setVerticalAlign(T view, Dynamic value); method setHref (line 59) | void setHref(T view, @Nullable String value); method setSide (line 60) | void setSide(T view, @Nullable String value); method setMethod (line 61) | void setMethod(T view, @Nullable String value); method setMidLine (line 62) | void setMidLine(T view, @Nullable String value); method setSpacing (line 63) | void setSpacing(T view, @Nullable String value); method setStartOffset (line 64) | void setStartOffset(T view, Dynamic value); FILE: android/src/paper/java/com/facebook/react/viewmanagers/RNSVGUseManagerDelegate.java class RNSVGUseManagerDelegate (line 21) | public class RNSVGUseManagerDelegate { method setName (line 18) | void setName(T view, @Nullable String value); method setOpacity (line 19) | void setOpacity(T view, float value); method setMatrix (line 20) | void setMatrix(T view, @Nullable ReadableArray value); method setMask (line 21) | void setMask(T view, @Nullable String value); method setMarkerStart (line 22) | void setMarkerStart(T view, @Nullable String value); method setMarkerMid (line 23) | void setMarkerMid(T view, @Nullable String value); method setMarkerEnd (line 24) | void setMarkerEnd(T view, @Nullable String value); method setClipPath (line 25) | void setClipPath(T view, @Nullable String value); method setClipRule (line 26) | void setClipRule(T view, int value); method setResponsible (line 27) | void setResponsible(T view, boolean value); method setDisplay (line 28) | void setDisplay(T view, @Nullable String value); method setPointerEvents (line 29) | void setPointerEvents(T view, @Nullable String value); method setColor (line 30) | void setColor(T view, @Nullable Integer value); method setFill (line 31) | void setFill(T view, Dynamic value); method setFillOpacity (line 32) | void setFillOpacity(T view, float value); method setFillRule (line 33) | void setFillRule(T view, int value); method setStroke (line 34) | void setStroke(T view, Dynamic value); method setStrokeOpacity (line 35) | void setStrokeOpacity(T view, float value); method setStrokeWidth (line 36) | void setStrokeWidth(T view, Dynamic value); method setStrokeLinecap (line 37) | void setStrokeLinecap(T view, int value); method setStrokeLinejoin (line 38) | void setStrokeLinejoin(T view, int value); method setStrokeDasharray (line 39) | void setStrokeDasharray(T view, Dynamic value); method setStrokeDashoffset (line 40) | void setStrokeDashoffset(T view, float value); method setStrokeMiterlimit (line 41) | void setStrokeMiterlimit(T view, float value); method setVectorEffect (line 42) | void setVectorEffect(T view, int value); method setPropList (line 43) | void setPropList(T view, @Nullable ReadableArray value); method setFilter (line 44) | void setFilter(T view, @Nullable String value); method setHref (line 45) | void setHref(T view, @Nullable String value); method setX (line 46) | void setX(T view, Dynamic value); method setY (line 47) | void setY(T view, Dynamic value); method setHeight (line 48) | void setHeight(T view, Dynamic value); method setWidth (line 49) | void setWidth(T view, Dynamic value); FILE: android/src/paper/java/com/horcrux/svg/NativeSvgRenderableModuleSpec.java class NativeSvgRenderableModuleSpec (line 27) | public abstract class NativeSvgRenderableModuleSpec extends ReactContext... method NativeSvgRenderableModuleSpec (line 30) | public NativeSvgRenderableModuleSpec(ReactApplicationContext reactCont... method getName (line 34) | @Override method isPointInFill (line 39) | @ReactMethod(isBlockingSynchronousMethod = true) method isPointInStroke (line 43) | @ReactMethod(isBlockingSynchronousMethod = true) method getTotalLength (line 47) | @ReactMethod(isBlockingSynchronousMethod = true) method getPointAtLength (line 51) | @ReactMethod(isBlockingSynchronousMethod = true) method getBBox (line 55) | @ReactMethod(isBlockingSynchronousMethod = true) method getCTM (line 59) | @ReactMethod(isBlockingSynchronousMethod = true) method getScreenCTM (line 63) | @ReactMethod(isBlockingSynchronousMethod = true) method getRawResource (line 67) | @ReactMethod FILE: android/src/paper/java/com/horcrux/svg/NativeSvgViewModuleSpec.java class NativeSvgViewModuleSpec (line 26) | public abstract class NativeSvgViewModuleSpec extends ReactContextBaseJa... method NativeSvgViewModuleSpec (line 29) | public NativeSvgViewModuleSpec(ReactApplicationContext reactContext) { method getName (line 33) | @Override method toDataURL (line 38) | @ReactMethod FILE: apple/Brushes/RNSVGBrushType.h type RNSVGBrushType (line 9) | typedef enum { FILE: apple/Filters/MetalCI/RNSVGArithmeticFilter.h function interface (line 3) | interface RNSVGArithmeticFilter : RNSVGCustomFilter { FILE: apple/Filters/MetalCI/RNSVGCompositeXor.h function interface (line 3) | interface RNSVGCompositeXor : RNSVGCustomFilter { FILE: apple/Filters/MetalCI/RNSVGCustomFilter.h function interface (line 3) | interface RNSVGCustomFilter : CIFilter { FILE: apple/Filters/RNSVGBlendMode.h type SVG_FEBLEND_MODE_UNKNOWN (line 1) | typedef CF_ENUM(int32_t, RNSVGBlendMode) { FILE: apple/Filters/RNSVGColorMatrixType.h type SVG_FECOLORMATRIX_TYPE_UNKNOWN (line 3) | typedef NS_ENUM(NSInteger, RNSVGColorMatrixType) { FILE: apple/Filters/RNSVGCompositeOperator.h type SVG_FECOMPOSITE_OPERATOR_UNKNOWN (line 1) | typedef CF_ENUM(int32_t, RNSVGCompositeOperator) { FILE: apple/Filters/RNSVGEdgeMode.h type SVG_EDGEMODE_UNKNOWN (line 3) | typedef NS_ENUM(NSInteger, RNSVGEdgeMode) { FILE: apple/Text/RNSVGFontData.h function interface (line 8) | interface RNSVGFontData : NSObject { FILE: apple/Text/RNSVGTextProperties.h type RNSVGAlignmentBaselineBaseline (line 6) | typedef NS_ENUM(NSInteger, RNSVGAlignmentBaseline) { type RNSVGAlignmentBaseline (line 39) | enum RNSVGAlignmentBaseline type RNSVGAlignmentBaseline (line 41) | enum RNSVGAlignmentBaseline type RNSVGFontStyle (line 52) | enum RNSVGFontStyle type RNSVGFontStyle (line 54) | enum RNSVGFontStyle type RNSVGFontVariantLigatures (line 64) | enum RNSVGFontVariantLigatures type RNSVGFontVariantLigatures (line 66) | enum RNSVGFontVariantLigatures type RNSVGFontWeightNormal (line 68) | typedef NS_ENUM(NSInteger, RNSVGFontWeight) { type RNSVGFontWeight (line 118) | enum RNSVGFontWeight type RNSVGTextAnchor (line 131) | enum RNSVGTextAnchor type RNSVGTextAnchor (line 133) | enum RNSVGTextAnchor type RNSVGTextDecorationNone (line 135) | typedef NS_ENUM(NSInteger, RNSVGTextDecoration) { type RNSVGTextDecoration (line 147) | enum RNSVGTextDecoration type RNSVGTextDecoration (line 149) | enum RNSVGTextDecoration type RNSVGTextLengthAdjust (line 159) | enum RNSVGTextLengthAdjust type RNSVGTextLengthAdjust (line 161) | enum RNSVGTextLengthAdjust type RNSVGTextPathMethod (line 171) | enum RNSVGTextPathMethod type RNSVGTextPathMethod (line 173) | enum RNSVGTextPathMethod type RNSVGTextPathMidLine (line 183) | enum RNSVGTextPathMidLine type RNSVGTextPathMidLine (line 185) | enum RNSVGTextPathMidLine type RNSVGTextPathSide (line 195) | enum RNSVGTextPathSide type RNSVGTextPathSide (line 197) | enum RNSVGTextPathSide type RNSVGTextPathSpacing (line 207) | enum RNSVGTextPathSpacing type RNSVGTextPathSpacing (line 209) | enum RNSVGTextPathSpacing FILE: apple/Utils/RNSVGCGFCRule.h type kRNSVGCGFCRuleEvenodd (line 10) | typedef CF_ENUM(int32_t, RNSVGCGFCRule) { FILE: apple/Utils/RNSVGFabricConversions.h function id (line 17) | static id RNSVGConvertFollyDynamicToId(const folly::dynamic &dyn) function RNSVGVBMOS (line 246) | static RNSVGVBMOS intToRNSVGVBMOS(int value) FILE: apple/Utils/RNSVGLength.h type SVG_LENGTHTYPE_UNKNOWN (line 7) | typedef CF_ENUM(unsigned short, RNSVGLengthUnitType) { FILE: apple/Utils/RNSVGMarkerPosition.h type RNSVGMarkerType (line 5) | typedef enum RNSVGMarkerType { kStartMarker, kMidMarker, kEndMarker } RN... FILE: apple/Utils/RNSVGMaskType.h type kRNSVGMaskTypeLuminance (line 1) | typedef CF_ENUM(int32_t, RNSVGMaskType) { FILE: apple/Utils/RNSVGUnits.h type kRNSVGUnitsObjectBoundingBox (line 9) | typedef CF_ENUM(int32_t, RNSVGUnits) { FILE: apple/Utils/RNSVGVBMOS.h type kRNSVGVBMOSMeet (line 9) | typedef CF_ENUM(int32_t, RNSVGVBMOS) { FILE: apple/Utils/RNSVGVectorEffect.h type kRNSVGVectorEffectDefault (line 9) | typedef CF_ENUM(int32_t, RNSVGVectorEffect) { FILE: apps/common/example/ListScreen.tsx type ListScreenProps (line 13) | type ListScreenProps = { function ListScreen (line 18) | function ListScreen({navigation, examples}: ListScreenProps) { function ItemSeparator (line 47) | function ItemSeparator() { type ItemProps (line 50) | type ItemProps = { function Item (line 56) | function Item({icon, title, onPress, wasClicked}: ItemProps) { FILE: apps/common/example/e2e/TestingView.tsx function isFabric (line 121) | function isFabric(): boolean { FILE: apps/common/example/examples/Circle.tsx function CircleExample (line 4) | function CircleExample() { function StrokeCircle (line 14) | function StrokeCircle() { function StrokeOpacityCircle (line 30) | function StrokeOpacityCircle() { function PieCircle (line 47) | function PieCircle() { FILE: apps/common/example/examples/Clipping.tsx function ClipPathElement (line 17) | function ClipPathElement() { function ClipRule (line 61) | function ClipRule() { function TextClipping (line 80) | function TextClipping() { FILE: apps/common/example/examples/Ellipse.tsx function EllipseExample (line 4) | function EllipseExample() { function PileEllipses (line 21) | function PileEllipses() { function CombinedEllipses (line 33) | function CombinedEllipses() { FILE: apps/common/example/examples/Empty.tsx function EmptyExample (line 4) | function EmptyExample() { FILE: apps/common/example/examples/FilterImage/FilterPicker.tsx type FilterKeys (line 64) | type FilterKeys = function FilterImagePickerExample (line 74) | function FilterImagePickerExample() { FILE: apps/common/example/examples/Filters/FeBlend.tsx function W3Blend (line 17) | function W3Blend() { function SimpleExample (line 74) | function SimpleExample() { function MDNExample (line 96) | function MDNExample() { FILE: apps/common/example/examples/Filters/FeColorMatrix.tsx function ReferenceExample (line 4) | function ReferenceExample() { function IdentityExample (line 15) | function IdentityExample() { function RgbToGreenExample (line 31) | function RgbToGreenExample() { function SaturateExample (line 52) | function SaturateExample() { function HueRotateExample (line 68) | function HueRotateExample() { function LuminanceToAlphaExample (line 84) | function LuminanceToAlphaExample() { FILE: apps/common/example/examples/Filters/FeComposite.tsx function QuickTestExample (line 20) | function QuickTestExample() { function ReferenceExample (line 40) | function ReferenceExample() { FILE: apps/common/example/examples/Filters/FeDropShadow.tsx function BasicMDN (line 5) | function BasicMDN() { FILE: apps/common/example/examples/Filters/FeFlood.tsx function BasicFlood (line 15) | function BasicFlood() { function TestCase1 (line 34) | function TestCase1() { function TestCase2 (line 60) | function TestCase2() { FILE: apps/common/example/examples/Filters/FeGaussianBlur.tsx function StdDeviation3Example (line 4) | function StdDeviation3Example() { function StdDeviation7Example (line 20) | function StdDeviation7Example() { function StdDeviation150Example (line 35) | function StdDeviation150Example() { function StdDeviation025Example (line 51) | function StdDeviation025Example() { FILE: apps/common/example/examples/Filters/FeMerge.tsx function WithOffsetsExample (line 12) | function WithOffsetsExample() { function WithHueRotateExample (line 38) | function WithHueRotateExample() { FILE: apps/common/example/examples/Filters/FeOffset.tsx function ReferenceExample (line 4) | function ReferenceExample() { FILE: apps/common/example/examples/ForeignObject.tsx function ForeignObjectExample (line 5) | function ForeignObjectExample() { function ForeignObjectWithView (line 39) | function ForeignObjectWithView() { function ForeignObjectWithBigView (line 75) | function ForeignObjectWithBigView() { function ForeignObjectWithFlexView (line 98) | function ForeignObjectWithFlexView() { FILE: apps/common/example/examples/G.tsx function GTransform (line 37) | function GTransform() { FILE: apps/common/example/examples/Gradients.tsx function LinearGradientHorizontal (line 15) | function LinearGradientHorizontal() { function LinearGradientHorizontalBug (line 37) | function LinearGradientHorizontalBug() { function LinearGradientRotated (line 59) | function LinearGradientRotated() { function GradientUnits (line 75) | function GradientUnits() { function LinearGradientPercent (line 129) | function LinearGradientPercent() { function RadialGradientExample (line 150) | function RadialGradientExample() { function RadialGradientPercent (line 175) | function RadialGradientPercent() { function RadialGradientPart (line 197) | function RadialGradientPart() { function FillGradientWithOpacity (line 213) | function FillGradientWithOpacity() { function FillGradientInRect (line 235) | function FillGradientInRect() { FILE: apps/common/example/examples/Image.tsx function ImageExample (line 5) | function ImageExample() { function ClipImage (line 39) | function ClipImage() { function DataURI (line 71) | function DataURI() { FILE: apps/common/example/examples/Line.tsx function LineExample (line 4) | function LineExample() { function LineWithStrokeLinecap (line 13) | function LineWithStrokeLinecap() { FILE: apps/common/example/examples/Markers.tsx function EllipseExample (line 14) | function EllipseExample() { function LineExample (line 49) | function LineExample() { function CircleExample (line 81) | function CircleExample() { function RectExample (line 109) | function RectExample() { function PathExample (line 145) | function PathExample() { FILE: apps/common/example/examples/Mask.tsx function SimpleMask (line 24) | function SimpleMask() { function AnotherMask (line 44) | function AnotherMask() { function MaskWithText (line 83) | function MaskWithText() { FILE: apps/common/example/examples/Path.tsx function PathExample (line 4) | function PathExample() { function UnclosedPath (line 21) | function UnclosedPath() { function BezierCurve (line 35) | function BezierCurve() { FILE: apps/common/example/examples/Polygon.tsx function PolygonExample (line 4) | function PolygonExample() { function FourSidePolygon (line 19) | function FourSidePolygon() { function StarPolygon (line 34) | function StarPolygon() { function EvenOddPolygon (line 50) | function EvenOddPolygon() { FILE: apps/common/example/examples/Polyline.tsx function PolylineExample (line 4) | function PolylineExample() { function StraightLines (line 19) | function StraightLines() { function PolylineFill (line 33) | function PolylineFill() { function PolylineFillStroke (line 47) | function PolylineFillStroke() { FILE: apps/common/example/examples/Reanimated.tsx function ReanimatedRectExample (line 16) | function ReanimatedRectExample() { FILE: apps/common/example/examples/Reanimated.windows.tsx function ReanimatedRectExample (line 4) | function ReanimatedRectExample() { FILE: apps/common/example/examples/Rect.tsx function RectExample (line 5) | function RectExample() { function RectStrokeFill (line 25) | function RectStrokeFill() { function RoundedRect (line 44) | function RoundedRect() { function EllipseRect (line 63) | function EllipseRect() { function RoundOverflowRect (line 82) | function RoundOverflowRect() { FILE: apps/common/example/examples/Reusable.tsx function UseExample (line 17) | function UseExample() { function UseShapes (line 34) | function UseShapes() { function DefsExample (line 63) | function DefsExample() { function SymbolExample (line 108) | function SymbolExample() { FILE: apps/common/example/examples/Stroking.tsx function StrokeExample (line 16) | function StrokeExample() { function StrokeLinecap (line 30) | function StrokeLinecap() { function StrokeDasharray (line 44) | function StrokeDasharray() { function StrokeDashoffset (line 57) | function StrokeDashoffset() { function StrokePattern (line 89) | function StrokePattern() { FILE: apps/common/example/examples/Svg.tsx function SvgExample (line 17) | function SvgExample() { function SvgOpacity (line 42) | function SvgOpacity() { function SvgViewbox (line 67) | function SvgViewbox() { function SvgLayout (line 85) | function SvgLayout() { function SvgNativeMethods (line 120) | function SvgNativeMethods() { FILE: apps/common/example/examples/Text.tsx function TextExample (line 15) | function TextExample() { function TextRotate (line 29) | function TextRotate() { function TextStroke (line 46) | function TextStroke() { function TextFill (line 70) | function TextFill() { function TextPathExample (line 102) | function TextPathExample() { function TSpanExample (line 124) | function TSpanExample() { FILE: apps/common/example/examples/Text.windows.tsx function TextExample (line 13) | function TextExample() { function TextRotate (line 24) | function TextRotate() { function TextStroke (line 41) | function TextStroke() { function TextFill (line 65) | function TextFill() { function TextPathExample (line 97) | function TextPathExample() { function TSpanExample (line 111) | function TSpanExample() { FILE: apps/common/example/examples/TouchEvents.tsx function PressExample (line 14) | function PressExample() { function HoverExample (line 39) | function HoverExample() { function GroupExample (line 70) | function GroupExample() { FILE: apps/common/example/examples/Transforms.tsx function PatternTransformExample (line 32) | function PatternTransformExample() { function GradientTransformExample (line 90) | function GradientTransformExample() { FILE: apps/common/example/index.tsx function App (line 28) | function App() { type ScreenProps (line 70) | type ScreenProps = {navigation: NavigationProp}; FILE: apps/common/example/utils/composeComponent.tsx function composeComponents (line 5) | function composeComponents( function ComponentTitle (line 35) | function ComponentTitle({title}: {title?: string}) { function Separator (line 49) | function Separator() { FILE: apps/common/example/utils/types.ts type ExamplesKey (line 5) | type ExamplesKey = keyof typeof allScreens; type Example (line 7) | interface Example { type Examples (line 13) | type Examples = Record; type NavigationProp (line 15) | type NavigationProp = type RootStackParamList (line 18) | type RootStackParamList = {[P in ExamplesKey]: undefined} & { type Sample (line 25) | type Sample = React.FC & {title: string}; FILE: apps/common/example/utils/usePersistNavigation.ts function noop (line 6) | function noop() {} // do nothing constant PERSISTENCE_KEY (line 9) | const PERSISTENCE_KEY = 'NAVIGATION_STATE_V1'; FILE: apps/common/noNavigationApp.tsx function App (line 41) | function App() { FILE: apps/common/test/PointerEventsBoxNone.tsx function PointerEventsBoxNone (line 35) | function PointerEventsBoxNone() { FILE: apps/common/test/Test1318.tsx function Test (line 5) | function Test() { FILE: apps/common/test/Test1374.tsx function App (line 5) | function App() { FILE: apps/common/test/Test1442.tsx function Test1442 (line 5) | function Test1442() { function TestRNImage (line 9) | function TestRNImage() { function TestWithStrictSize (line 32) | function TestWithStrictSize(): React.JSX.Element { FILE: apps/common/test/Test1790.tsx function Test1790 (line 23) | function Test1790() { FILE: apps/common/test/Test2071.tsx function App (line 5) | function App() { FILE: apps/common/test/Test2080.tsx function App (line 5) | function App() { FILE: apps/common/test/Test2086.tsx function Test2086 (line 5) | function Test2086() { FILE: apps/common/test/Test2142.tsx function App (line 3) | function App() { FILE: apps/common/test/Test2148.tsx function App (line 5) | function App() { FILE: apps/common/test/Test2170.tsx function App (line 38) | function App() { FILE: apps/common/test/Test2196.tsx function App (line 12) | function App() { FILE: apps/common/test/Test2233.tsx function App (line 24) | function App() { FILE: apps/common/test/Test2248.tsx type Props (line 7) | type Props = { FILE: apps/common/test/Test2363.tsx function Test2363 (line 91) | function Test2363() { FILE: apps/common/test/Test2380.tsx function SvgComponent (line 52) | function SvgComponent() { FILE: apps/common/test/Test2397.tsx function App (line 24) | function App() { FILE: apps/common/test/Test2403.tsx constant EASING_IN (line 12) | const EASING_IN: (t: number) => number = Easing.bezier(0.7, 0, 0.3, 1); constant EASING_OUT (line 13) | const EASING_OUT: (t: number) => number = Easing.bezier(0.5, 0, 0.5, 1); function Playground (line 17) | function Playground() { FILE: apps/common/test/Test2417.tsx function App (line 4) | function App() { FILE: apps/common/test/Test2670.tsx function App (line 63) | function App() { FILE: apps/common/test/index.tsx function App (line 40) | function App() { FILE: apps/fabric-windows-example/windows/FabricExample/AutolinkedNativeModules.g.cpp type winrt::Microsoft::ReactNative (line 9) | namespace winrt::Microsoft::ReactNative function RegisterAutolinkedNativeModulePackages (line 12) | void RegisterAutolinkedNativeModulePackages(winrt::Windows::Foundation... FILE: apps/fabric-windows-example/windows/FabricExample/AutolinkedNativeModules.g.h function namespace (line 5) | namespace winrt::Microsoft::ReactNative FILE: apps/fabric-windows-example/windows/FabricExample/FabricExample.cpp type CompReactPackageProvider (line 11) | struct CompReactPackageProvider method CreatePackage (line 14) | void CreatePackage(winrt::Microsoft::ReactNative::IReactPackageBuilder... function ScaleFactor (line 23) | float ScaleFactor(HWND hwnd) noexcept { function UpdateRootViewSizeToAppWindow (line 27) | void UpdateRootViewSizeToAppWindow( function CreateReactNativeHost (line 46) | winrt::Microsoft::ReactNative::ReactNativeHost CreateReactNativeHost( function _Use_decl_annotations_ (line 86) | _Use_decl_annotations_ int CALLBACK WinMain(HINSTANCE instance, HINSTANC... FILE: apps/paper-windows-example/windows/Example/App.cpp type winrt::Example::implementation (line 14) | namespace winrt::Example::implementation FILE: apps/paper-windows-example/windows/Example/App.h function namespace (line 9) | namespace winrt::Example::implementation FILE: apps/paper-windows-example/windows/Example/AutolinkedNativeModules.g.cpp type winrt::Microsoft::ReactNative (line 15) | namespace winrt::Microsoft::ReactNative function RegisterAutolinkedNativeModulePackages (line 18) | void RegisterAutolinkedNativeModulePackages(winrt::Windows::Foundation... FILE: apps/paper-windows-example/windows/Example/AutolinkedNativeModules.g.h function namespace (line 5) | namespace winrt::Microsoft::ReactNative FILE: apps/paper-windows-example/windows/Example/MainPage.cpp type winrt::Example::implementation (line 12) | namespace winrt::Example::implementation FILE: apps/paper-windows-example/windows/Example/MainPage.h function namespace (line 5) | namespace winrt::Example::implementation function namespace (line 13) | namespace winrt::Example::factory_implementation FILE: apps/paper-windows-example/windows/Example/ReactPackageProvider.cpp type winrt::Example::implementation (line 7) | namespace winrt::Example::implementation FILE: apps/paper-windows-example/windows/Example/ReactPackageProvider.h function namespace (line 5) | namespace winrt::Example::implementation FILE: common/cpp/react/renderer/components/rnsvg/RNSVGComponentDescriptors.h function namespace (line 7) | namespace facebook::react { FILE: common/cpp/react/renderer/components/rnsvg/RNSVGConcreteShadowNode.h function namespace (line 8) | namespace facebook::react { FILE: common/cpp/react/renderer/components/rnsvg/RNSVGImageComponentDescriptor.h function namespace (line 16) | namespace facebook { FILE: common/cpp/react/renderer/components/rnsvg/RNSVGImageShadowNode.cpp type facebook (line 15) | namespace facebook { type react (line 16) | namespace react { function ImageSource (line 26) | ImageSource RNSVGImageShadowNode::getImageSource() const { FILE: common/cpp/react/renderer/components/rnsvg/RNSVGImageShadowNode.h function namespace (line 19) | namespace facebook { FILE: common/cpp/react/renderer/components/rnsvg/RNSVGImageState.cpp type facebook (line 10) | namespace facebook { type react (line 11) | namespace react { function ImageSource (line 13) | ImageSource RNSVGImageState::getImageSource() const { function ImageRequest (line 17) | ImageRequest const &RNSVGImageState::getImageRequest() const { FILE: common/cpp/react/renderer/components/rnsvg/RNSVGImageState.h function namespace (line 20) | namespace facebook { FILE: common/cpp/react/renderer/components/rnsvg/RNSVGLayoutableShadowNode.cpp type facebook::react (line 4) | namespace facebook::react { FILE: common/cpp/react/renderer/components/rnsvg/RNSVGLayoutableShadowNode.h function namespace (line 3) | namespace facebook::react { FILE: common/cpp/react/renderer/components/rnsvg/RNSVGShadowNodes.cpp type facebook::react (line 3) | namespace facebook::react { FILE: common/cpp/react/renderer/components/rnsvg/RNSVGShadowNodes.h function namespace (line 10) | namespace facebook::react { FILE: e2e/matchTestCases.ts function verifyComparisons (line 10) | function verifyComparisons( FILE: e2e/readFailedCases.ts function readFileOrCreateIfNotExists (line 7) | function readFileOrCreateIfNotExists(filePath: string): object { type UpdateFailedResults (line 23) | interface UpdateFailedResults { function storeFailedResult (line 31) | function storeFailedResult( FILE: e2e/types.ts type E2EMessage (line 1) | type E2EMessage = HandshakeMessage | RenderRequest | RenderResponse; type HandshakeMessage (line 3) | interface HandshakeMessage { type OS (line 12) | type OS = 'ios' | 'android'; type Arch (line 13) | type Arch = 'paper' | 'fabric'; type HandshakeMessageData (line 14) | interface HandshakeMessageData { type RenderRequest (line 20) | interface RenderRequest { type RenderResponse (line 27) | interface RenderResponse { type FailedResults (line 32) | interface FailedResults { FILE: scripts/codegen-utils.js constant ERROR_PREFIX (line 6) | const ERROR_PREFIX = 'RNSVG'; constant ROOT_DIR (line 7) | const ROOT_DIR = path.resolve(__dirname, '..'); constant ANDROID_DIR (line 8) | const ANDROID_DIR = path.resolve(ROOT_DIR, 'android'); constant GENERATED_DIR (line 9) | const GENERATED_DIR = path.resolve(ANDROID_DIR, 'build/generated'); constant OLD_ARCH_DIR (line 10) | const OLD_ARCH_DIR = path.resolve(ANDROID_DIR, 'src/paper'); constant SPECS_DIR (line 11) | const SPECS_DIR = path.resolve(ROOT_DIR, packageJSON.codegenConfig.jsSrc... constant PACKAGE_NAME (line 12) | const PACKAGE_NAME = packageJSON.codegenConfig.android.javaPackageName; constant RN_DIR (line 13) | const RN_DIR = path.resolve(ROOT_DIR, 'node_modules/react-native'); constant RN_CODEGEN_DIR (line 14) | const RN_CODEGEN_DIR = path.resolve( constant SOURCE_FOLDER (line 19) | const SOURCE_FOLDER = 'java/com/facebook/react/viewmanagers'; constant SOURCE_FOLDER_HORCRUX (line 20) | const SOURCE_FOLDER_HORCRUX = 'java/com/horcrux/svg'; constant SOURCE_FOLDERS (line 22) | const SOURCE_FOLDERS = [ function exec (line 28) | function exec(command) { function fixOldArchJavaForRN72Compat (line 33) | function fixOldArchJavaForRN72Compat(dir) { function generateCodegen (line 61) | async function generateCodegen() { function generateCodegenJavaOldArch (line 75) | async function generateCodegenJavaOldArch() { function compareFileAtTwoPaths (line 109) | function compareFileAtTwoPaths(filename, firstPath, secondPath) { function checkCodegenIntegrity (line 120) | async function checkCodegenIntegrity() { FILE: scripts/metal.js constant ROOT_DIR (line 5) | const ROOT_DIR = path.resolve(__dirname, '..'); constant FILTERS_DIR (line 6) | const FILTERS_DIR = path.resolve(ROOT_DIR, 'apple/Filters/MetalCI'); function exec (line 8) | function exec(command) { function clearGeneratedFiles (line 12) | function clearGeneratedFiles() { function compileMetalFile (line 25) | function compileMetalFile(file, sdk) { function generateMetallib (line 40) | function generateMetallib() { FILE: scripts/rnsvg_utils.rb function rnsvg_try_to_parse_react_native_package_json (line 2) | def rnsvg_try_to_parse_react_native_package_json(node_modules_dir) function rnsvg_find_config (line 10) | def rnsvg_find_config() FILE: src/css/LocalSvg.tsx function getUriFromSource (line 8) | function getUriFromSource(source: ImageSourcePropType) { function loadLocalRawResourceDefault (line 16) | function loadLocalRawResourceDefault(source: ImageSourcePropType) { function isUriAnAndroidResourceIdentifier (line 21) | function isUriAnAndroidResourceIdentifier(uri?: string) { function loadAndroidRawResource (line 25) | async function loadAndroidRawResource(uri: string) { function loadLocalRawResourceAndroid (line 42) | function loadLocalRawResourceAndroid(source: ImageSourcePropType) { type LocalProps (line 56) | type LocalProps = SvgProps & { type LocalState (line 60) | type LocalState = { xml: string | null }; function LocalSvg (line 62) | function LocalSvg(props: LocalProps) { class WithLocalSvg (line 71) | class WithLocalSvg extends Component { method componentDidMount (line 73) | componentDidMount() { method componentDidUpdate (line 77) | componentDidUpdate(prevProps: { asset: ImageSourcePropType }) { method load (line 84) | async load(asset: ImageSourcePropType) { method render (line 92) | render() { FILE: src/css/css.tsx function isTag (line 42) | function isTag(node: XmlAST | string): node is XmlAST { function getParent (line 49) | function getParent(node: XmlAST | string): XmlAST { function getChildren (line 55) | function getChildren(node: XmlAST | string): Array { function getName (line 61) | function getName(elem: XmlAST): string { function getText (line 68) | function getText(_node: XmlAST | string): string { function getAttributeValue (line 75) | function getAttributeValue(elem: XmlAST, name: string): string { function removeSubsets (line 81) | function removeSubsets(nodes: Array): Array { function hasAttrib (line 136) | function hasAttrib(elem: XmlAST, name: string): boolean { function findOne (line 142) | function findOne( function findAll (line 167) | function findAll( type FlatPseudoSelector (line 207) | type FlatPseudoSelector = { type FlatPseudoSelectorList (line 211) | type FlatPseudoSelectorList = FlatPseudoSelector[]; type FlatSelector (line 212) | type FlatSelector = { type FlatSelectorList (line 218) | type FlatSelectorList = FlatSelector[]; function flattenToSelectors (line 226) | function flattenToSelectors(cssAst: CssNode, selectors: FlatSelectorList) { function filterByMqs (line 266) | function filterByMqs(selectors: FlatSelectorList) { function filterByPseudos (line 288) | function filterByPseudos(selectors: FlatSelectorList) { function cleanPseudos (line 309) | function cleanPseudos(selectors: FlatSelectorList) { type Specificity (line 315) | type Specificity = [number, number, number]; function specificity (line 316) | function specificity(selector: Selector): Specificity { function compareSpecificity (line 384) | function compareSpecificity( type Spec (line 398) | type Spec = { function selectorWithSpecificity (line 402) | function selectorWithSpecificity(selector: FlatSelector): Spec { function bySelectorSpecificity (line 416) | function bySelectorSpecificity(a: Spec, b: Spec): number { function pass (line 421) | function pass(arr: Spec[], len: number, chk: number, result: Spec[]) { function exec (line 471) | function exec(arr: Spec[], len: number): Spec[] { function sortSelectors (line 491) | function sortSelectors(selectors: FlatSelectorList) { function CSSStyleDeclaration (line 505) | function CSSStyleDeclaration(ast: XmlAST) { type StyledAST (line 548) | interface StyledAST extends XmlAST { function initStyle (line 552) | function initStyle(selectedEl: XmlAST): StyledAST { function closestElem (line 565) | function closestElem(node: XmlAST, elemName: string) { function extractVariables (line 596) | function extractVariables(stylesheet: CssNode): Map { function resolveVariables (line 614) | function resolveVariables( method enter (line 727) | enter(node: CssNode) { function SvgCss (line 768) | function SvgCss(props: XmlProps) { function SvgCssUri (line 782) | function SvgCssUri(props: UriProps) { class SvgWithCss (line 807) | class SvgWithCss extends Component { method componentDidMount (line 809) | componentDidMount() { method componentDidUpdate (line 813) | componentDidUpdate(prevProps: { xml: string | null }) { method parse (line 820) | parse(xml: string | null) { method render (line 828) | render() { class SvgWithCssUri (line 837) | class SvgWithCssUri extends Component { method componentDidMount (line 839) | componentDidMount() { method componentDidUpdate (line 843) | componentDidUpdate(prevProps: { uri: string | null }) { method fetch (line 850) | async fetch(uri: string | null) { method render (line 859) | render() { FILE: src/deprecated.tsx function showErrorCSS (line 1) | function showErrorCSS(name: string, type: string): never { function SvgCss (line 7) | function SvgCss(): never { function SvgCssUri (line 11) | function SvgCssUri(): never { function SvgWithCss (line 15) | function SvgWithCss(): never { function SvgWithCssUri (line 19) | function SvgWithCssUri(): never { function inlineStyles (line 23) | function inlineStyles(): never { function LocalSvg (line 27) | function LocalSvg(): never { function WithLocalSvg (line 31) | function WithLocalSvg(): never { function loadLocalRawResource (line 35) | function loadLocalRawResource(): never { FILE: src/elements.web.ts class Circle (line 56) | class Circle extends WebShape { class ClipPath (line 60) | class ClipPath extends WebShape { class Defs (line 64) | class Defs extends WebShape { class Ellipse (line 68) | class Ellipse extends WebShape { class FeBlend (line 72) | class FeBlend extends WebShape { class FeColorMatrix (line 76) | class FeColorMatrix extends WebShape { class FeComponentTransfer (line 80) | class FeComponentTransfer extends WebShape< class FeComposite (line 86) | class FeComposite extends WebShape { class FeConvolveMatrix (line 90) | class FeConvolveMatrix extends WebShape< class FeDiffuseLighting (line 96) | class FeDiffuseLighting extends WebShape< class FeDisplacementMap (line 102) | class FeDisplacementMap extends WebShape< class FeDistantLight (line 108) | class FeDistantLight extends WebShape { class FeDropShadow (line 112) | class FeDropShadow extends WebShape { class FeFlood (line 116) | class FeFlood extends WebShape { class FeFuncA (line 120) | class FeFuncA extends WebShape { class FeFuncB (line 124) | class FeFuncB extends WebShape { class FeFuncG (line 128) | class FeFuncG extends WebShape { class FeFuncR (line 132) | class FeFuncR extends WebShape { class FeGaussianBlur (line 136) | class FeGaussianBlur extends WebShape { class FeImage (line 140) | class FeImage extends WebShape { class FeMerge (line 144) | class FeMerge extends WebShape { class FeMergeNode (line 148) | class FeMergeNode extends WebShape { class FeMorphology (line 152) | class FeMorphology extends WebShape { class FeOffset (line 156) | class FeOffset extends WebShape { class FePointLight (line 160) | class FePointLight extends WebShape { class FeSpecularLighting (line 164) | class FeSpecularLighting extends WebShape< class FeSpotLight (line 170) | class FeSpotLight extends WebShape { class FeTile (line 174) | class FeTile extends WebShape { class FeTurbulence (line 178) | class FeTurbulence extends WebShape { class Filter (line 182) | class Filter extends WebShape { class ForeignObject (line 186) | class ForeignObject extends WebShape { class G (line 190) | class G extends WebShape { method prepareProps (line 192) | prepareProps(props: BaseProps & GProps) { class Image (line 203) | class Image extends WebShape { class Line (line 207) | class Line extends WebShape { class LinearGradient (line 211) | class LinearGradient extends WebShape { class Marker (line 215) | class Marker extends WebShape { class Mask (line 219) | class Mask extends WebShape { class Path (line 223) | class Path extends WebShape { class Pattern (line 227) | class Pattern extends WebShape { class Polygon (line 231) | class Polygon extends WebShape { class Polyline (line 235) | class Polyline extends WebShape { class RadialGradient (line 239) | class RadialGradient extends WebShape { class Rect (line 243) | class Rect extends WebShape { class Stop (line 247) | class Stop extends WebShape { class Svg (line 251) | class Svg extends WebShape { method toDataURL (line 253) | toDataURL( class Symbol (line 290) | class Symbol extends WebShape { class TSpan (line 294) | class TSpan extends WebShape { class Text (line 298) | class Text extends WebShape { class TextPath (line 302) | class TextPath extends WebShape { class Use (line 306) | class Use extends WebShape { FILE: src/elements/Circle.tsx type CircleProps (line 8) | interface CircleProps extends CommonPathProps { class Circle (line 15) | class Circle extends Shape { method render (line 24) | render() { FILE: src/elements/ClipPath.tsx type ClipPathProps (line 7) | interface ClipPathProps { class ClipPath (line 12) | class ClipPath extends Shape { method render (line 15) | render() { FILE: src/elements/Defs.tsx class Defs (line 5) | class Defs extends Component { method render (line 8) | render() { FILE: src/elements/Ellipse.tsx type EllipseProps (line 8) | interface EllipseProps extends CommonPathProps { class Ellipse (line 16) | class Ellipse extends Shape { method render (line 26) | render() { FILE: src/elements/ForeignObject.tsx type ForeignObjectProps (line 9) | interface ForeignObjectProps { class ForeignObject (line 17) | class ForeignObject extends G { method render (line 27) | render() { FILE: src/elements/G.tsx type GProps (line 15) | interface GProps extends CommonPathProps, FontProps { class G (line 20) | class G

extends Shape { method render (line 36) | render() { FILE: src/elements/Image.tsx type ImageProps (line 17) | interface ImageProps extends CommonPathProps { class SvgImage (line 29) | class SvgImage extends Shape { method render (line 40) | render() { FILE: src/elements/Line.tsx type LineProps (line 8) | interface LineProps extends CommonPathProps { class Line (line 16) | class Line extends Shape { method render (line 26) | render() { FILE: src/elements/LinearGradient.tsx type LinearGradientProps (line 9) | interface LinearGradientProps { class LinearGradient (line 20) | class LinearGradient extends Shape { method render (line 30) | render() { FILE: src/elements/Marker.tsx type MarkerUnits (line 9) | type MarkerUnits = 'strokeWidth' | 'userSpaceOnUse'; type Orient (line 11) | type Orient = 'auto' | 'auto-start-reverse'; type MarkerProps (line 13) | interface MarkerProps { class Marker (line 26) | class Marker extends Shape { method render (line 38) | render() { FILE: src/elements/Mask.tsx type MaskProps (line 16) | interface MaskProps extends CommonPathProps { class Mask (line 31) | class Mask extends Shape { method render (line 41) | render() { FILE: src/elements/Path.tsx type PathProps (line 8) | interface PathProps extends CommonPathProps { class Path (line 13) | class Path extends Shape { method render (line 16) | render() { FILE: src/elements/Pattern.tsx type PatternProps (line 11) | interface PatternProps extends TransformProps { class Pattern (line 25) | class Pattern extends Shape { method render (line 35) | render() { FILE: src/elements/Polygon.tsx type PolygonProps (line 7) | interface PolygonProps extends CommonPathProps { class Polygon (line 12) | class Polygon extends Shape { method render (line 31) | render() { FILE: src/elements/Polyline.tsx type PolylineProps (line 7) | interface PolylineProps extends CommonPathProps { class Polyline (line 12) | class Polyline extends Shape { method render (line 31) | render() { FILE: src/elements/RadialGradient.tsx type RadialGradientProps (line 9) | interface RadialGradientProps { class RadialGradient (line 23) | class RadialGradient extends Shape { method render (line 32) | render() { FILE: src/elements/Rect.tsx type RectProps (line 8) | interface RectProps extends CommonPathProps { class Rect (line 18) | class Rect extends Shape { method render (line 28) | render() { FILE: src/elements/Shape.tsx type SVGBoundingBoxOptions (line 14) | interface SVGBoundingBoxOptions { type DOMPointInit (line 21) | interface DOMPointInit { type Point (line 28) | interface Point { type SVGPoint (line 33) | interface SVGPoint extends Point { method constructor (line 222) | constructor(point?: Point) { method matrixTransform (line 233) | matrixTransform(matrix: Matrix): SVGPoint { type Rect (line 37) | interface Rect { type SVGRect (line 43) | type SVGRect = Rect; type Matrix (line 45) | interface Matrix { type SVGMatrix (line 54) | interface SVGMatrix extends Matrix { method constructor (line 97) | constructor(matrix?: Matrix) { method multiply (line 116) | multiply(secondMatrix: Matrix): SVGMatrix { method inverse (line 120) | inverse(): SVGMatrix { method translate (line 124) | translate(x: number, y: number): SVGMatrix { method scale (line 130) | scale(scaleFactor: number): SVGMatrix { method scaleNonUniform (line 143) | scaleNonUniform(scaleFactorX: number, scaleFactorY: number): SVGMatrix { method rotate (line 156) | rotate(angle: number): SVGMatrix { method rotateFromVector (line 164) | rotateFromVector(x: number, y: number): SVGMatrix { method flipX (line 173) | flipX(): SVGMatrix { method flipY (line 179) | flipY(): SVGMatrix { method skewX (line 185) | skewX(angle: number): SVGMatrix { method skewY (line 198) | skewY(angle: number): SVGMatrix { function multiplyMatrices (line 68) | function multiplyMatrices(l: Matrix, r: Matrix): Matrix { function invert (line 82) | function invert({ a, b, c, d, e, f }: Matrix): Matrix { class SVGMatrix (line 96) | class SVGMatrix implements SVGMatrix { method constructor (line 97) | constructor(matrix?: Matrix) { method multiply (line 116) | multiply(secondMatrix: Matrix): SVGMatrix { method inverse (line 120) | inverse(): SVGMatrix { method translate (line 124) | translate(x: number, y: number): SVGMatrix { method scale (line 130) | scale(scaleFactor: number): SVGMatrix { method scaleNonUniform (line 143) | scaleNonUniform(scaleFactorX: number, scaleFactorY: number): SVGMatrix { method rotate (line 156) | rotate(angle: number): SVGMatrix { method rotateFromVector (line 164) | rotateFromVector(x: number, y: number): SVGMatrix { method flipX (line 173) | flipX(): SVGMatrix { method flipY (line 179) | flipY(): SVGMatrix { method skewX (line 185) | skewX(angle: number): SVGMatrix { method skewY (line 198) | skewY(angle: number): SVGMatrix { function matrixTransform (line 212) | function matrixTransform(matrix: Matrix, point: Point): Point { class SVGPoint (line 221) | class SVGPoint implements SVGPoint { method constructor (line 222) | constructor(point?: Point) { method matrixTransform (line 233) | matrixTransform(matrix: Matrix): SVGPoint { method createSVGPoint (line 239) | createSVGPoint(): SVGPoint { method createSVGMatrix (line 242) | createSVGMatrix(): SVGMatrix { class Shape (line 247) | class Shape

extends Component

{ method constructor (line 250) | constructor(props: Readonly

| P) { method getNativeScrollRef (line 262) | getNativeScrollRef(): (Shape

& NativeMethods) | null { FILE: src/elements/Stop.tsx type StopProps (line 5) | interface StopProps { class Stop (line 12) | class Stop extends Component { method render (line 22) | render() { FILE: src/elements/Svg.tsx type SvgProps (line 39) | interface SvgProps extends GProps, ViewProps, HitSlop { class Svg (line 48) | class Svg extends Shape { method render (line 95) | render() { FILE: src/elements/Symbol.tsx type SymbolProps (line 9) | interface SymbolProps { class Symbol (line 17) | class Symbol extends Shape { method render (line 20) | render() { FILE: src/elements/TSpan.tsx type TSpanProps (line 18) | interface TSpanProps extends CommonPathProps, FontProps { class TSpan (line 28) | class TSpan extends Shape { method render (line 46) | render() { FILE: src/elements/Text.tsx type TextProps (line 17) | interface TextProps extends TextSpecificProps { class Text (line 28) | class Text extends Shape { method render (line 46) | render() { FILE: src/elements/TextPath.tsx type TextPathProps (line 21) | interface TextPathProps extends TextSpecificProps { class TextPath (line 32) | class TextPath extends Shape { method render (line 49) | render() { FILE: src/elements/Use.tsx type UseProps (line 10) | interface UseProps extends CommonPathProps { class Use (line 21) | class Use extends Shape { method render (line 31) | render() { FILE: src/elements/filters/FeBlend.tsx type BlendMode (line 11) | type BlendMode = 'normal' | 'multiply' | 'screen' | 'darken' | 'lighten'; type FeBlendProps (line 13) | interface FeBlendProps { class FeBlend (line 19) | class FeBlend extends FilterPrimitive { method render (line 27) | render() { FILE: src/elements/filters/FeColorMatrix.tsx type FeColorMatrixProps (line 12) | type FeColorMatrixProps = { class FeColorMatrix (line 18) | class FeColorMatrix extends FilterPrimitive { method render (line 27) | render() { FILE: src/elements/filters/FeComponentTransfer.tsx type FeComponentTransferProps (line 5) | interface FeComponentTransferProps { class FeComponentTransfer (line 10) | class FeComponentTransfer extends FilterPrimitive { method render (line 40) | render() { FILE: src/elements/filters/FeConvolveMatrix.tsx type FeConvolveMatrixProps (line 6) | interface FeConvolveMatrixProps { class FeConvolveMatrix (line 19) | class FeConvolveMatrix extends FilterPrimitive { method render (line 26) | render() { FILE: src/elements/filters/FeDiffuseLighting.tsx type FeDiffuseLightingProps (line 5) | interface FeDiffuseLightingProps { class FeDiffuseLighting (line 12) | class FeDiffuseLighting extends FilterPrimitive { method render (line 19) | render() { FILE: src/elements/filters/FeDisplacementMap.tsx type FeDisplacementMapProps (line 6) | interface FeDisplacementMapProps { class FeDisplacementMap (line 14) | class FeDisplacementMap extends FilterPrimitive { method render (line 21) | render() { FILE: src/elements/filters/FeDistantLight.tsx type FeDistantLightProps (line 5) | interface FeDistantLightProps { class FeDistantLight (line 10) | class FeDistantLight extends Component { method render (line 15) | render() { FILE: src/elements/filters/FeDropShadow.tsx type FeDropShadowProps (line 12) | interface FeDropShadowProps { class FeDropShadow (line 21) | class FeDropShadow extends FilterPrimitive { method render (line 28) | render() { FILE: src/elements/filters/FeFlood.tsx type FeFloodProps (line 8) | interface FeFloodProps { class FeFlood (line 14) | class FeFlood extends FilterPrimitive { method render (line 23) | render() { FILE: src/elements/filters/FeGaussianBlur.tsx type FeGaussianBlurProps (line 12) | interface FeGaussianBlurProps { class FeGaussianBlur (line 21) | class FeGaussianBlur extends FilterPrimitive { method render (line 30) | render() { FILE: src/elements/filters/FeImage.tsx type FeImageProps (line 4) | interface FeImageProps { class FeImage (line 10) | class FeImage extends FilterPrimitive { method render (line 17) | render() { FILE: src/elements/filters/FeMerge.tsx type FeMergeProps (line 7) | interface FeMergeProps { class FeMerge (line 11) | class FeMerge extends FilterPrimitive { method render (line 18) | render() { FILE: src/elements/filters/FeMergeNode.tsx type FeMergeNodeProps (line 4) | interface FeMergeNodeProps { class FeMergeNode (line 9) | class FeMergeNode extends FilterPrimitive { method render (line 20) | render() { FILE: src/elements/filters/FeMorphology.tsx type FeMorphologyProps (line 5) | interface FeMorphologyProps { class FeMorphology (line 11) | class FeMorphology extends FilterPrimitive { method render (line 18) | render() { FILE: src/elements/filters/FeOffset.tsx type FeOffsetProps (line 8) | interface FeOffsetProps { class FeOffset (line 14) | class FeOffset extends FilterPrimitive { method render (line 23) | render() { FILE: src/elements/filters/FePointLight.tsx type FePointLightProps (line 5) | interface FePointLightProps { class FePointLight (line 11) | class FePointLight extends Component { method render (line 16) | render() { FILE: src/elements/filters/FeSpecularLighting.tsx type FeSpecularLightingProps (line 5) | interface FeSpecularLightingProps { class FeSpecularLighting (line 13) | class FeSpecularLighting extends FilterPrimitive { method render (line 20) | render() { FILE: src/elements/filters/FeSpotLight.tsx type FeSpotLightProps (line 5) | interface FeSpotLightProps { class FeSpotLight (line 16) | class FeSpotLight extends Component { method render (line 21) | render() { FILE: src/elements/filters/FeTile.tsx type FeTileProps (line 4) | interface FeTileProps { class FeTile (line 8) | class FeTile extends FilterPrimitive { method render (line 15) | render() { FILE: src/elements/filters/FeTurbulence.tsx type FeTurbulenceProps (line 5) | interface FeTurbulenceProps { class FeTurbulence (line 13) | class FeTurbulence extends FilterPrimitive { method render (line 20) | render() { FILE: src/elements/filters/Filter.tsx type FilterProps (line 7) | interface FilterProps { class Filter (line 18) | class Filter extends Shape { method render (line 30) | render() { FILE: src/elements/filters/FilterPrimitive.tsx type FilterPrimitiveCommonProps (line 5) | interface FilterPrimitiveCommonProps { class FilterPrimitive (line 13) | class FilterPrimitive

extends Component< FILE: src/elements/filters/types.ts type EdgeMode (line 1) | type EdgeMode = 'duplicate' | 'wrap' | 'none'; type ChannelSelector (line 2) | type ChannelSelector = 'R' | 'G' | 'B' | 'A'; FILE: src/fabric/AndroidSvgViewNativeComponent.ts type NativeBackgroundProp (line 13) | type NativeBackgroundProp = Readonly<{ type HitSlop (line 20) | type HitSlop = Readonly<{ type NativeProps (line 27) | interface NativeProps extends ViewProps { FILE: src/fabric/CircleNativeComponent.ts type SvgNodeCommonProps (line 14) | interface SvgNodeCommonProps { type ColorStruct (line 29) | type ColorStruct = Readonly<{ type OnSvgLayoutEvent (line 35) | type OnSvgLayoutEvent = Readonly<{ type SvgRenderableCommonProps (line 44) | interface SvgRenderableCommonProps { type NativeProps (line 62) | interface NativeProps FILE: src/fabric/ClipPathNativeComponent.ts type SvgNodeCommonProps (line 14) | interface SvgNodeCommonProps { type ColorStruct (line 29) | type ColorStruct = Readonly<{ type OnSvgLayoutEvent (line 35) | type OnSvgLayoutEvent = Readonly<{ type SvgRenderableCommonProps (line 44) | interface SvgRenderableCommonProps { type SvgGroupCommonProps (line 62) | interface SvgGroupCommonProps { type NativeProps (line 68) | interface NativeProps FILE: src/fabric/DefsNativeComponent.ts type SvgNodeCommonProps (line 9) | interface SvgNodeCommonProps { type NativeProps (line 24) | interface NativeProps extends ViewProps, SvgNodeCommonProps {} FILE: src/fabric/EllipseNativeComponent.ts type SvgNodeCommonProps (line 14) | interface SvgNodeCommonProps { type ColorStruct (line 29) | type ColorStruct = Readonly<{ type OnSvgLayoutEvent (line 35) | type OnSvgLayoutEvent = Readonly<{ type SvgRenderableCommonProps (line 44) | interface SvgRenderableCommonProps { type NativeProps (line 62) | interface NativeProps FILE: src/fabric/FeBlendNativeComponent.ts type FilterPrimitiveCommonProps (line 7) | interface FilterPrimitiveCommonProps { type BlendMode (line 15) | type BlendMode = type NativeProps (line 23) | interface NativeProps extends ViewProps, FilterPrimitiveCommonProps { FILE: src/fabric/FeColorMatrixNativeComponent.ts type ColorMatrixType (line 8) | type ColorMatrixType = 'matrix' | 'saturate' | 'hueRotate' | 'luminanceT... type FilterPrimitiveCommonProps (line 10) | interface FilterPrimitiveCommonProps { type NativeProps (line 18) | interface NativeProps extends ViewProps, FilterPrimitiveCommonProps { FILE: src/fabric/FeCompositeNativeComponent.ts type FeCompositeOperator (line 8) | type FeCompositeOperator = type FilterPrimitiveCommonProps (line 16) | interface FilterPrimitiveCommonProps { type NativeProps (line 24) | interface NativeProps extends ViewProps, FilterPrimitiveCommonProps { FILE: src/fabric/FeFloodNativeComponent.ts type FilterPrimitiveCommonProps (line 12) | interface FilterPrimitiveCommonProps { type ColorStruct (line 20) | type ColorStruct = Readonly<{ type NativeProps (line 26) | interface NativeProps extends ViewProps, FilterPrimitiveCommonProps { FILE: src/fabric/FeGaussianBlurNativeComponent.ts type FilterEdgeMode (line 8) | type FilterEdgeMode = 'duplicate' | 'wrap' | 'none'; type FilterPrimitiveCommonProps (line 10) | interface FilterPrimitiveCommonProps { type NativeProps (line 18) | interface NativeProps extends ViewProps, FilterPrimitiveCommonProps { FILE: src/fabric/FeMergeNativeComponent.ts type FilterPrimitiveCommonProps (line 7) | interface FilterPrimitiveCommonProps { type NativeProps (line 15) | interface NativeProps extends ViewProps, FilterPrimitiveCommonProps { FILE: src/fabric/FeOffsetNativeComponent.ts type FilterPrimitiveCommonProps (line 7) | interface FilterPrimitiveCommonProps { type NativeProps (line 15) | interface NativeProps extends ViewProps, FilterPrimitiveCommonProps { FILE: src/fabric/FilterNativeComponent.ts type Units (line 7) | type Units = 'userSpaceOnUse' | 'objectBoundingBox'; type NativeProps (line 9) | interface NativeProps extends ViewProps { FILE: src/fabric/ForeignObjectNativeComponent.ts type SvgNodeCommonProps (line 14) | interface SvgNodeCommonProps { type ColorStruct (line 29) | type ColorStruct = Readonly<{ type OnSvgLayoutEvent (line 35) | type OnSvgLayoutEvent = Readonly<{ type SvgRenderableCommonProps (line 43) | interface SvgRenderableCommonProps { type SvgGroupCommonProps (line 61) | interface SvgGroupCommonProps { type NativeProps (line 67) | interface NativeProps FILE: src/fabric/GroupNativeComponent.ts type SvgNodeCommonProps (line 14) | interface SvgNodeCommonProps { type ColorStruct (line 29) | type ColorStruct = Readonly<{ type OnSvgLayoutEvent (line 35) | type OnSvgLayoutEvent = Readonly<{ type SvgRenderableCommonProps (line 44) | interface SvgRenderableCommonProps { type SvgGroupCommonProps (line 62) | interface SvgGroupCommonProps { type NativeProps (line 68) | interface NativeProps FILE: src/fabric/IOSSvgViewNativeComponent.ts type HitSlop (line 9) | type HitSlop = Readonly<{ type NativeProps (line 16) | interface NativeProps extends ViewProps { FILE: src/fabric/ImageNativeComponent.ts type ImageLoadEventData (line 18) | type ImageLoadEventData = { type SvgNodeCommonProps (line 26) | interface SvgNodeCommonProps { type ColorStruct (line 41) | type ColorStruct = Readonly<{ type OnSvgLayoutEvent (line 47) | type OnSvgLayoutEvent = Readonly<{ type SvgRenderableCommonProps (line 56) | interface SvgRenderableCommonProps { type NativeProps (line 74) | interface NativeProps FILE: src/fabric/LineNativeComponent.ts type SvgNodeCommonProps (line 14) | interface SvgNodeCommonProps { type ColorStruct (line 29) | type ColorStruct = Readonly<{ type OnSvgLayoutEvent (line 35) | type OnSvgLayoutEvent = Readonly<{ type SvgRenderableCommonProps (line 44) | interface SvgRenderableCommonProps { type NativeProps (line 62) | interface NativeProps FILE: src/fabric/LinearGradientNativeComponent.ts type SvgNodeCommonProps (line 12) | interface SvgNodeCommonProps { type NativeProps (line 27) | interface NativeProps extends ViewProps, SvgNodeCommonProps { FILE: src/fabric/MarkerNativeComponent.ts type SvgNodeCommonProps (line 13) | interface SvgNodeCommonProps { type ColorStruct (line 28) | type ColorStruct = Readonly<{ type SvgRenderableCommonProps (line 34) | interface SvgRenderableCommonProps { type SvgGroupCommonProps (line 52) | interface SvgGroupCommonProps { type NativeProps (line 58) | interface NativeProps FILE: src/fabric/MaskNativeComponent.ts type SvgNodeCommonProps (line 14) | interface SvgNodeCommonProps { type ColorStruct (line 29) | type ColorStruct = Readonly<{ type OnSvgLayoutEvent (line 35) | type OnSvgLayoutEvent = Readonly<{ type SvgRenderableCommonProps (line 44) | interface SvgRenderableCommonProps { type SvgGroupCommonProps (line 62) | interface SvgGroupCommonProps { type NativeProps (line 68) | interface NativeProps FILE: src/fabric/NativeSvgRenderableModule.ts type Rect (line 7) | type Rect = { type Matrix (line 14) | type Matrix = { type Point (line 23) | type Point = { type Spec (line 28) | interface Spec extends TurboModule { FILE: src/fabric/NativeSvgViewModule.ts type Spec (line 7) | interface Spec extends TurboModule { FILE: src/fabric/PathNativeComponent.ts type SvgNodeCommonProps (line 14) | interface SvgNodeCommonProps { type ColorStruct (line 29) | type ColorStruct = Readonly<{ type OnSvgLayoutEvent (line 35) | type OnSvgLayoutEvent = Readonly<{ type SvgRenderableCommonProps (line 43) | interface SvgRenderableCommonProps { type NativeProps (line 61) | interface NativeProps FILE: src/fabric/PatternNativeComponent.ts type SvgNodeCommonProps (line 13) | interface SvgNodeCommonProps { type ColorStruct (line 28) | type ColorStruct = Readonly<{ type SvgRenderableCommonProps (line 34) | interface SvgRenderableCommonProps { type SvgGroupCommonProps (line 52) | interface SvgGroupCommonProps { type NativeProps (line 58) | interface NativeProps FILE: src/fabric/RadialGradientNativeComponent.ts type SvgNodeCommonProps (line 12) | interface SvgNodeCommonProps { type NativeProps (line 27) | interface NativeProps extends ViewProps, SvgNodeCommonProps { FILE: src/fabric/RectNativeComponent.ts type SvgNodeCommonProps (line 14) | interface SvgNodeCommonProps { type ColorStruct (line 29) | type ColorStruct = Readonly<{ type OnSvgLayoutEvent (line 35) | type OnSvgLayoutEvent = Readonly<{ type SvgRenderableCommonProps (line 44) | interface SvgRenderableCommonProps { type NativeProps (line 62) | interface NativeProps FILE: src/fabric/SymbolNativeComponent.ts type SvgNodeCommonProps (line 13) | interface SvgNodeCommonProps { type ColorStruct (line 28) | type ColorStruct = Readonly<{ type SvgRenderableCommonProps (line 34) | interface SvgRenderableCommonProps { type SvgGroupCommonProps (line 52) | interface SvgGroupCommonProps { type NativeProps (line 58) | interface NativeProps FILE: src/fabric/TSpanNativeComponent.ts type SvgNodeCommonProps (line 14) | interface SvgNodeCommonProps { type ColorStruct (line 29) | type ColorStruct = Readonly<{ type OnSvgLayoutEvent (line 35) | type OnSvgLayoutEvent = Readonly<{ type SvgRenderableCommonProps (line 44) | interface SvgRenderableCommonProps { type SvgGroupCommonProps (line 62) | interface SvgGroupCommonProps { type SvgTextCommonProps (line 68) | interface SvgTextCommonProps { type NativeProps (line 82) | interface NativeProps FILE: src/fabric/TextNativeComponent.ts type SvgNodeCommonProps (line 14) | interface SvgNodeCommonProps { type ColorStruct (line 29) | type ColorStruct = Readonly<{ type OnSvgLayoutEvent (line 35) | type OnSvgLayoutEvent = Readonly<{ type SvgRenderableCommonProps (line 44) | interface SvgRenderableCommonProps { type SvgGroupCommonProps (line 62) | interface SvgGroupCommonProps { type SvgTextCommonProps (line 68) | interface SvgTextCommonProps { type NativeProps (line 82) | interface NativeProps FILE: src/fabric/TextPathNativeComponent.ts type SvgNodeCommonProps (line 14) | interface SvgNodeCommonProps { type ColorStruct (line 29) | type ColorStruct = Readonly<{ type OnSvgLayoutEvent (line 35) | type OnSvgLayoutEvent = Readonly<{ type SvgRenderableCommonProps (line 44) | interface SvgRenderableCommonProps { type SvgGroupCommonProps (line 62) | interface SvgGroupCommonProps { type SvgTextCommonProps (line 68) | interface SvgTextCommonProps { type NativeProps (line 81) | interface NativeProps FILE: src/fabric/UseNativeComponent.ts type SvgNodeCommonProps (line 14) | interface SvgNodeCommonProps { type ColorStruct (line 29) | type ColorStruct = Readonly<{ type OnSvgLayoutEvent (line 35) | type OnSvgLayoutEvent = Readonly<{ type SvgRenderableCommonProps (line 44) | interface SvgRenderableCommonProps { type NativeProps (line 62) | interface NativeProps FILE: src/fabric/codegenUtils.ts type UnsafeMixed (line 4) | type UnsafeMixed = T; type OptionalProp (line 8) | type OptionalProp = UnsafeMixed; FILE: src/fabric/utils.ts type ViewProps (line 3) | type ViewProps = Omit; FILE: src/filter-image/FilterImage.tsx type FilterImageProps (line 21) | interface FilterImageProps extends ImageProps { FILE: src/filter-image/extract/extractFiltersString.js function buildDropShadow (line 9) | function buildDropShadow(offsetX, offsetY, blurRadius, color) { function peg$subclass (line 46) | function peg$subclass(child, parent) { function peg$SyntaxError (line 52) | function peg$SyntaxError(message, expected, found, location) { function peg$padEnd (line 67) | function peg$padEnd(str, targetLength, padString) { function hex (line 138) | function hex(ch) { function literalEscape (line 142) | function literalEscape(s) { function classEscape (line 154) | function classEscape(s) { function describeExpectation (line 168) | function describeExpectation(expectation) { function describeExpected (line 172) | function describeExpected(expected) { function describeFound (line 202) | function describeFound(found) { function peg$parse (line 209) | function peg$parse(input, options) { FILE: src/filter-image/types.ts type FilterElement (line 8) | type FilterElement = ( type Filters (line 15) | type Filters = Array; FILE: src/lib/Matrix2D.ts constant DEG_TO_RAD (line 5) | const DEG_TO_RAD = Math.PI / 180; function reset (line 35) | function reset() { function toArray (line 49) | function toArray(): [number, number, number, number, number, number] { function append (line 67) | function append( function appendTransform (line 125) | function appendTransform( FILE: src/lib/SvgTouchableMixin.ts constant PRESS_RETENTION_OFFSET (line 3) | const PRESS_RETENTION_OFFSET = { top: 20, left: 20, right: 20, bottom: 3... method touchableHandleStartShouldSetResponder (line 19) | touchableHandleStartShouldSetResponder(e: GestureResponderEvent) { method touchableHandleResponderTerminationRequest (line 28) | touchableHandleResponderTerminationRequest(e: GestureResponderEvent) { method touchableHandleResponderGrant (line 37) | touchableHandleResponderGrant(e: GestureResponderEvent) { method touchableHandleResponderMove (line 46) | touchableHandleResponderMove(e: GestureResponderEvent) { method touchableHandleResponderRelease (line 55) | touchableHandleResponderRelease(e: GestureResponderEvent) { method touchableHandleResponderTerminate (line 64) | touchableHandleResponderTerminate(e: GestureResponderEvent) { method touchableHandlePress (line 73) | touchableHandlePress(e: GestureResponderEvent) { method touchableHandleActivePressIn (line 78) | touchableHandleActivePressIn(e: GestureResponderEvent) { method touchableHandleActivePressOut (line 83) | touchableHandleActivePressOut(e: GestureResponderEvent) { method touchableHandleLongPress (line 88) | touchableHandleLongPress(e: GestureResponderEvent) { method touchableGetPressRectOffset (line 93) | touchableGetPressRectOffset() { method touchableGetHitSlop (line 98) | touchableGetHitSlop() { method touchableGetHighlightDelayMS (line 103) | touchableGetHighlightDelayMS() { method touchableGetLongPressDelayMS (line 108) | touchableGetLongPressDelayMS() { method touchableGetPressOutDelayMS (line 113) | touchableGetPressOutDelayMS() { FILE: src/lib/extract/extractBrush.ts function extractBrush (line 11) | function extractBrush(color: ColorValue) { FILE: src/lib/extract/extractFill.ts function extractFill (line 13) | function extractFill( FILE: src/lib/extract/extractFilter.ts type FilterPrimitiveCommonProps (line 21) | interface FilterPrimitiveCommonProps { function extractFeFlood (line 113) | function extractFeFlood( FILE: src/lib/extract/extractGradient.ts function percentToFloat (line 13) | function percentToFloat( function extractGradient (line 42) | function extractGradient( FILE: src/lib/extract/extractLengthList.ts function extractLengthList (line 6) | function extractLengthList( FILE: src/lib/extract/extractOpacity.ts function extractOpacity (line 3) | function extractOpacity(opacity: NumberProp | void) { FILE: src/lib/extract/extractPolyPoints.ts function extractPolyPoints (line 3) | function extractPolyPoints( FILE: src/lib/extract/extractProps.ts function propsAndStyles (line 23) | function propsAndStyles(props: object & { style?: [] | unknown }) { function getMarker (line 33) | function getMarker(marker?: string) { function extractProps (line 41) | function extractProps( function extract (line 187) | function extract( function withoutXY (line 194) | function withoutXY( FILE: src/lib/extract/extractProps.windows.ts function propsAndStyles (line 23) | function propsAndStyles(props: object & { style?: [] | unknown }) { function getMarker (line 33) | function getMarker(marker?: string) { function extractProps (line 41) | function extractProps( function extract (line 152) | function extract( function withoutXY (line 159) | function withoutXY( FILE: src/lib/extract/extractResponder.ts function extractResponder (line 11) | function extractResponder( FILE: src/lib/extract/extractStroke.ts function extractStroke (line 27) | function extractStroke( FILE: src/lib/extract/extractText.tsx function extractSingleFontFamily (line 23) | function extractSingleFontFamily(fontFamilyString?: string) { function parseFontString (line 35) | function parseFontString(font: string) { type fontProps (line 55) | interface fontProps { function extractFont (line 73) | function extractFont(props: fontProps) { function setTSpan (line 116) | function setTSpan(TSpanImplementation: ComponentType) { type TextChild (line 120) | type TextChild = function getChild (line 124) | function getChild(child: TextChild) { type TextProps (line 132) | type TextProps = { function extractText (line 145) | function extractText(props: TextProps, container: boolean) { FILE: src/lib/extract/extractTransform.ts type TransformsStyleArray (line 12) | type TransformsStyleArray = Exclude< function appendTransformProps (line 17) | function appendTransformProps(props: TransformedProps) { function universal2axis (line 33) | function universal2axis( function props2transform (line 73) | function props2transform( function transformToMatrix (line 143) | function transformToMatrix( function extractTransform (line 191) | function extractTransform( function extractTransformSvgView (line 215) | function extractTransformSvgView( function stringifyTransformArrayProps (line 233) | function stringifyTransformArrayProps( FILE: src/lib/extract/extractViewBox.ts function extractViewBox (line 29) | function extractViewBox(props: { FILE: src/lib/extract/transform.js function peg$subclass (line 9) | function peg$subclass(child, parent) { function peg$SyntaxError (line 15) | function peg$SyntaxError(message, expected, found, location) { function hex (line 61) | function hex(ch) { function literalEscape (line 65) | function literalEscape(s) { function classEscape (line 77) | function classEscape(s) { function describeExpectation (line 91) | function describeExpectation(expectation) { function describeExpected (line 95) | function describeExpected(expected) { function describeFound (line 129) | function describeFound(found) { function peg$parse (line 136) | function peg$parse(input, options) { FILE: src/lib/extract/transformToRn.js function peg$subclass (line 7) | function peg$subclass(child, parent) { function peg$SyntaxError (line 15) | function peg$SyntaxError(message, expected, found, location) { function peg$padEnd (line 30) | function peg$padEnd(str, targetLength, padString) { function hex (line 116) | function hex(ch) { function literalEscape (line 120) | function literalEscape(s) { function classEscape (line 136) | function classEscape(s) { function describeExpectation (line 154) | function describeExpectation(expectation) { function describeExpected (line 158) | function describeExpected(expected) { function describeFound (line 190) | function describeFound(found) { function peg$parse (line 203) | function peg$parse(input, options) { FILE: src/lib/extract/types.ts type NumberProp (line 15) | type NumberProp = string | number; type NumberArray (line 16) | type NumberArray = NumberProp[] | NumberProp; type BooleanProp (line 17) | type BooleanProp = boolean | 'true' | 'false'; type FillRule (line 19) | type FillRule = 'evenodd' | 'nonzero'; type Units (line 20) | type Units = 'userSpaceOnUse' | 'objectBoundingBox'; type TextAnchor (line 22) | type TextAnchor = 'start' | 'middle' | 'end'; type FontStyle (line 23) | type FontStyle = 'normal' | 'italic' | 'oblique'; type FontVariant (line 24) | type FontVariant = 'normal' | 'small-caps'; type FontWeight (line 25) | type FontWeight = type FontStretch (line 40) | type FontStretch = type TextDecoration (line 52) | type TextDecoration = type FontVariantLigatures (line 58) | type FontVariantLigatures = 'normal' | 'none'; type AlignmentBaseline (line 59) | type AlignmentBaseline = type BaselineShift (line 76) | type BaselineShift = type LengthAdjust (line 82) | type LengthAdjust = 'spacing' | 'spacingAndGlyphs'; type TextPathMethod (line 84) | type TextPathMethod = 'align' | 'stretch'; type TextPathSpacing (line 85) | type TextPathSpacing = 'auto' | 'exact'; type TextPathMidLine (line 86) | type TextPathMidLine = 'sharp' | 'smooth'; type Linecap (line 88) | type Linecap = 'butt' | 'square' | 'round'; type Linejoin (line 89) | type Linejoin = 'miter' | 'bevel' | 'round'; type FilterEdgeMode (line 91) | type FilterEdgeMode = 'duplicate' | 'wrap' | 'none'; type FilterColorMatrixType (line 92) | type FilterColorMatrixType = type TouchableProps (line 98) | interface TouchableProps { type ResponderProps (line 109) | interface ResponderProps extends GestureResponderHandlers { type FillProps (line 113) | interface FillProps { type ColorProps (line 119) | interface ColorProps { type ClipProps (line 123) | interface ClipProps { type VectorEffectProps (line 128) | interface VectorEffectProps { type DefinitionProps (line 138) | interface DefinitionProps { type StrokeProps (line 142) | interface StrokeProps { type VectorEffect (line 154) | type VectorEffect = type FontObject (line 162) | interface FontObject { type FontProps (line 179) | interface FontProps extends FontObject { type ColumnMajorTransformMatrix (line 198) | type ColumnMajorTransformMatrix = [ type TransformProps (line 207) | interface TransformProps { type TransformedProps (line 277) | interface TransformedProps { type MaskType (line 289) | type MaskType = 'alpha' | 'luminance'; type CommonMaskProps (line 291) | interface CommonMaskProps { type CommonFilterProps (line 295) | interface CommonFilterProps { type CommonMarkerProps (line 299) | interface CommonMarkerProps { type OnSvgLayoutEvent (line 306) | type OnSvgLayoutEvent = Readonly<{ type NativeProps (line 315) | interface NativeProps { type AccessibilityProps (line 319) | interface AccessibilityProps { type CommonPathProps (line 326) | interface CommonPathProps type HitSlop (line 342) | interface HitSlop { type ResponderInstanceProps (line 346) | type ResponderInstanceProps = { type extractedProps (line 359) | type extractedProps = { type TextSpecificProps (line 379) | interface TextSpecificProps extends CommonPathProps, FontProps { FILE: src/lib/resolve.ts function resolve (line 4) | function resolve( FILE: src/lib/resolveAssetUri.ts type PackagerAsset (line 9) | type PackagerAsset = { function resolveAssetUri (line 24) | function resolveAssetUri( FILE: src/lib/util.ts function pickNotNil (line 3) | function pickNotNil(object: { [prop: string]: unknown }) { FILE: src/lib/utils/convertPercentageColor.ts constant RGB_RGBA_PATTERN (line 3) | const RGB_RGBA_PATTERN = function parsePercentageRGBColor (line 12) | function parsePercentageRGBColor(color: string): string { FILE: src/utils/fetchData.ts function fetchText (line 3) | async function fetchText(uri?: string): Promise { function dataUriToXml (line 24) | function dataUriToXml(uri: string): string | null { function fetchUriData (line 33) | async function fetchUriData(uri: string) { FILE: src/web/WebShape.ts class WebShape (line 15) | class WebShape< method prepareProps (line 20) | protected prepareProps(props: P) { method setNativeProps (line 32) | setNativeProps(props: { style: P }) { method constructor (line 99) | constructor(props: P) { method render (line 110) | render(): JSX.Element { FILE: src/web/types.ts type BlurEvent (line 8) | type BlurEvent = object; type FocusEvent (line 9) | type FocusEvent = object; type PressEvent (line 10) | type PressEvent = object; type LayoutEvent (line 11) | type LayoutEvent = object; type EdgeInsetsProp (line 12) | type EdgeInsetsProp = object; type BaseProps (line 14) | interface BaseProps { FILE: src/web/utils/convertInt32Color.ts function convertInt32ColorToRGBA (line 1) | function convertInt32ColorToRGBA(color: number) { FILE: src/web/utils/hasProperty.ts function hasTouchableProperty (line 3) | function hasTouchableProperty(props: BaseProps): boolean { FILE: src/web/utils/index.ts function remeasure (line 40) | function remeasure(this: any) { function encodeSvg (line 49) | function encodeSvg(svgString: string) { constant KEEP_CAMEL_CASE (line 67) | const KEEP_CAMEL_CASE = new Set([ FILE: src/web/utils/parseTransform.ts function parseTransformProp (line 8) | function parseTransformProp( function stringifyTransformProps (line 33) | function stringifyTransformProps(transformProps: TransformProps) { FILE: src/xml.tsx function missingTag (line 8) | function missingTag() { type Tag (line 12) | type Tag = ComponentType>; type AST (line 13) | interface AST { type XmlAST (line 26) | interface XmlAST extends AST { type JsxAST (line 31) | interface JsxAST extends AST { type AdditionalProps (line 35) | type AdditionalProps = { type UriProps (line 42) | type UriProps = SvgProps & { uri: string | null } & AdditionalProps; type UriState (line 43) | type UriState = { xml: string | null }; type XmlProps (line 45) | type XmlProps = SvgProps & { xml: string | null } & AdditionalProps; type XmlState (line 46) | type XmlState = { ast: JsxAST | null }; type AstProps (line 48) | type AstProps = SvgProps & { ast: JsxAST | null } & AdditionalProps; function SvgAst (line 50) | function SvgAst({ ast, override }: AstProps) { function SvgXml (line 67) | function SvgXml(props: XmlProps) { function SvgUri (line 82) | function SvgUri(props: UriProps) { class SvgFromXml (line 109) | class SvgFromXml extends Component { method componentDidMount (line 111) | componentDidMount() { method componentDidUpdate (line 115) | componentDidUpdate(prevProps: { xml: string | null }) { method parse (line 122) | parse(xml: string | null) { method render (line 135) | render() { class SvgFromUri (line 144) | class SvgFromUri extends Component { method componentDidMount (line 146) | componentDidMount() { method componentDidUpdate (line 150) | componentDidUpdate(prevProps: { uri: string | null }) { method fetch (line 157) | async fetch(uri: string | null) { method render (line 165) | render() { type Styles (line 179) | type Styles = { [property: string]: string }; function getStyle (line 181) | function getStyle(string: string): Styles { function astToReact (line 197) | function astToReact( function repeat (line 219) | function repeat(str: string, i: number) { function locate (line 229) | function locate(source: string, i: number) { type Middleware (line 258) | type Middleware = (ast: XmlAST) => XmlAST; function parse (line 260) | function parse(source: string, middleware?: Middleware): JsxAST | null { FILE: windows/RNSVG/BrushView.cpp type winrt::RNSVG::implementation (line 9) | namespace winrt::RNSVG::implementation { FILE: windows/RNSVG/BrushView.h function namespace (line 6) | namespace winrt::RNSVG::implementation { function namespace (line 28) | namespace winrt::RNSVG::factory_implementation { FILE: windows/RNSVG/CircleView.cpp type winrt::RNSVG::implementation (line 13) | namespace winrt::RNSVG::implementation { FILE: windows/RNSVG/CircleView.h function namespace (line 6) | namespace winrt::RNSVG::implementation { function namespace (line 26) | namespace winrt::RNSVG::factory_implementation { FILE: windows/RNSVG/CircleViewManager.cpp type winrt::RNSVG::implementation (line 10) | namespace winrt::RNSVG::implementation { FILE: windows/RNSVG/CircleViewManager.h function namespace (line 5) | namespace winrt::RNSVG::implementation { function namespace (line 13) | namespace winrt::RNSVG::factory_implementation { FILE: windows/RNSVG/ClipPathView.cpp type winrt::RNSVG::implementation (line 9) | namespace winrt::RNSVG::implementation { FILE: windows/RNSVG/ClipPathView.h function namespace (line 6) | namespace winrt::RNSVG::implementation { function namespace (line 16) | namespace winrt::RNSVG::factory_implementation { FILE: windows/RNSVG/ClipPathViewManager.cpp type winrt::RNSVG::implementation (line 10) | namespace winrt::RNSVG::implementation { FILE: windows/RNSVG/ClipPathViewManager.h function namespace (line 5) | namespace winrt::RNSVG::implementation { function namespace (line 14) | namespace winrt::RNSVG::factory_implementation { FILE: windows/RNSVG/D2DBrush.cpp type winrt::RNSVG::implementation (line 5) | namespace winrt::RNSVG::implementation {} FILE: windows/RNSVG/D2DBrush.h function namespace (line 4) | namespace winrt::RNSVG::implementation { function namespace (line 17) | namespace winrt::RNSVG::factory_implementation { FILE: windows/RNSVG/D2DDevice.cpp type winrt::RNSVG::implementation (line 5) | namespace winrt::RNSVG::implementation {} FILE: windows/RNSVG/D2DDevice.h function namespace (line 4) | namespace winrt::RNSVG::implementation { function namespace (line 17) | namespace winrt::RNSVG::factory_implementation { FILE: windows/RNSVG/D2DDeviceContext.cpp type winrt::RNSVG::implementation (line 5) | namespace winrt::RNSVG::implementation {} FILE: windows/RNSVG/D2DDeviceContext.h function namespace (line 4) | namespace winrt::RNSVG::implementation { function namespace (line 17) | namespace winrt::RNSVG::factory_implementation { FILE: windows/RNSVG/D2DGeometry.cpp type winrt::RNSVG::implementation (line 5) | namespace winrt::RNSVG::implementation FILE: windows/RNSVG/D2DGeometry.h function namespace (line 4) | namespace winrt::RNSVG::implementation { function namespace (line 17) | namespace winrt::RNSVG::factory_implementation { FILE: windows/RNSVG/D2DHelpers.h function namespace (line 7) | namespace winrt::RNSVG { function PushOpacityLayer (line 28) | static void PushOpacityLayer( FILE: windows/RNSVG/DefsView.cpp type winrt::RNSVG::implementation (line 9) | namespace winrt::RNSVG::implementation { FILE: windows/RNSVG/DefsView.h function namespace (line 6) | namespace winrt::RNSVG::implementation { function namespace (line 17) | namespace winrt::RNSVG::factory_implementation { FILE: windows/RNSVG/DefsViewManager.cpp type winrt::RNSVG::implementation (line 7) | namespace winrt::RNSVG::implementation { FILE: windows/RNSVG/DefsViewManager.h function namespace (line 5) | namespace winrt::RNSVG::implementation { function namespace (line 10) | namespace winrt::RNSVG::factory_implementation { FILE: windows/RNSVG/DirectXDeviceManager.cpp type winrt::RNSVG::implementation (line 12) | namespace winrt::RNSVG::implementation { FILE: windows/RNSVG/DirectXDeviceManager.h function namespace (line 5) | namespace winrt::RNSVG::implementation { FILE: windows/RNSVG/EllipseView.cpp type winrt::RNSVG::implementation (line 13) | namespace winrt::RNSVG::implementation { FILE: windows/RNSVG/EllipseView.h function namespace (line 6) | namespace winrt::RNSVG::implementation { function namespace (line 26) | namespace winrt::RNSVG::factory_implementation { FILE: windows/RNSVG/EllipseViewManager.cpp type winrt::RNSVG::implementation (line 10) | namespace winrt::RNSVG::implementation { FILE: windows/RNSVG/EllipseViewManager.h function namespace (line 5) | namespace winrt::RNSVG::implementation { function namespace (line 13) | namespace winrt::RNSVG::factory_implementation { FILE: windows/RNSVG/Fabric/CircleView.cpp type winrt::RNSVG::implementation (line 4) | namespace winrt::RNSVG::implementation { type CircleProps (line 7) | struct CircleProps : public winrt::implements JSValueAsStops(JSValue const &val...