HomeSort by relevance Sort by last modified time
    Searched refs:_get_gdef (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-layout.cc 100 _get_gdef (hb_face_t *face) function
126 return _get_gdef (face).has_glyph_classes ();
133 return (hb_ot_layout_glyph_class_t) _get_gdef (face).get_glyph_class (glyph);
141 return _get_gdef (face).get_glyphs_in_class (klass, glyphs);
151 return _get_gdef (face).get_attach_points (glyph, start_offset, point_count, point_array);
162 return _get_gdef (font->face).get_lig_carets (font, direction, glyph, start_offset, caret_count, caret_array);
  /external/harfbuzz_ng/src/
hb-ot-layout.cc 94 _get_gdef (hb_face_t *face) function
120 return _get_gdef (face).has_glyph_classes ();
127 return (hb_ot_layout_glyph_class_t) _get_gdef (face).get_glyph_class (glyph);
135 return _get_gdef (face).get_glyphs_in_class (klass, glyphs);
145 return _get_gdef (face).get_attach_points (glyph, start_offset, point_count, point_array);
156 return _get_gdef (font->face).get_lig_carets (font, direction, glyph, start_offset, caret_count, caret_array);

Completed in 72 milliseconds