43 #define STARTCORNERUPPERLEFT (0) 44 #define STARTCORNERUPPERRIGHT (1) 45 #define STARTCORNERLOWERLEFT (2) 46 #define STARTCORNERLOWERRIGHT (3) 70 DPL5((
">> asn1_decodeText(%X,%X)\n", listPtr, text));
86 while (currItem != NULL)
88 switch (currItem->
tag)
154 currItem = currItem->
next;
162 DPL2((
"WARNING:[ASN.1] asn1_decodeText() returns errVal = %d\n", errVal));
166 DPL5((
"<< asn1_decodeText() Returns %d\n", errVal));
190 DPL2((
"WARNING:[ASN.1] asn1_createText() Fails\n"));
#define HJUSTIFICATION_JUSTIFIED
asnErr asn1_decodeFontBody(fpa1_syntaxList *listPtr, MHEG5FontBody *fontBody)
Decodes FontBody class. Refer to MHEG5 Specification (ISO/IEC 13522-2:1996), Appendix A...
MHEG5Int verticalJustification
#define HJUSTIFICATION_START
MHEG5Int horizontalJustification
#define STARTCORNERUPPERLEFT
Contains functions/structure used to do MHEG-5 ASN.1 syntax parsing.
Implement the MHEG5 Text Class 36 Text Class Defines attributes and behaviour of pieces of textual in...
MHEG5Bool characterSetEncoded
Typedefs, macros used by all of parser. These may be duplicated elsewhere.
struct fpa1_syntaxItem * children
#define VJUSTIFICATION_JUSTIFIED
Functions to create a MHEG5Text from a MHEG5 script (in the form of a list of fpa1_syntaxList structu...
typedefs etc for the whole object creation section.
Contains macros for MHEG-5 ASN.1 tags and structures.
MHEG5String originalFontAttributes
MHEG5FontBody originalFont
MHEG5Colour originalTextColour
asnErr asn1_decodeVisible(fpa1_syntaxList *listPtr, MHEG5Visible *visible)
Decodes Visible class. Refer to MHEG5 Specification (ISO/IEC 13522-2:1996), Appendix A...
Implementation of the MHEG5 Application Class Defines a set of Ingredient objects, which are shared within an application scope. Base class: Group Subclasses: None Status: Concrete class.
Functions to create a MHEG5Application from a MHEG5 script (in the form of a list of fpa1_syntaxList ...
Functions to create a MHEG5Visible from a MHEG5 script (in the form of a list of fpa1_syntaxList stru...
MHEG5Ingredient ingredient
MHEG5Bool verticalLineOrientation
asnErr asn1_decodeText(fpa1_syntaxList *listPtr, MHEG5Text *text)
Decodes Text class. Refer to MHEG5 Specification (ISO/IEC 13522-2:1996), Appendix A...
struct fpa1_syntaxItem * next
#define VJUSTIFICATION_START
MHEG5Ingredient * asn1_createText(fpa1_syntaxList *listPtr)
Decodes Text class. Refer to MHEG5 Specification (ISO/IEC 13522-2:1996), Appendix A...
#define STARTCORNERLOWERRIGHT
MHEG5Colour originalBackgroundColour