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

  /external/harfbuzz_ng/src/
hb-shape.h 57 hb_shape_list_shapers (void);
hb-shape.cc 94 * hb_shape_list_shapers:
104 hb_shape_list_shapers () function
  /external/harfbuzz_ng/test/api/
test-c.c 61 return !*hb_shape_list_shapers ();
test-shape.c 186 const char **shapers = hb_shape_list_shapers ();
  /external/harfbuzz_ng/util/
options.cc 68 const char **shaper_list = hb_shape_list_shapers ();
195 for (const char **hb_shaper = hb_shape_list_shapers (); *hb_shaper; hb_shaper++) {
220 for (const char **shaper = hb_shape_list_shapers (); *shaper; shaper++)

Completed in 594 milliseconds