Home
last modified time | relevance | path

Searched defs:SetMBounds (Results 1 – 1 of 1) sorted by relevance

/third_party/flutter/skia/third_party/externals/wuffs/lang/ast/
Dast.go194 func (n *Node) SetMBounds(x interval.IntRange) { n.mBounds = x } func
345 func (n *Expr) SetMBounds(x interval.IntRange) { n.mBounds = x } func