def mask(): o = MaskI() populate_shape(o) o.x = rdouble(0.0) o.y = rdouble(0.0) o.width = rdouble(1.0) o.height = rdouble(2.0) o.id = rlong(8L) return o
def mask(identity_transform): o = MaskI() populate_shape(o, identity_transform) o.x = rdouble(0.0) o.y = rdouble(0.0) o.width = rdouble(1.0) o.height = rdouble(2.0) o.id = rlong(8) return o