Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andlabs/ui
/ Transform
Method
Transform
draw.go:435–439 ·
view source on GitHub ↗
TODO
(m *DrawMatrix)
Source
from the content-addressed store, hash-verified
433
434
// TODO
435
func
(c *DrawContext) Transform(m *DrawMatrix) {
436
cm := m.toLibui()
437
C.uiDrawTransform(c.c, cm)
438
C.pkguiFreeMatrix(cm)
439
}
440
441
// TODO
442
func
(c *DrawContext) Clip(p *DrawPath) {
Callers
1
Draw
Method · 0.80
Calls
1
toLibui
Method · 0.65
Tested by
no test coverage detected