getShape          855 mingpp.h         char *getShape(unsigned short c)
getShape           62 php_ext/ming.c static SWFShape getShape(zval *id TSRMLS_DC);
getShape          273 php_ext/ming.c 		return (SWFCharacter)getShape(id TSRMLS_CC);
getShape         2478 php_ext/ming.c 	 PHP_ME(swffont, getShape,	   NULL, 0)
getShape         4517 php_ext/ming.c 	SWFShape_setLine(getShape(getThis() TSRMLS_CC),	(unsigned short)w, (byte)r, (byte)g, (byte)b, (byte)a);
getShape         4541 php_ext/ming.c 			fill = SWFShape_addGradientFill(getShape(getThis() TSRMLS_CC), getGradient(arg1 TSRMLS_CC), flags);
getShape         4546 php_ext/ming.c 			fill = SWFShape_addBitmapFill(getShape(getThis() TSRMLS_CC), getBitmap(arg1 TSRMLS_CC), flags);
getShape         4559 php_ext/ming.c 		fill = SWFShape_addSolidFill(getShape(getThis() TSRMLS_CC), (byte)r, (byte)g, (byte)b, (byte)a);
getShape         4594 php_ext/ming.c 		fill = SWFShape_addSolidFill(getShape(getThis() TSRMLS_CC), (byte)r, (byte)g, (byte)b, (byte)a);
getShape         4597 php_ext/ming.c 	SWFShape_setLeftFill(getShape(getThis() TSRMLS_CC), fill);
getShape         4619 php_ext/ming.c 		fill = SWFShape_addSolidFill(getShape(getThis() TSRMLS_CC), (byte)r, (byte)g, (byte)b, (byte)a);
getShape         4622 php_ext/ming.c 	SWFShape_setRightFill(getShape(getThis() TSRMLS_CC), fill);
getShape         4636 php_ext/ming.c 	SWFShape_movePenTo(getShape(getThis() TSRMLS_CC), x, y);
getShape         4650 php_ext/ming.c 	SWFShape_movePen(getShape(getThis() TSRMLS_CC), x, y);
getShape         4664 php_ext/ming.c 	SWFShape_drawLineTo(getShape(getThis() TSRMLS_CC), x, y);
getShape         4678 php_ext/ming.c 	SWFShape_drawLine(getShape(getThis() TSRMLS_CC), x, y);
getShape         4693 php_ext/ming.c 		SWFShape_drawCurveTo(getShape(getThis() TSRMLS_CC), cx, cy, ax, ay);	
getShape         4701 php_ext/ming.c 		RETURN_LONG(SWFShape_drawCubicTo(getShape(getThis() TSRMLS_CC), bx, by, cx, cy, dx, dy));
getShape         4719 php_ext/ming.c 		SWFShape_drawCurve(getShape(getThis() TSRMLS_CC), cx, cy, ax, ay);	
getShape         4727 php_ext/ming.c 		RETURN_LONG(SWFShape_drawCubic(getShape(getThis() TSRMLS_CC), bx, by, cx, cy, dx, dy));
getShape         4746 php_ext/ming.c 	SWFShape_drawSizedGlyph(getShape(getThis() TSRMLS_CC), getFont(font TSRMLS_CC), c[0], size);
getShape         4760 php_ext/ming.c 	SWFShape_drawCircle(getShape(getThis() TSRMLS_CC), r);
getShape         4775 php_ext/ming.c 	SWFShape_drawArc(getShape(getThis() TSRMLS_CC), r, start, end);
getShape         4789 php_ext/ming.c 	RETURN_LONG(SWFShape_drawCubic(getShape(getThis() TSRMLS_CC), bx, by, cx, cy, dx, dy));
getShape         4803 php_ext/ming.c 	RETURN_LONG(SWFShape_drawCubicTo(getShape(getThis() TSRMLS_CC), bx, by, cx, cy, dx, dy));
getShape         4814 php_ext/ming.c 	SWFShape_end(getShape(getThis() TSRMLS_CC));
getShape         4830 php_ext/ming.c 	SWFShape_useVersion(getShape(getThis() TSRMLS_CC), ver);
getShape         4841 php_ext/ming.c 	RETURN_LONG(SWFShape_getVersion(getShape(getThis() TSRMLS_CC)));
getShape         4857 php_ext/ming.c 	SWFShape_setRenderHintingFlags(getShape(getThis() TSRMLS_CC), flags);
getShape         4868 php_ext/ming.c 	RETURN_DOUBLE(SWFShape_getPenX(getShape(getThis() TSRMLS_CC)));
getShape         4879 php_ext/ming.c 	RETURN_DOUBLE(SWFShape_getPenY(getShape(getThis() TSRMLS_CC)));
getShape         4890 php_ext/ming.c 	SWFShape_hideLine(getShape(getThis() TSRMLS_CC));
getShape         4903 php_ext/ming.c 	SWFShape_drawCharacterBounds(getShape(getThis() TSRMLS_CC),
getShape         4950 php_ext/ming.c 	SWFShape_setLine2(getShape(getThis() TSRMLS_CC), width, r, g, b, a, flags, limit);
getShape         4999 php_ext/ming.c 	SWFShape_setLine2Filled(getShape(getThis() TSRMLS_CC), width, SWFFill_getFillStyle(xfill), flags, limit);
getShape         5011 php_ext/ming.c 	out = SWFShape_dumpOutline(getShape(getThis() TSRMLS_CC));