Searched defs:shaper (Results 1 - 5 of 5) sorted by relevance

/external/harfbuzz_ng/util/
H A Dshape-consumer.hh37 : shaper (parser),
54 shaper.populate_buffer (buffer, text, text_len, text_before, text_after);
55 output.consume_text (buffer, text, text_len, shaper.utf8_clusters);
57 if (!shaper.shape (font, buffer)) {
60 output.shape_failed (buffer, text, text_len, shaper.utf8_clusters);
64 output.consume_glyphs (buffer, text, text_len, shaper.utf8_clusters);
77 shape_options_t shaper; member in struct:shape_consumer_t
H A Dhb-ot-shape-closure.cc36 shaper (parser),
69 shaper.shape_closure (text, text_len, font, buffer, glyphs);
102 shape_options_t shaper; member in struct:shape_closure_consumer_t
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-ot-shape-private.hh40 const struct hb_ot_complex_shaper_t *shaper; member in struct:hb_ot_shape_plan_t
65 const struct hb_ot_complex_shaper_t *shaper; member in struct:hb_ot_shape_planner_t
71 shaper (NULL),
78 plan.shaper = shaper;
/external/harfbuzz_ng/src/
H A Dhb-ot-shape-private.hh41 const struct hb_ot_complex_shaper_t *shaper; member in struct:hb_ot_shape_plan_t
66 const struct hb_ot_complex_shaper_t *shaper; member in struct:hb_ot_shape_planner_t
72 shaper (NULL),
79 plan.shaper = shaper;
/external/qemu/
H A Dshaper.c12 #include "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 qemu_del_timer(shaper->timer);
127 qemu_free_timer(shaper
165 NetShaper shaper = qemu_malloc(sizeof(*shaper)); local
183 netshaper_set_rate( NetShaper shaper, double rate ) argument
207 netshaper_send_aux( NetShaper shaper, void* data, size_t size, void* opaque ) argument
258 netshaper_send( NetShaper shaper, void* data, size_t size ) argument
[all...]

Completed in 161 milliseconds