Results for “Std.Ui.Canvas.size”
8 matching declarations
Use module:Std.List, kind:fn, or is:exact. Put a Pudu type after ::.
- Std.Ui.Canvas.Size
A logical two-dimensional size.
- Std.Ui.Canvas.size
Int -> Int -> Std.Ui.Canvas.SizeA size value.
- Std.Ui.Canvas.dimensions
&Std.Ui.Canvas.Canvas -> Std.Ui.Canvas.SizeThe logical dimensions of a canvas.
- Std.Ui.Canvas.surfaceSize
&Std.Ui.Canvas.Surface -> Result[Std.Ui.Canvas.Size, Std.Ui.Canvas.CanvasError]The logical dimensions of a rendered surface.
- Std.Ui.Layout.place
&Std.Ui.Layout.View -> Std.Ui.Canvas.Size -> Result[Std.Ui.Layout.Layout, Std.Ui.Layout.LayoutError]Place a view into a viewport with default node and depth budgets.
- Std.Ui.Layout.placeWithin
&Std.Ui.Layout.View -> Std.Ui.Canvas.Size -> Int -> Int -> Result[Std.Ui.Layout.Layout, Std.Ui.Layout.LayoutError]Place a view with explicit node and nesting budgets.
- Std.Ui.Screen.start
S -> fn(S) -> Std.Ui.Layout.View -> fn(S, Std.Ui.Screen.Event) -> S -> Std.Ui.Canvas.Size -> Std.Ui.Canvas.Color -> Result[Std.Ui.Screen.Screen[S], Std.Ui.Screen.ScreenError]A screen showing its first frame.
- Std.Ui.Text.measure
&Std.Ui.Text.Face -> Str -> Result[Std.Ui.Canvas.Size, Std.Ui.Text.TextError]The size text occupies, with each newline starting a line.
