~oif-team/ubuntu/natty/qt4-x11/xi2.1

« back to all changes in this revision

Viewing changes to src/3rdparty/freetype/src/otvalid/otvgdef.c

  • Committer: Bazaar Package Importer
  • Author(s): Alessandro Ghersi
  • Date: 2009-11-02 18:30:08 UTC
  • mfrom: (1.2.2 upstream)
  • mto: (15.2.5 experimental)
  • mto: This revision was merged to the branch mainline in revision 88.
  • Revision ID: james.westby@ubuntu.com-20091102183008-b6a4gcs128mvfb3m
Tags: upstream-4.6.0~beta1
ImportĀ upstreamĀ versionĀ 4.6.0~beta1

Show diffs side-by-side

added added

removed removed

Lines of Context:
141
141
  /*************************************************************************/
142
142
  /*************************************************************************/
143
143
 
 
144
  /* sets valid->glyph_count */
 
145
 
144
146
  FT_LOCAL_DEF( void )
145
147
  otv_GDEF_validate( FT_Bytes      table,
146
148
                     FT_Bytes      gsub,
147
149
                     FT_Bytes      gpos,
 
150
                     FT_UInt       glyph_count,
148
151
                     FT_Validator  ftvalid )
149
152
  {
150
153
    OTV_ValidatorRec  validrec;
183
186
    else
184
187
      table_size = 10;              /* OpenType < 1.2  */
185
188
 
 
189
    valid->glyph_count = glyph_count;
 
190
 
186
191
    OTV_OPTIONAL_OFFSET( GlyphClassDef );
187
192
    OTV_SIZE_CHECK( GlyphClassDef );
188
193
    if ( GlyphClassDef )