Examples of MorphFillStyleArray


Examples of tv.porst.swfretools.parser.structures.MorphFillStyleArray

    final Rect endEdgeBounds = RectParser.parse(parser, "DefineMorphShape2::EndEdgeBounds");
    final UBits reserved = parseUBits(parser, 6, 0x00006, "DefineMorphShape::Reserved");
    final Flag useNonScalingStrokes = parseFlag(parser, 0x00006, "DefineMorphShape2::UseNonScalingStrokes");
    final Flag useScalingStrokes = parseFlag(parser, 0x00006, "DefineMorphShape2::UseScalingStrokes");
    final UINT32 offset = parseUINT32(parser, 0x00006, "DefineMorphShape2::Offset");
    final MorphFillStyleArray morphFillStyles = MorphFillStyleArrayParser.parse(parser, "DefineMorphShape::MorphFillStyleArray");
    final MorphLineStyleArray2 morphLineStyles = MorphLineStyleArray2Parser.parse(parser, "DefineMorphShape::MorphLineSyleArray");
    final Shape startEdges = ShapeParser.parse(parser, "DefineMorphShape2::StartEdges");
    final Shape endEdges = ShapeParser.parse(parser, "DefineMorphShape2::EndEdges");

    return new DefineMorphShape2Tag(header, characterId, startBounds, endBounds, startEdgeBounds, endEdgeBounds, reserved, useNonScalingStrokes, useScalingStrokes, offset, morphFillStyles, morphLineStyles, startEdges, endEdges);
View Full Code Here

Examples of tv.porst.swfretools.parser.structures.MorphFillStyleArray

    final UINT16 characterId = parseUINT16(parser, 0x00006, "DefineMorphShape::CharacterId");
    final Rect startBounds = RectParser.parse(parser, "DefineMorphShape::StartBounds");
    final Rect endBounds = RectParser.parse(parser, "DefineMorphShape::EndBounds");
    final UINT32 offset = parseUINT32(parser, 0x00006, "DefineMorphShape::Offset");
    final MorphFillStyleArray morphFillStyles = MorphFillStyleArrayParser.parse(parser, "DefineMorphShape::MorphFillStyles");
    final MorphLineStyleArray morphLineStyles = MorphLineStyleArrayParser.parse(parser, "DefineMorphShape::MorphLineStyles");
    final Shape startEdges = ShapeParser.parse(parser, "DefineMorphShape::StartEdges");
    final Shape endEdges = ShapeParser.parse(parser, "DefineMorphShape::EndEdges");

    return new DefineMorphShapeTag(header, characterId, startBounds, endBounds, offset, morphFillStyles, morphLineStyles, startEdges, endEdges);
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.