Home
last modified time | relevance | path

Searched refs:textPath (Results 1 – 16 of 16) sorted by relevance

/expo/android/vendored/sdk47/react-native-svg/android/src/main/java/abi47_0_0/com/horcrux/svg/
H A DTextLayoutAlgorithm.java51 TextPathView textPath) { in getSubTreeTypographicCharacterPositions() argument
58 inTextPath, subtree, line, tSpanView.getChildAt(i), textPath); in getSubTreeTypographicCharacterPositions()
63 inTextPath.add(textPath); in getSubTreeTypographicCharacterPositions()
68 textPath = node instanceof TextPathView ? (TextPathView) node : textPath; in getSubTreeTypographicCharacterPositions()
69 for (int i = 0; i < textPath.getChildCount(); i++) { in getSubTreeTypographicCharacterPositions()
71 inTextPath, subtree, line, textPath.getChildAt(i), textPath); in getSubTreeTypographicCharacterPositions()
975 Path textPath = null; in layoutText()
986 textPath = textPathView.getTextPath(null, null); in layoutText()
1007 Path path = textPath; in layoutText()
1255 pm.setPath(textPath, false); in layoutText()
H A DTSpanView.java58 private TextPathView textPath; field in TSpanView
331 final boolean hasTextPath = textPath != null; in getLinePath()
333 pm = new PathMeasure(textPath.getTextPath(canvas, paint), false); in getLinePath()
538 sharpMidLine = textPath.getMidLine() == TextPathMidLine.sharp; in getLinePath()
559 side = textPath.getSide() == TextPathSide.right ? -1 : 1; in getLinePath()
599 getAbsoluteStartOffset(textPath.getStartOffset(), pathLength, fontSize); in getLinePath()
1200 textPath = (TextPathView) parent; in setupTextPath()
/expo/android/vendored/sdk48/react-native-svg/android/src/main/java/abi48_0_0/com/horcrux/svg/
H A DTextLayoutAlgorithm.java51 TextPathView textPath) { in getSubTreeTypographicCharacterPositions() argument
58 inTextPath, subtree, line, tSpanView.getChildAt(i), textPath); in getSubTreeTypographicCharacterPositions()
63 inTextPath.add(textPath); in getSubTreeTypographicCharacterPositions()
68 textPath = node instanceof TextPathView ? (TextPathView) node : textPath; in getSubTreeTypographicCharacterPositions()
69 for (int i = 0; i < textPath.getChildCount(); i++) { in getSubTreeTypographicCharacterPositions()
71 inTextPath, subtree, line, textPath.getChildAt(i), textPath); in getSubTreeTypographicCharacterPositions()
975 Path textPath = null; in layoutText()
986 textPath = textPathView.getTextPath(null, null); in layoutText()
1007 Path path = textPath; in layoutText()
1255 pm.setPath(textPath, false); in layoutText()
H A DTSpanView.java58 private TextPathView textPath; field in TSpanView
331 final boolean hasTextPath = textPath != null; in getLinePath()
333 pm = new PathMeasure(textPath.getTextPath(canvas, paint), false); in getLinePath()
538 sharpMidLine = textPath.getMidLine() == TextPathMidLine.sharp; in getLinePath()
559 side = textPath.getSide() == TextPathSide.right ? -1 : 1; in getLinePath()
599 getAbsoluteStartOffset(textPath.getStartOffset(), pathLength, fontSize); in getLinePath()
1200 textPath = (TextPathView) parent; in setupTextPath()
/expo/android/vendored/unversioned/react-native-svg/android/src/main/java/com/horcrux/svg/
H A DTextLayoutAlgorithm.java51 TextPathView textPath) { in getSubTreeTypographicCharacterPositions() argument
58 inTextPath, subtree, line, tSpanView.getChildAt(i), textPath); in getSubTreeTypographicCharacterPositions()
63 inTextPath.add(textPath); in getSubTreeTypographicCharacterPositions()
68 textPath = node instanceof TextPathView ? (TextPathView) node : textPath; in getSubTreeTypographicCharacterPositions()
69 for (int i = 0; i < textPath.getChildCount(); i++) { in getSubTreeTypographicCharacterPositions()
71 inTextPath, subtree, line, textPath.getChildAt(i), textPath); in getSubTreeTypographicCharacterPositions()
975 Path textPath = null; in layoutText()
986 textPath = textPathView.getTextPath(null, null); in layoutText()
1007 Path path = textPath; in layoutText()
1255 pm.setPath(textPath, false); in layoutText()
H A DTSpanView.java58 private TextPathView textPath; field in TSpanView
331 final boolean hasTextPath = textPath != null; in getLinePath()
333 pm = new PathMeasure(textPath.getTextPath(canvas, paint), false); in getLinePath()
538 sharpMidLine = textPath.getMidLine() == TextPathMidLine.sharp; in getLinePath()
559 side = textPath.getSide() == TextPathSide.right ? -1 : 1; in getLinePath()
599 getAbsoluteStartOffset(textPath.getStartOffset(), pathLength, fontSize); in getLinePath()
1200 textPath = (TextPathView) parent; in setupTextPath()
/expo/android/vendored/sdk49/react-native-svg/android/src/main/java/abi49_0_0/com/horcrux/svg/
H A DTextLayoutAlgorithm.java51 TextPathView textPath) { in getSubTreeTypographicCharacterPositions() argument
58 inTextPath, subtree, line, tSpanView.getChildAt(i), textPath); in getSubTreeTypographicCharacterPositions()
63 inTextPath.add(textPath); in getSubTreeTypographicCharacterPositions()
68 textPath = node instanceof TextPathView ? (TextPathView) node : textPath; in getSubTreeTypographicCharacterPositions()
69 for (int i = 0; i < textPath.getChildCount(); i++) { in getSubTreeTypographicCharacterPositions()
71 inTextPath, subtree, line, textPath.getChildAt(i), textPath); in getSubTreeTypographicCharacterPositions()
975 Path textPath = null; in layoutText()
986 textPath = textPathView.getTextPath(null, null); in layoutText()
1007 Path path = textPath; in layoutText()
1255 pm.setPath(textPath, false); in layoutText()
H A DTSpanView.java58 private TextPathView textPath; field in TSpanView
331 final boolean hasTextPath = textPath != null; in getLinePath()
333 pm = new PathMeasure(textPath.getTextPath(canvas, paint), false); in getLinePath()
538 sharpMidLine = textPath.getMidLine() == TextPathMidLine.sharp; in getLinePath()
559 side = textPath.getSide() == TextPathSide.right ? -1 : 1; in getLinePath()
599 getAbsoluteStartOffset(textPath.getStartOffset(), pathLength, fontSize); in getLinePath()
1200 textPath = (TextPathView) parent; in setupTextPath()
/expo/ios/vendored/sdk47/react-native-svg/apple/Text/
H A DABI47_0_0RNSVGTSpan.mm30 ABI47_0_0RNSVGTextPath *textPath;
76 textPath = nil;
520 of the total advance values for all of the glyphs in the ‘textPath’ element ] distance
526 total advance values for all of the glyphs in the ‘textPath’ element ].
537 bool hasTextPath = textPath != nil;
579 after converting the path to the ‘textPath’ element's coordinate system.
583 system for the ‘textPath’ element.
605 CGFloat absoluteStartOffset = [ABI47_0_0RNSVGPropHelper fromRelative:textPath.startOffset
615 ABI47_0_0RNSVGTextPathSpacing spacing = textPath.getSpacing();
1098 textPath = nil;
[all …]
/expo/ios/vendored/sdk49/react-native-svg/apple/Text/
H A DABI49_0_0RNSVGTSpan.mm30 ABI49_0_0RNSVGTextPath *textPath;
76 textPath = nil;
520 of the total advance values for all of the glyphs in the ‘textPath’ element ] distance
526 total advance values for all of the glyphs in the ‘textPath’ element ].
537 bool hasTextPath = textPath != nil;
579 after converting the path to the ‘textPath’ element's coordinate system.
583 system for the ‘textPath’ element.
605 CGFloat absoluteStartOffset = [ABI49_0_0RNSVGPropHelper fromRelative:textPath.startOffset
615 ABI49_0_0RNSVGTextPathSpacing spacing = textPath.getSpacing();
1098 textPath = nil;
[all …]
/expo/ios/vendored/unversioned/react-native-svg/apple/Text/
H A DRNSVGTSpan.mm30 RNSVGTextPath *textPath;
76 textPath = nil;
526 total advance values for all of the glyphs in the ‘textPath’ element ].
537 bool hasTextPath = textPath != nil;
579 after converting the path to the ‘textPath’ element's coordinate system.
583 system for the ‘textPath’ element.
605 CGFloat absoluteStartOffset = [RNSVGPropHelper fromRelative:textPath.startOffset
615 RNSVGTextPathSpacing spacing = textPath.getSpacing();
1098 textPath = nil;
1103 textPath = (RNSVGTextPath *)parent;
[all …]
/expo/ios/vendored/sdk48/react-native-svg/apple/Text/
H A DABI48_0_0RNSVGTSpan.mm30 ABI48_0_0RNSVGTextPath *textPath;
76 textPath = nil;
520 of the total advance values for all of the glyphs in the ‘textPath’ element ] distance
526 total advance values for all of the glyphs in the ‘textPath’ element ].
537 bool hasTextPath = textPath != nil;
579 after converting the path to the ‘textPath’ element's coordinate system.
583 system for the ‘textPath’ element.
605 CGFloat absoluteStartOffset = [ABI48_0_0RNSVGPropHelper fromRelative:textPath.startOffset
615 ABI48_0_0RNSVGTextPathSpacing spacing = textPath.getSpacing();
1098 textPath = nil;
[all …]
/expo/packages/expo-dev-menu/assets/
H A DEXDevMenuApp.ios.js522 …:v.default,ellipse:h.default,g:w.default,text:P.default,tspan:k.default,textPath:S.default,path:j.… property
H A DEXDevMenuApp.android.js523 …:v.default,ellipse:h.default,g:w.default,text:P.default,tspan:k.default,textPath:S.default,path:j.… property
/expo/packages/expo-dev-launcher/ios/
H A Dmain.jsbundle723 …:v.default,ellipse:h.default,g:w.default,text:P.default,tspan:k.default,textPath:S.default,path:j.…
862 …rbulence","foreignObject","glyphRef","linearGradient","radialGradient","textPath"].map((function(t…
/expo/packages/expo-dev-launcher/android/src/debug/assets/
H A Dexpo_dev_launcher_android.bundle724 …:v.default,ellipse:h.default,g:w.default,text:P.default,tspan:k.default,textPath:S.default,path:j.…
863 …rbulence","foreignObject","glyphRef","linearGradient","radialGradient","textPath"].map((function(t…