HomeSort by relevance Sort by last modified time
    Searched refs:hb_glyph_info_t (Results 1 - 25 of 59) sorted by null

1 2 3

  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-layout-private.hh 52 _hb_glyph_info_set_unicode_props (hb_glyph_info_t *info, hb_unicode_funcs_t *unicode)
62 _hb_glyph_info_get_general_category (const hb_glyph_info_t *info)
68 _hb_glyph_info_set_modified_combining_class (hb_glyph_info_t *info, unsigned int modified_class)
74 _hb_glyph_info_get_modified_combining_class (const hb_glyph_info_t *info)
80 _hb_glyph_info_is_default_ignorable (const hb_glyph_info_t *info)
86 _hb_glyph_info_is_zwnj (const hb_glyph_info_t *info)
92 _hb_glyph_info_is_zwj (const hb_glyph_info_t *info)
142 set_lig_props_for_ligature (hb_glyph_info_t &info, unsigned int lig_id, unsigned int lig_num_comps)
147 set_lig_props_for_mark (hb_glyph_info_t &info, unsigned int lig_id, unsigned int lig_comp)
152 set_lig_props_for_component (hb_glyph_info_t &info, unsigned int comp
    [all...]
hb-buffer-private.hh 39 ASSERT_STATIC (sizeof (hb_glyph_info_t) == 20);
40 ASSERT_STATIC (sizeof (hb_glyph_info_t) == sizeof (hb_glyph_position_t));
70 hb_glyph_info_t *info;
71 hb_glyph_info_t *out_info;
74 inline hb_glyph_info_t &cur (unsigned int i = 0) { return info[idx + i]; }
75 inline hb_glyph_info_t cur (unsigned int i = 0) const { return info[idx + i]; }
80 inline hb_glyph_info_t &prev (void) { return out_info[out_len - 1]; }
81 inline hb_glyph_info_t prev (void) const { return info[out_len - 1]; }
115 HB_INTERNAL void add_info (const hb_glyph_info_t &glyph_info);
134 HB_INTERNAL void output_info (const hb_glyph_info_t &glyph_info)
    [all...]
hb-ot-shape-complex-sea.cc 138 set_sea_properties (hb_glyph_info_t &info)
190 compare_sea_order (const hb_glyph_info_t *pa, const hb_glyph_info_t *pb)
205 hb_glyph_info_t *info = buffer->info;
294 hb_glyph_info_t dottedcircle = {0};
311 hb_glyph_info_t info = dottedcircle;
332 hb_glyph_info_t *info = buffer->info;
351 hb_glyph_info_t *info = buffer->info;
test.cc 108 hb_glyph_info_t *infos = hb_buffer_get_glyph_infos (buffer, NULL);
113 hb_glyph_info_t *info = &infos[i];
hb-ot-shape-complex-myanmar.cc 152 is_one_of (const hb_glyph_info_t &info, unsigned int flags)
166 is_consonant (const hb_glyph_info_t &info)
173 set_myanmar_properties (hb_glyph_info_t &info)
292 compare_myanmar_order (const hb_glyph_info_t *pa, const hb_glyph_info_t *pb)
310 hb_glyph_info_t *info = buffer->info;
455 hb_glyph_info_t dottedcircle = {0};
472 hb_glyph_info_t info = dottedcircle;
493 hb_glyph_info_t *info = buffer->info;
512 hb_glyph_info_t *info = buffer->info
    [all...]
hb-buffer.h 44 typedef struct hb_glyph_info_t { struct
52 } hb_glyph_info_t; typedef in typeref:struct:hb_glyph_info_t
256 hb_glyph_info_t *
hb-buffer.cc 91 hb_glyph_info_t *new_info = NULL;
105 new_info = (hb_glyph_info_t *) realloc (info, new_allocated * sizeof (info[0]));
117 out_info = separate_out ? (hb_glyph_info_t *) pos : info;
135 out_info = (hb_glyph_info_t *) pos;
203 hb_glyph_info_t *glyph;
218 hb_buffer_t::add_info (const hb_glyph_info_t &glyph_info)
279 hb_glyph_info_t *tmp_string;
304 hb_glyph_info_t orig_info = info[idx];
305 hb_glyph_info_t *pinfo = &out_info[out_len];
329 hb_buffer_t::output_info (const hb_glyph_info_t &glyph_info
    [all...]
hb-ot-shape-complex-indic.cc 149 is_one_of (const hb_glyph_info_t &info, unsigned int flags)
158 is_joiner (const hb_glyph_info_t &info)
170 is_consonant (const hb_glyph_info_t &info)
177 is_halant_or_coeng (const hb_glyph_info_t &info)
183 set_indic_properties (hb_glyph_info_t &info)
613 compare_indic_order (const hb_glyph_info_t *pa, const hb_glyph_info_t *pb)
654 hb_glyph_info_t *info = buffer->info;
866 hb_glyph_info_t t = info[i];
    [all...]
hb-icu-le.cc 183 hb_glyph_info_t *info = buffer->info;
204 hb_glyph_info_t *info = &buffer->info[i];
hb-ot-shape-normalize.cc 104 set_glyph (hb_glyph_info_t &info, hb_font_t *font)
259 compare_combining_class (const hb_glyph_info_t *pa, const hb_glyph_info_t *pb)
hb-ot-shape-complex-sea-machine.hh 114 hb_glyph_info_t *info = buffer->info;
hb-buffer-serialize.cc 71 hb_glyph_info_t *info = hb_buffer_get_glyph_infos (buffer, NULL);
144 hb_glyph_info_t *info = hb_buffer_get_glyph_infos (buffer, NULL);
  /external/harfbuzz_ng/src/
hb-ot-layout-private.hh 52 _hb_glyph_info_set_unicode_props (hb_glyph_info_t *info, hb_unicode_funcs_t *unicode)
62 _hb_glyph_info_get_general_category (const hb_glyph_info_t *info)
68 _hb_glyph_info_set_modified_combining_class (hb_glyph_info_t *info, unsigned int modified_class)
74 _hb_glyph_info_get_modified_combining_class (const hb_glyph_info_t *info)
80 _hb_glyph_info_is_default_ignorable (const hb_glyph_info_t *info)
86 _hb_glyph_info_is_zwnj (const hb_glyph_info_t *info)
92 _hb_glyph_info_is_zwj (const hb_glyph_info_t *info)
142 set_lig_props_for_ligature (hb_glyph_info_t &info, unsigned int lig_id, unsigned int lig_num_comps)
147 set_lig_props_for_mark (hb_glyph_info_t &info, unsigned int lig_id, unsigned int lig_comp)
152 set_lig_props_for_component (hb_glyph_info_t &info, unsigned int comp
    [all...]
hb-buffer-private.hh 39 ASSERT_STATIC (sizeof (hb_glyph_info_t) == 20);
40 ASSERT_STATIC (sizeof (hb_glyph_info_t) == sizeof (hb_glyph_position_t));
70 hb_glyph_info_t *info;
71 hb_glyph_info_t *out_info;
74 inline hb_glyph_info_t &cur (unsigned int i = 0) { return info[idx + i]; }
75 inline hb_glyph_info_t cur (unsigned int i = 0) const { return info[idx + i]; }
80 inline hb_glyph_info_t &prev (void) { return out_info[out_len - 1]; }
81 inline hb_glyph_info_t prev (void) const { return info[out_len - 1]; }
113 HB_INTERNAL void add_info (const hb_glyph_info_t &glyph_info);
132 HB_INTERNAL void output_info (const hb_glyph_info_t &glyph_info)
    [all...]
hb-ot-shape-complex-sea.cc 138 set_sea_properties (hb_glyph_info_t &info)
190 compare_sea_order (const hb_glyph_info_t *pa, const hb_glyph_info_t *pb)
205 hb_glyph_info_t *info = buffer->info;
294 hb_glyph_info_t dottedcircle = {0};
311 hb_glyph_info_t info = dottedcircle;
332 hb_glyph_info_t *info = buffer->info;
351 hb_glyph_info_t *info = buffer->info;
test.cc 107 hb_glyph_info_t *infos = hb_buffer_get_glyph_infos (buffer, NULL);
112 hb_glyph_info_t *info = &infos[i];
hb-ot-shape-complex-myanmar.cc 152 is_one_of (const hb_glyph_info_t &info, unsigned int flags)
166 is_consonant (const hb_glyph_info_t &info)
173 set_myanmar_properties (hb_glyph_info_t &info)
292 compare_myanmar_order (const hb_glyph_info_t *pa, const hb_glyph_info_t *pb)
310 hb_glyph_info_t *info = buffer->info;
455 hb_glyph_info_t dottedcircle = {0};
472 hb_glyph_info_t info = dottedcircle;
493 hb_glyph_info_t *info = buffer->info;
512 hb_glyph_info_t *info = buffer->info
    [all...]
hb-buffer.h 44 typedef struct hb_glyph_info_t { struct
52 } hb_glyph_info_t; typedef in typeref:struct:hb_glyph_info_t
256 hb_glyph_info_t *
hb-buffer.cc 91 hb_glyph_info_t *new_info = NULL;
105 new_info = (hb_glyph_info_t *) realloc (info, new_allocated * sizeof (info[0]));
117 out_info = separate_out ? (hb_glyph_info_t *) pos : info;
135 out_info = (hb_glyph_info_t *) pos;
203 hb_glyph_info_t *glyph;
218 hb_buffer_t::add_info (const hb_glyph_info_t &glyph_info)
279 hb_glyph_info_t *tmp_string;
304 hb_glyph_info_t orig_info = info[idx];
305 hb_glyph_info_t *pinfo = &out_info[out_len];
329 hb_buffer_t::output_info (const hb_glyph_info_t &glyph_info
    [all...]
hb-ot-shape-complex-indic.cc 149 is_one_of (const hb_glyph_info_t &info, unsigned int flags)
158 is_joiner (const hb_glyph_info_t &info)
170 is_consonant (const hb_glyph_info_t &info)
177 is_halant_or_coeng (const hb_glyph_info_t &info)
183 set_indic_properties (hb_glyph_info_t &info)
613 compare_indic_order (const hb_glyph_info_t *pa, const hb_glyph_info_t *pb)
654 hb_glyph_info_t *info = buffer->info;
866 hb_glyph_info_t t = info[i];
    [all...]
hb-icu-le.cc 183 hb_glyph_info_t *info = buffer->info;
204 hb_glyph_info_t *info = &buffer->info[i];
hb-ot-shape-complex-sea-machine.rl 84 hb_glyph_info_t *info = buffer->info;
hb-ot-shape-normalize.cc 104 set_glyph (hb_glyph_info_t &info, hb_font_t *font)
261 compare_combining_class (const hb_glyph_info_t *pa, const hb_glyph_info_t *pb)
hb-ot-shape-complex-sea-machine.hh 114 hb_glyph_info_t *info = buffer->info;
  /external/harfbuzz_ng/test/api/
test-shape.c 92 hb_glyph_info_t *glyphs;

Completed in 378 milliseconds

1 2 3