Lines Matching refs:shaperec

646 outputSWF_SHAPERECORD (SWF_SHAPERECORD * shaperec, char *parentname)  in outputSWF_SHAPERECORD()  argument
648 if (shaperec->EndShape.TypeFlag) in outputSWF_SHAPERECORD()
651 if (shaperec->StraightEdge.StraightEdge == 1) in outputSWF_SHAPERECORD()
655 shaperec->StraightEdge.NumBits); in outputSWF_SHAPERECORD()
656 if( shaperec->StraightEdge.GeneralLineFlag ) { in outputSWF_SHAPERECORD()
657 _iprintf(" - (%ld, %ld)\n",shaperec->StraightEdge.DeltaX,shaperec->StraightEdge.DeltaY); in outputSWF_SHAPERECORD()
659 if( shaperec->StraightEdge.VertLineFlag ) in outputSWF_SHAPERECORD()
660 _iprintf(" - (0, %ld)\n",shaperec->StraightEdge.VLDeltaY); in outputSWF_SHAPERECORD()
662 _iprintf(" - (%ld, 0)\n",shaperec->StraightEdge.VLDeltaX); in outputSWF_SHAPERECORD()
668 _iprintf (" Curved EdgeRecord: %d", shaperec->CurvedEdge.NumBits); in outputSWF_SHAPERECORD()
669 _iprintf (" Control(%ld,%ld)", shaperec->CurvedEdge.ControlDeltaX, in outputSWF_SHAPERECORD()
670 shaperec->CurvedEdge.ControlDeltaY); in outputSWF_SHAPERECORD()
671 _iprintf (" Anchor(%ld,%ld)\n", shaperec->CurvedEdge.AnchorDeltaX, in outputSWF_SHAPERECORD()
672 shaperec->CurvedEdge.AnchorDeltaY); in outputSWF_SHAPERECORD()
678 if (shaperec->EndShape.EndOfShape == 0) in outputSWF_SHAPERECORD()
684 _iprintf (" StateNewStyles: %d", shaperec->StyleChange.StateNewStyles); in outputSWF_SHAPERECORD()
685 _iprintf (" StateLineStyle: %d ", shaperec->StyleChange.StateLineStyle); in outputSWF_SHAPERECORD()
687 shaperec->StyleChange.StateFillStyle1); in outputSWF_SHAPERECORD()
689 shaperec->StyleChange.StateFillStyle0); in outputSWF_SHAPERECORD()
690 _iprintf (" StateMoveTo: %d\n", shaperec->StyleChange.StateMoveTo); in outputSWF_SHAPERECORD()
692 if (shaperec->StyleChange.StateLineStyle) { in outputSWF_SHAPERECORD()
693 _iprintf (" LineStyle: %ld\n", shaperec->StyleChange.LineStyle); in outputSWF_SHAPERECORD()
695 if (shaperec->StyleChange.StateFillStyle1) { in outputSWF_SHAPERECORD()
696 _iprintf (" FillStyle1: %ld\n", shaperec->StyleChange.FillStyle1); in outputSWF_SHAPERECORD()
698 if (shaperec->StyleChange.StateFillStyle0) { in outputSWF_SHAPERECORD()
699 _iprintf (" FillStyle0: %ld\n", shaperec->StyleChange.FillStyle0); in outputSWF_SHAPERECORD()
701 if (shaperec->StyleChange.StateMoveTo) in outputSWF_SHAPERECORD()
703 _iprintf (" MoveBits: %d ", shaperec->StyleChange.MoveBits); in outputSWF_SHAPERECORD()
704 _iprintf (" MoveDeltaX: %ld ", shaperec->StyleChange.MoveDeltaX); in outputSWF_SHAPERECORD()
705 _iprintf (" MoveDeltaY: %ld\n", shaperec->StyleChange.MoveDeltaY); in outputSWF_SHAPERECORD()