HomeSort by relevance Sort by last modified time
    Searched defs:shaper (Results 1 - 6 of 6) sorted by null

  /external/harfbuzz_ng/util/
shape-consumer.hh 38 shaper (parser),
56 for (unsigned int n = shaper.num_iterations; n; n--)
58 shaper.populate_buffer (buffer, text, text_len, text_before, text_after);
60 output.consume_text (buffer, text, text_len, shaper.utf8_clusters);
61 if (!shaper.shape (font, buffer)) {
64 output.shape_failed (buffer, text, text_len, shaper.utf8_clusters);
69 output.consume_glyphs (buffer, text, text_len, shaper.utf8_clusters);
82 shape_options_t shaper; member in struct:shape_consumer_t
hb-ot-shape-closure.cc 36 shaper (parser),
69 shaper.shape_closure (text, text_len, font, buffer, glyphs);
103 shape_options_t shaper; member in struct:shape_closure_consumer_t
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-shape-private.hh 40 const struct hb_ot_complex_shaper_t *shaper; member in struct:hb_ot_shape_plan_t
70 const struct hb_ot_complex_shaper_t *shaper; member in struct:hb_ot_shape_planner_t
76 shaper (NULL),
83 plan.shaper = shaper;
  /external/harfbuzz_ng/src/
hb-ot-shape-private.hh 40 const struct hb_ot_complex_shaper_t *shaper; member in struct:hb_ot_shape_plan_t
70 const struct hb_ot_complex_shaper_t *shaper; member in struct:hb_ot_shape_planner_t
76 shaper (NULL),
83 plan.shaper = shaper;
  /external/qemu/android/
shaper.c 12 #include "android/shaper.h"
101 int active; /* is this shaper active ? */
114 netshaper_destroy( NetShaper shaper )
116 if (shaper) {
117 shaper->active = 0;
119 while (shaper->packets) {
120 QueuedPacket packet = shaper->packets;
121 shaper->packets = packet->next;
126 timer_del(shaper->timer);
127 timer_free(shaper->timer)
165 NetShaper shaper = g_malloc(sizeof(*shaper)); local
    [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 107 milliseconds