Home
last modified time | relevance | path

Searched refs:mBounds (Results 1 – 3 of 3) sorted by relevance

/third_party/flutter/engine/flutter/third_party/txt/src/minikin/
DLayout.h65 Layout() : mGlyphs(), mAdvances(), mFaces(), mAdvance(0), mBounds() { in Layout()
66 mBounds.setEmpty(); in Layout()
173 MinikinRect mBounds; variable
DLayout.cpp232 mBounds.setEmpty(); in reset()
1109 mBounds.join(glyphBounds); in doLayoutRun()
1158 MinikinRect srcBounds(src->mBounds); in appendLayout()
1160 mBounds.join(srcBounds); in appendLayout()
1212 bounds->set(mBounds); in getBounds()
/third_party/flutter/skia/third_party/externals/wuffs/lang/ast/
Dast.go148 mBounds interval.IntRange member
192 func (n *Node) MBounds() interval.IntRange { return n.mBounds }
194 func (n *Node) SetMBounds(x interval.IntRange) { n.mBounds = x }
333 func (n *Expr) MBounds() interval.IntRange { return n.mBounds }
345 func (n *Expr) SetMBounds(x interval.IntRange) { n.mBounds = x }