Lines Matching full:take
113 [RequiresAllArguments] void moveBy(in float x, in float y); // FIXME: this should take longs not floats.
114 [RequiresAllArguments] void moveTo(in float x, in float y); // FIXME: this should take longs not floats.
115 [RequiresAllArguments] void resizeBy(in float x, in float y); // FIXME: this should take longs not floats.
116 [RequiresAllArguments] void resizeTo(in float width, in float height); // FIXME: this should take longs not floats.