Home
last modified time | relevance | path

Searched refs:RNSVGTextPathMethodStrings (Results 1 – 2 of 2) sorted by relevance

/expo/ios/vendored/unversioned/react-native-svg/apple/Text/
H A DRNSVGTextProperties.mm154 return RNSVGTextPathMethodStrings[fw];
162 const NSUInteger l = sizeof(RNSVGTextPathMethodStrings) / sizeof(NSString *);
164 if ([s isEqualToString:RNSVGTextPathMethodStrings[i]]) {
H A DRNSVGTextProperties.h169 static NSString *const RNSVGTextPathMethodStrings[] = {@"align", @"stretch", nil}; variable