Searched refs:RNSVGTextPathMethodStrings (Results 1 – 2 of 2) sorted by relevance
154 return RNSVGTextPathMethodStrings[fw];162 const NSUInteger l = sizeof(RNSVGTextPathMethodStrings) / sizeof(NSString *);164 if ([s isEqualToString:RNSVGTextPathMethodStrings[i]]) {
169 static NSString *const RNSVGTextPathMethodStrings[] = {@"align", @"stretch", nil}; variable