~ubuntu-branches/ubuntu/lucid/pango1.0/lucid-security

« back to all changes in this revision

Viewing changes to pango/opentype/hb-ot-layout.cc

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2009-08-11 17:30:40 UTC
  • mfrom: (1.5.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20090811173040-zozfegyjkb39sep2
Tags: 1.25.2-0ubuntu1
New upstream version

Show diffs side-by-side

added added

removed removed

Lines of Context:
101
101
  return _get_gdef (face).has_glyph_classes ();
102
102
}
103
103
 
104
 
HB_INTERNAL hb_bool_t
 
104
hb_bool_t
105
105
_hb_ot_layout_has_new_glyph_classes (hb_face_t *face)
106
106
{
107
107
  return face->ot_layout.new_gdef.len > 0;
131
131
  }
132
132
}
133
133
 
134
 
HB_INTERNAL hb_bool_t
 
134
hb_bool_t
135
135
_hb_ot_layout_check_glyph_property (hb_face_t    *face,
136
136
                                    hb_internal_glyph_info_t *ginfo,
137
137
                                    unsigned int  lookup_flags,
170
170
  return true;
171
171
}
172
172
 
173
 
HB_INTERNAL hb_bool_t
 
173
hb_bool_t
174
174
_hb_ot_layout_skip_mark (hb_face_t    *face,
175
175
                         hb_internal_glyph_info_t *ginfo,
176
176
                         unsigned int  lookup_flags,
203
203
  return false;
204
204
}
205
205
 
206
 
HB_INTERNAL void
 
206
void
207
207
_hb_ot_layout_set_glyph_class (hb_face_t                  *face,
208
208
                               hb_codepoint_t              glyph,
209
209
                               hb_ot_layout_glyph_class_t  klass)
252
252
  return;
253
253
}
254
254
 
255
 
HB_INTERNAL void
 
255
void
256
256
_hb_ot_layout_set_glyph_property (hb_face_t      *face,
257
257
                                  hb_codepoint_t  glyph,
258
258
                                  unsigned int    property)