Lines Matching refs:SWFDisplayItem

50 	SWFDisplayItem head;
51 SWFDisplayItem tail;
58 destroySWFDisplayItem(SWFDisplayItem displayItem) in destroySWFDisplayItem()
75 SWFDisplayItem item = displayList->head, next; in destroySWFDisplayList()
126 SWFDisplayItem_replace(SWFDisplayItem item, SWFCharacter character) in SWFDisplayItem_replace()
139 SWFDisplayItem
142 SWFDisplayItem item = (SWFDisplayItem) malloc(sizeof(struct SWFDisplayItem_s)); in SWFDisplayList_add()
203 SWFDisplayItem_remove(SWFDisplayItem item) in SWFDisplayItem_remove()
209 SWFDisplayItem_removeFromList(SWFDisplayItem item, SWFBlockList blocklist) in SWFDisplayItem_removeFromList()
236 checkBlock(SWFDisplayItem item) in checkBlock()
247 SWFDisplayItem_getCharacter(SWFDisplayItem item) in SWFDisplayItem_getCharacter()
254 SWFDisplayItem_getDepth(SWFDisplayItem item) in SWFDisplayItem_getDepth()
261 SWFDisplayItem_setDepth(SWFDisplayItem item, int depth) in SWFDisplayItem_setDepth()
278 SWFDisplayItem_getMatrix(SWFDisplayItem item) in SWFDisplayItem_getMatrix()
286 SWFDisplayItem_move(SWFDisplayItem item, double x, double y) in SWFDisplayItem_move()
295 SWFDisplayItem_moveTo(SWFDisplayItem item, double x, double y) in SWFDisplayItem_moveTo()
304 SWFDisplayItem_getPosition(SWFDisplayItem item, double *x, double *y) in SWFDisplayItem_getPosition()
315 SWFDisplayItem_rotate(SWFDisplayItem item, double degrees) in SWFDisplayItem_rotate()
324 SWFDisplayItem_rotateTo(SWFDisplayItem item, double degrees) in SWFDisplayItem_rotateTo()
333 SWFDisplayItem_getRotation(SWFDisplayItem item, double *degrees) in SWFDisplayItem_getRotation()
346 SWFDisplayItem_scale(SWFDisplayItem item, double xScale, double yScale) in SWFDisplayItem_scale()
355 SWFDisplayItem_scaleTo(SWFDisplayItem item, double xScale, double yScale) in SWFDisplayItem_scaleTo()
364 SWFDisplayItem_getScale(SWFDisplayItem item, double *xScale, double *yScale) in SWFDisplayItem_getScale()
375 SWFDisplayItem_skewX(SWFDisplayItem item, double x) in SWFDisplayItem_skewX()
384 SWFDisplayItem_skewXTo(SWFDisplayItem item, double x) in SWFDisplayItem_skewXTo()
393 SWFDisplayItem_skewY(SWFDisplayItem item, double y) in SWFDisplayItem_skewY()
402 SWFDisplayItem_skewYTo(SWFDisplayItem item, double y) in SWFDisplayItem_skewYTo()
411 SWFDisplayItem_getSkew(SWFDisplayItem item, double *xSkew, double *ySkew) in SWFDisplayItem_getSkew()
422 SWFDisplayItem_setMatrix(SWFDisplayItem item, in SWFDisplayItem_setMatrix()
435 SWFDisplayItem_setName(SWFDisplayItem item, const char *name) in SWFDisplayItem_setName()
455 SWFDisplayItem_setMaskLevel(SWFDisplayItem item, int masklevel) in SWFDisplayItem_setMaskLevel()
471 SWFDisplayItem_endMask(SWFDisplayItem item) in SWFDisplayItem_endMask()
479 SWFDisplayItem_setRatio(SWFDisplayItem item, float ratio) in SWFDisplayItem_setRatio()
499 SWFDisplayItem_setCXform(SWFDisplayItem item, SWFCXform cXform) in SWFDisplayItem_setCXform()
507 SWFDisplayItem_setColorAdd(SWFDisplayItem item, int r, int g, int b, int a) in SWFDisplayItem_setColorAdd()
515 SWFDisplayItem_setColorMult(SWFDisplayItem item, in SWFDisplayItem_setColorMult()
524 SWFDisplayItem_addAction(SWFDisplayItem item, SWFAction action, int flags) in SWFDisplayItem_addAction()
545 void SWFDisplayItem_addFilter(SWFDisplayItem item, in SWFDisplayItem_addFilter()
581 void SWFDisplayItem_setBlendMode(SWFDisplayItem item, in SWFDisplayItem_setBlendMode()
595 void SWFDisplayItem_cacheAsBitmap(SWFDisplayItem item, in SWFDisplayItem_cacheAsBitmap()
621 SWFDisplayItem item = list->head, next; in SWFDisplayList_writeBlocks()
682 SWFDisplayItem_flush(SWFDisplayItem item /* item to write */) in SWFDisplayItem_flush()