/external/harfbuzz_ng/util/ |
shape-consumer.hh | 37 : 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
|
hb-ot-shape-closure.cc | 36 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/ |
hb-ot-shape-private.hh | 40 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/ |
hb-ot-shape-private.hh | 41 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/ |
shaper.c | 12 #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->timer) 165 NetShaper shaper = qemu_malloc(sizeof(*shaper)); local [all...] |
/prebuilts/misc/common/icu4j/ |
icu4j.jar | |