// Assembly: UnityEngine.UIElementsModule
// Full name: UnityEngine.UIElements.StyleSheets.ShorthandApplicator

namespace UnityEngine.UIElements.StyleSheets
{
public class ShorthandApplicator // TypeDefIndex: 6496
{
	// Fields
	type#9146 s_TransitionDelayList;
	type#9146 s_TransitionDurationList;
	type#9085 s_TransitionPropertyList;
	type#8546 s_TransitionTimingFunctionList;

	// Methods
	// RVA: -1
	public static type#28660 ApplyBackgroundPosition(type#26711 reader, type#11817 computedStyle) { }
	// RVA: -1
	public static type#28660 ApplyBorderColor(type#26711 reader, type#11817 computedStyle) { }
	// RVA: -1
	public static type#28660 ApplyBorderRadius(type#26711 reader, type#11817 computedStyle) { }
	// RVA: -1
	public static type#28660 ApplyBorderWidth(type#26711 reader, type#11817 computedStyle) { }
	// RVA: -1
	public static type#28660 ApplyFlex(type#26711 reader, type#11817 computedStyle) { }
	// RVA: -1
	public static type#28660 ApplyMargin(type#26711 reader, type#11817 computedStyle) { }
	// RVA: -1
	public static type#28660 ApplyPadding(type#26711 reader, type#11817 computedStyle) { }
	// RVA: -1
	public static type#28660 ApplyTransition(type#26711 reader, type#11817 computedStyle) { }
	// RVA: -1
	public static type#28660 ApplyUnityBackgroundScaleMode(type#26711 reader, type#11817 computedStyle) { }
	// RVA: -1
	public static type#28660 ApplyUnityTextOutline(type#26711 reader, type#11817 computedStyle) { }
	// RVA: -1
	private static type#15313 CompileFlexShorthand(type#26711 reader, type#12113 grow, type#12113 shrink, type#11986 basis) { }
	// RVA: -1
	private static type#28660 CompileBorderRadius(type#26711 reader, type#11986 top, type#11986 right, type#11986 bottom, type#11986 left) { }
	// RVA: -1
	private static type#28660 CompileBackgroundPosition(type#26711 reader, type#11765 backgroundPositionX, type#11765 backgroundPositionY) { }
	// RVA: -1
	public static type#28660 CompileUnityBackgroundScaleMode(type#26711 reader, type#11765 backgroundPositionX, type#11765 backgroundPositionY, type#11768 backgroundRepeat, type#11770 backgroundSize) { }
	// RVA: -1
	private static type#28660 CompileBoxArea(type#26711 reader, type#11986 top, type#11986 right, type#11986 bottom, type#11986 left) { }
	// RVA: -1
	private static type#28660 CompileBoxArea(type#26711 reader, type#12113 top, type#12113 right, type#12113 bottom, type#12113 left) { }
	// RVA: -1
	private static type#28660 CompileBoxArea(type#26711 reader, type#11811 top, type#11811 right, type#11811 bottom, type#11811 left) { }
	// RVA: -1
	private static type#28660 CompileTextOutline(type#26711 reader, type#11811 outlineColor, type#12113 outlineWidth) { }
	// RVA: -1
	private static type#28660 CompileTransition(type#26711 reader, type#11650 outDelay, type#11650 outDuration, type#11648 outProperty, type#11619 outTimingFunction) { }
	// RVA: -1
	private static type#28660 .cctor() { }
	// RVA: -1
	internal static type#28660 <CompileBackgroundPosition>g__SwapKeyword|16_0(type#11766 a, type#11766 b) { }
}
}
