forked from dotnet/maui
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add PublicAPI to the Graphics projects (dotnet#12601)
- Loading branch information
1 parent
f7fdb08
commit dbaeee9
Showing
47 changed files
with
13,867 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
src/Graphics/src/Graphics.Skia.GtkSharp/PublicAPI/netstandard/PublicAPI.Shipped.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
#nullable enable |
37 changes: 37 additions & 0 deletions
37
src/Graphics/src/Graphics.Skia.GtkSharp/PublicAPI/netstandard/PublicAPI.Unshipped.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
#nullable enable | ||
Microsoft.Maui.Graphics.Skia.GtkSkiaDirectRenderer | ||
Microsoft.Maui.Graphics.Skia.GtkSkiaDirectRenderer.Detached() -> void | ||
Microsoft.Maui.Graphics.Skia.GtkSkiaDirectRenderer.Dispose() -> void | ||
Microsoft.Maui.Graphics.Skia.GtkSkiaDirectRenderer.GtkSkiaDirectRenderer() -> void | ||
Microsoft.Maui.Graphics.Skia.GtkSkiaDirectRenderer.Invalidate() -> void | ||
Microsoft.Maui.Graphics.Skia.GtkSkiaDirectRenderer.Invalidate(float x, float y, float w, float h) -> void | ||
Microsoft.Maui.Graphics.Skia.GtkSkiaDirectRenderer.SizeChanged(int width, int height) -> void | ||
Microsoft.Maui.Graphics.Skia.GtkSkiaGraphicsView | ||
Microsoft.Maui.Graphics.Skia.GtkSkiaGraphicsView.GtkSkiaGraphicsView() -> void | ||
Microsoft.Maui.Graphics.Skia.ISkiaGraphicsRenderer | ||
Microsoft.Maui.Graphics.Skia.ISkiaGraphicsRenderer.Detached() -> void | ||
Microsoft.Maui.Graphics.Skia.ISkiaGraphicsRenderer.Invalidate() -> void | ||
Microsoft.Maui.Graphics.Skia.ISkiaGraphicsRenderer.Invalidate(float x, float y, float w, float h) -> void | ||
Microsoft.Maui.Graphics.Skia.ISkiaGraphicsRenderer.SizeChanged(int width, int height) -> void | ||
override Microsoft.Maui.Graphics.Skia.GtkSkiaGraphicsView.OnSizeAllocated(Gdk.Rectangle allocation) -> void | ||
~Microsoft.Maui.Graphics.Skia.GtkSkiaDirectRenderer.BackgroundColor.get -> Microsoft.Maui.Graphics.Color | ||
~Microsoft.Maui.Graphics.Skia.GtkSkiaDirectRenderer.BackgroundColor.set -> void | ||
~Microsoft.Maui.Graphics.Skia.GtkSkiaDirectRenderer.Canvas.get -> Microsoft.Maui.Graphics.ICanvas | ||
~Microsoft.Maui.Graphics.Skia.GtkSkiaDirectRenderer.Draw(SkiaSharp.SKCanvas skiaCanvas, Microsoft.Maui.Graphics.RectF dirtyRect) -> void | ||
~Microsoft.Maui.Graphics.Skia.GtkSkiaDirectRenderer.Drawable.get -> Microsoft.Maui.Graphics.IDrawable | ||
~Microsoft.Maui.Graphics.Skia.GtkSkiaDirectRenderer.Drawable.set -> void | ||
~Microsoft.Maui.Graphics.Skia.GtkSkiaDirectRenderer.GraphicsView.set -> void | ||
~Microsoft.Maui.Graphics.Skia.GtkSkiaGraphicsView.BackgroundColor.get -> Microsoft.Maui.Graphics.Color | ||
~Microsoft.Maui.Graphics.Skia.GtkSkiaGraphicsView.BackgroundColor.set -> void | ||
~Microsoft.Maui.Graphics.Skia.GtkSkiaGraphicsView.Drawable.get -> Microsoft.Maui.Graphics.IDrawable | ||
~Microsoft.Maui.Graphics.Skia.GtkSkiaGraphicsView.Drawable.set -> void | ||
~Microsoft.Maui.Graphics.Skia.GtkSkiaGraphicsView.Renderer.get -> Microsoft.Maui.Graphics.Skia.ISkiaGraphicsRenderer | ||
~Microsoft.Maui.Graphics.Skia.GtkSkiaGraphicsView.Renderer.set -> void | ||
~Microsoft.Maui.Graphics.Skia.ISkiaGraphicsRenderer.BackgroundColor.get -> Microsoft.Maui.Graphics.Color | ||
~Microsoft.Maui.Graphics.Skia.ISkiaGraphicsRenderer.BackgroundColor.set -> void | ||
~Microsoft.Maui.Graphics.Skia.ISkiaGraphicsRenderer.Canvas.get -> Microsoft.Maui.Graphics.ICanvas | ||
~Microsoft.Maui.Graphics.Skia.ISkiaGraphicsRenderer.Draw(SkiaSharp.SKCanvas canvas, Microsoft.Maui.Graphics.RectF dirtyRect) -> void | ||
~Microsoft.Maui.Graphics.Skia.ISkiaGraphicsRenderer.Drawable.get -> Microsoft.Maui.Graphics.IDrawable | ||
~Microsoft.Maui.Graphics.Skia.ISkiaGraphicsRenderer.Drawable.set -> void | ||
~Microsoft.Maui.Graphics.Skia.ISkiaGraphicsRenderer.GraphicsView.set -> void | ||
~override Microsoft.Maui.Graphics.Skia.GtkSkiaGraphicsView.OnPaintSurface(SkiaSharp.Views.Desktop.SKPaintSurfaceEventArgs e) -> void |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
src/Graphics/src/Graphics.Skia.WPF/PublicAPI/net-windows/PublicAPI.Shipped.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
#nullable enable |
38 changes: 38 additions & 0 deletions
38
src/Graphics/src/Graphics.Skia.WPF/PublicAPI/net-windows/PublicAPI.Unshipped.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
#nullable enable | ||
Microsoft.Maui.Graphics.Skia.ISkiaGraphicsRenderer | ||
Microsoft.Maui.Graphics.Skia.ISkiaGraphicsRenderer.Detached() -> void | ||
Microsoft.Maui.Graphics.Skia.ISkiaGraphicsRenderer.Invalidate() -> void | ||
Microsoft.Maui.Graphics.Skia.ISkiaGraphicsRenderer.Invalidate(float x, float y, float w, float h) -> void | ||
Microsoft.Maui.Graphics.Skia.ISkiaGraphicsRenderer.SizeChanged(int width, int height) -> void | ||
Microsoft.Maui.Graphics.Skia.WDSkiaDirectRenderer | ||
Microsoft.Maui.Graphics.Skia.WDSkiaDirectRenderer.Detached() -> void | ||
Microsoft.Maui.Graphics.Skia.WDSkiaDirectRenderer.Dispose() -> void | ||
Microsoft.Maui.Graphics.Skia.WDSkiaDirectRenderer.Invalidate() -> void | ||
Microsoft.Maui.Graphics.Skia.WDSkiaDirectRenderer.Invalidate(float x, float y, float w, float h) -> void | ||
Microsoft.Maui.Graphics.Skia.WDSkiaDirectRenderer.SizeChanged(int width, int height) -> void | ||
Microsoft.Maui.Graphics.Skia.WDSkiaDirectRenderer.WDSkiaDirectRenderer() -> void | ||
Microsoft.Maui.Graphics.Skia.WDSkiaGraphicsView | ||
Microsoft.Maui.Graphics.Skia.WDSkiaGraphicsView.Invalidate() -> void | ||
Microsoft.Maui.Graphics.Skia.WDSkiaGraphicsView.WDSkiaGraphicsView() -> void | ||
~Microsoft.Maui.Graphics.Skia.ISkiaGraphicsRenderer.BackgroundColor.get -> Microsoft.Maui.Graphics.Color | ||
~Microsoft.Maui.Graphics.Skia.ISkiaGraphicsRenderer.BackgroundColor.set -> void | ||
~Microsoft.Maui.Graphics.Skia.ISkiaGraphicsRenderer.Canvas.get -> Microsoft.Maui.Graphics.ICanvas | ||
~Microsoft.Maui.Graphics.Skia.ISkiaGraphicsRenderer.Draw(SkiaSharp.SKCanvas canvas, Microsoft.Maui.Graphics.RectF dirtyRect) -> void | ||
~Microsoft.Maui.Graphics.Skia.ISkiaGraphicsRenderer.Drawable.get -> Microsoft.Maui.Graphics.IDrawable | ||
~Microsoft.Maui.Graphics.Skia.ISkiaGraphicsRenderer.Drawable.set -> void | ||
~Microsoft.Maui.Graphics.Skia.ISkiaGraphicsRenderer.GraphicsView.set -> void | ||
~Microsoft.Maui.Graphics.Skia.WDSkiaDirectRenderer.BackgroundColor.get -> Microsoft.Maui.Graphics.Color | ||
~Microsoft.Maui.Graphics.Skia.WDSkiaDirectRenderer.BackgroundColor.set -> void | ||
~Microsoft.Maui.Graphics.Skia.WDSkiaDirectRenderer.Canvas.get -> Microsoft.Maui.Graphics.ICanvas | ||
~Microsoft.Maui.Graphics.Skia.WDSkiaDirectRenderer.Draw(SkiaSharp.SKCanvas skiaCanvas, Microsoft.Maui.Graphics.RectF dirtyRect) -> void | ||
~Microsoft.Maui.Graphics.Skia.WDSkiaDirectRenderer.Drawable.get -> Microsoft.Maui.Graphics.IDrawable | ||
~Microsoft.Maui.Graphics.Skia.WDSkiaDirectRenderer.Drawable.set -> void | ||
~Microsoft.Maui.Graphics.Skia.WDSkiaDirectRenderer.GraphicsView.set -> void | ||
~Microsoft.Maui.Graphics.Skia.WDSkiaGraphicsView.BackgroundColor.get -> Microsoft.Maui.Graphics.Color | ||
~Microsoft.Maui.Graphics.Skia.WDSkiaGraphicsView.BackgroundColor.set -> void | ||
~Microsoft.Maui.Graphics.Skia.WDSkiaGraphicsView.Drawable.get -> Microsoft.Maui.Graphics.IDrawable | ||
~Microsoft.Maui.Graphics.Skia.WDSkiaGraphicsView.Drawable.set -> void | ||
~Microsoft.Maui.Graphics.Skia.WDSkiaGraphicsView.Renderer.get -> Microsoft.Maui.Graphics.Skia.ISkiaGraphicsRenderer | ||
~Microsoft.Maui.Graphics.Skia.WDSkiaGraphicsView.Renderer.set -> void | ||
~override Microsoft.Maui.Graphics.Skia.WDSkiaGraphicsView.OnPaintSurface(SkiaSharp.Views.Desktop.SKPaintSurfaceEventArgs e) -> void | ||
~override Microsoft.Maui.Graphics.Skia.WDSkiaGraphicsView.OnRenderSizeChanged(System.Windows.SizeChangedInfo sizeInfo) -> void |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
src/Graphics/src/Graphics.Skia/PublicAPI/net-android/PublicAPI.Shipped.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
#nullable enable |
Oops, something went wrong.