Lines Matching refs:byref
51 return this._to_name(byref(this))
54 return this._to_pretty_name(byref(this))
58 r = this._snprint(s, len(s), byref(this))
72 return bool(this._can_balance(byref(this)))
75 return bool(this._can_fade(byref(this)))
78 if this._parse(byref(this), s) is None:
120 r = this._snprint(s, len(s), byref(this))
128 return this._max(byref(this))
131 return this._scale(byref(this), v)
134 return this._get_balance(byref(this), byref(cm))
137 return this._get_fade(byref(this), byref(cm))
140 return this._set_balance(byref(this), byref(cm), f)
143 return this._set_fade(byref(this), byref(cm), f)