~ubuntu-branches/ubuntu/intrepid/gpac/intrepid-proposed

« back to all changes in this revision

Viewing changes to regression_tests/bifs-text-align-vert2.bt

  • Committer: Bazaar Package Importer
  • Author(s): John Dong
  • Date: 2007-01-24 23:34:57 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20070124233457-zzlls8afkt0nyakj
Tags: 0.4.2~rc2-0ubuntu1
* New upstream release
  * Most notably MP4 tagging support via MP4Box -itags
* debian/patches/01_64bits.dpatch: dropped; included upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
InitialObjectDescriptor {
 
2
 objectDescriptorID 1
 
3
 audioProfileLevelIndication 255
 
4
 visualProfileLevelIndication 254
 
5
 sceneProfileLevelIndication 1
 
6
 graphicsProfileLevelIndication 1
 
7
 ODProfileLevelIndication 1
 
8
 esDescr [
 
9
  ES_Descriptor {
 
10
   ES_ID 1
 
11
   decConfigDescr DecoderConfigDescriptor {
 
12
    streamType 3
 
13
    decSpecificInfo BIFSConfig {
 
14
     isCommandStream true
 
15
     pixelMetric true
 
16
     pixelWidth 450
 
17
     pixelHeight 450
 
18
    }
 
19
   }
 
20
  }
 
21
 ]
 
22
}
 
23
 
 
24
OrderedGroup {
 
25
 children [
 
26
  Background2D {
 
27
   backColor 1 1 1
 
28
  }
 
29
  WorldInfo {
 
30
   info ["This shows Text alignment for vertical text" "top to bottom = FALSE" "left to right = TRUE" "" "GPAC Regression Tests" "(C) 2002-2004 GPAC Team"]
 
31
   title "Vertical Text alignment"
 
32
  }
 
33
  Transform2D {
 
34
   translation -150 100
 
35
   children [
 
36
    DEF LINES Shape {
 
37
     geometry IndexedLineSet2D {
 
38
      coordIndex [0 1 -1 2 3 -1]
 
39
      coord Coordinate2D {
 
40
       point [-50 0 50 0 0 -50 0 50]
 
41
      }
 
42
     }
 
43
    }
 
44
    Shape {
 
45
     appearance DEF APP Appearance {
 
46
      material Material2D {
 
47
       emissiveColor 0 0 0
 
48
       filled TRUE
 
49
      }
 
50
     }
 
51
     geometry Text {
 
52
      string ["MBegin" "mBegin"]
 
53
      fontStyle FontStyle {
 
54
       horizontal FALSE
 
55
       justify ["BEGIN" "BEGIN"]
 
56
       size 20
 
57
       topToBottom FALSE
 
58
      }
 
59
     }
 
60
    }
 
61
   ]
 
62
  }
 
63
  Transform2D {
 
64
   translation -150 -60
 
65
   children [
 
66
    USE LINES
 
67
    Shape {
 
68
     appearance USE APP
 
69
     geometry Text {
 
70
      string ["MBegin" "mMiddle"]
 
71
      fontStyle FontStyle {
 
72
       horizontal FALSE
 
73
       justify ["BEGIN" "MIDDLE"]
 
74
       size 20
 
75
       topToBottom FALSE
 
76
      }
 
77
     }
 
78
    }
 
79
   ]
 
80
  }
 
81
  Transform2D {
 
82
   translation -150 -200
 
83
   children [
 
84
    USE LINES
 
85
    Shape {
 
86
     appearance USE APP
 
87
     geometry Text {
 
88
      string ["MBegin" "mEnd"]
 
89
      fontStyle FontStyle {
 
90
       horizontal FALSE
 
91
       justify ["BEGIN" "END"]
 
92
       size 20
 
93
       topToBottom FALSE
 
94
      }
 
95
     }
 
96
    }
 
97
   ]
 
98
  }
 
99
  Transform2D {
 
100
   translation 0 150
 
101
   children [
 
102
    USE LINES
 
103
    Shape {
 
104
     appearance USE APP
 
105
     geometry Text {
 
106
      string ["MMiddle" "mBegin"]
 
107
      fontStyle FontStyle {
 
108
       horizontal FALSE
 
109
       justify ["MIDDLE" "BEGIN"]
 
110
       size 20
 
111
       topToBottom FALSE
 
112
      }
 
113
     }
 
114
    }
 
115
   ]
 
116
  }
 
117
  Transform2D {
 
118
   children [
 
119
    USE LINES
 
120
    Shape {
 
121
     appearance USE APP
 
122
     geometry Text {
 
123
      string ["MMiddle" "mMiddle"]
 
124
      fontStyle FontStyle {
 
125
       horizontal FALSE
 
126
       justify ["MIDDLE" "MIDDLE"]
 
127
       size 20
 
128
       topToBottom FALSE
 
129
      }
 
130
     }
 
131
    }
 
132
   ]
 
133
  }
 
134
  Transform2D {
 
135
   translation 0 -150
 
136
   children [
 
137
    USE LINES
 
138
    Shape {
 
139
     appearance USE APP
 
140
     geometry Text {
 
141
      string ["MMiddle" "mEnd"]
 
142
      fontStyle FontStyle {
 
143
       horizontal FALSE
 
144
       justify ["MIDDLE" "END"]
 
145
       size 20
 
146
       topToBottom FALSE
 
147
      }
 
148
     }
 
149
    }
 
150
   ]
 
151
  }
 
152
  Transform2D {
 
153
   translation 150 200
 
154
   children [
 
155
    USE LINES
 
156
    Shape {
 
157
     appearance USE APP
 
158
     geometry Text {
 
159
      string ["MEnd" "mBegin"]
 
160
      fontStyle FontStyle {
 
161
       horizontal FALSE
 
162
       justify ["END" "BEGIN"]
 
163
       size 20
 
164
       topToBottom FALSE
 
165
      }
 
166
     }
 
167
    }
 
168
   ]
 
169
  }
 
170
  Transform2D {
 
171
   translation 150 60
 
172
   children [
 
173
    USE LINES
 
174
    Shape {
 
175
     appearance USE APP
 
176
     geometry Text {
 
177
      string ["MEnd" "mMiddle"]
 
178
      fontStyle FontStyle {
 
179
       horizontal FALSE
 
180
       justify ["END" "MIDDLE"]
 
181
       size 20
 
182
       topToBottom FALSE
 
183
      }
 
184
     }
 
185
    }
 
186
   ]
 
187
  }
 
188
  Transform2D {
 
189
   translation 150 -120
 
190
   children [
 
191
    USE LINES
 
192
    Shape {
 
193
     appearance USE APP
 
194
     geometry Text {
 
195
      string ["MEnd" "mEnd"]
 
196
      fontStyle FontStyle {
 
197
       horizontal FALSE
 
198
       justify ["END" "END"]
 
199
       size 20
 
200
       topToBottom FALSE
 
201
      }
 
202
     }
 
203
    }
 
204
   ]
 
205
  }
 
206
 ]
 
207
}
 
208
 
 
209