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

  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-layout-gdef-table.hh 338 inline unsigned int get_glyph_class (hb_codepoint_t glyph) const function in struct:OT::GDEF
384 unsigned int klass = get_glyph_class (glyph);
hb-ot-layout.cc 133 return (hb_ot_layout_glyph_class_t) _get_gdef (face).get_glyph_class (glyph);
  /external/harfbuzz_ng/src/
hb-ot-layout-gdef-table.hh 338 inline unsigned int get_glyph_class (hb_codepoint_t glyph) const function in struct:OT::GDEF
384 unsigned int klass = get_glyph_class (glyph);
hb-ot-layout.cc 127 return (hb_ot_layout_glyph_class_t) _get_gdef (face).get_glyph_class (glyph);

Completed in 182 milliseconds