Home
last modified time | relevance | path

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

/expo/ios/vendored/unversioned/react-native-svg/apple/Text/
H A DRNSVGTextProperties.mm91 return RNSVGTextAnchorStrings[fw];
99 const NSUInteger l = sizeof(RNSVGTextAnchorStrings) / sizeof(NSString *);
101 if ([s isEqualToString:RNSVGTextAnchorStrings[i]]) {
H A DRNSVGTextProperties.h129 static NSString *const RNSVGTextAnchorStrings[] = {@"start", @"middle", @"end", nil}; variable