newSWFMatrix      151 src/blocks/button.c 	m = newSWFMatrix(1.0, 0, 0, 1.0, 0, 0);
newSWFMatrix      193 src/blocks/button.c 	m = newSWFMatrix(1.0, 0, 0, 1.0, 0, 0);
newSWFMatrix      104 src/blocks/fillstyle.c 	fill->matrix = newSWFMatrix(1.0, 0, 0, 1.0, 0, 0);
newSWFMatrix      141 src/blocks/fillstyle.c 	fill->matrix = newSWFMatrix(Ming_scale, 0, 0, Ming_scale, 0, 0);
newSWFMatrix      191 src/blocks/gradient.c 	tmp = newSWFMatrix(scaleX, 0, 0, scaleY, bounds->minX + w/2,  bounds->minY + h/2);
newSWFMatrix      301 src/blocks/matrix.c 	return newSWFMatrix(cos(r), sin(r), -sin(r), cos(r), 0, 0);
newSWFMatrix       46 src/blocks/matrix.h SWFMatrix newSWFMatrix(double a, double b, double c, double d, int x, int y);
newSWFMatrix      174 src/blocks/swf.h SWFMatrix newSWFMatrix(float a, float b, float c, float d, int x, int y);
newSWFMatrix       98 src/blocks/text.c 		text->matrix = newSWFMatrix(1.0, 0, 0, 1.0, 0, 0);
newSWFMatrix      152 src/displaylist.c 	item->matrix = newSWFMatrix(1, 0, 0, 1, 0, 0);