Пример #1
0
void
SWFButtonRecord_setMatrix(SWFButtonRecord record,
                          double a, double b, double c, double d, double x, double y)
{
	SWFPosition_setMatrix(record->position, a, b, c, d, x, y);
}
Пример #2
0
void
SWFFill_setMatrix(SWFFill fill, float a, float b,
									float c, float d, float x, float y)
{
	SWFPosition_setMatrix(fill->position, a, b, c, d, x, y);
}