SWFRect_setBounds 64 src/blocks/rect.h void SWFRect_setBounds(SWFRect r, int minX, int maxX, int minY, int maxY); SWFRect_setBounds 1234 src/blocks/shape.c SWFRect_setBounds(SWFCharacter_getBounds(CHARACTER(shape)), x, x, y, y); SWFRect_setBounds 1235 src/blocks/shape.c SWFRect_setBounds(shape->edgeBounds, x, x, y, y); SWFRect_setBounds 105 src/blocks/textfield.c SWFRect_setBounds(CHARACTER(field)->bounds, minX, maxX, minY, maxY);