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

1 2

  /external/harfbuzz_ng/src/
hb-ot-layout-private.hh 212 hb_glyph_info_t *info = buffer->info;
252 _hb_glyph_info_set_unicode_props (hb_glyph_info_t *info, hb_buffer_t *buffer)
314 _hb_glyph_info_set_general_category (hb_glyph_info_t *info,
322 _hb_glyph_info_get_general_category (const hb_glyph_info_t *info)
328 _hb_glyph_info_is_unicode_mark (const hb_glyph_info_t *info)
333 _hb_glyph_info_set_modified_combining_class (hb_glyph_info_t *info,
341 _hb_glyph_info_get_modified_combining_class (const hb_glyph_info_t *info)
347 _hb_glyph_info_is_unicode_space (const hb_glyph_info_t *info)
353 _hb_glyph_info_set_unicode_space_fallback_type (hb_glyph_info_t *info, hb_unicode_funcs_t::space_t s)
360 _hb_glyph_info_get_unicode_space_fallback_type (const hb_glyph_info_t *info
    [all...]
hb-buffer-private.hh 48 ASSERT_STATIC (sizeof (hb_glyph_info_t) == 20);
49 ASSERT_STATIC (sizeof (hb_glyph_info_t) == sizeof (hb_glyph_position_t));
98 hb_glyph_info_t *info;
99 hb_glyph_info_t *out_info;
102 inline hb_glyph_info_t &cur (unsigned int i = 0) { return info[idx + i]; }
103 inline hb_glyph_info_t cur (unsigned int i = 0) const { return info[idx + i]; }
108 inline hb_glyph_info_t &prev (void) { return out_info[out_len ? out_len - 1 : 0]; }
109 inline hb_glyph_info_t prev (void) const { return out_info[out_len ? out_len - 1 : 0]; }
182 HB_INTERNAL void add_info (const hb_glyph_info_t &glyph_info);
201 HB_INTERNAL void output_info (const hb_glyph_info_t &glyph_info)
    [all...]
hb-ot-shape-complex-use.cc 263 hb_glyph_info_t *info = buffer->info;
277 hb_glyph_info_t *info = buffer->info;
310 hb_glyph_info_t *info = buffer->info;
366 hb_glyph_info_t *info = buffer->info;
381 hb_glyph_info_t *info = buffer->info;
400 hb_glyph_info_t *info = buffer->info;
415 is_halant (const hb_glyph_info_t &info)
432 hb_glyph_info_t *info = buffer->info;
450 hb_glyph_info_t t = info[start];
478 hb_glyph_info_t t = info[i]
    [all...]
hb-ot-shape-complex-myanmar.cc 153 is_one_of (const hb_glyph_info_t &info, unsigned int flags)
161 is_consonant (const hb_glyph_info_t &info)
168 set_myanmar_properties (hb_glyph_info_t &info)
289 hb_glyph_info_t *info = buffer->info;
303 compare_myanmar_order (const hb_glyph_info_t *pa, const hb_glyph_info_t *pb)
319 hb_glyph_info_t *info = buffer->info;
435 hb_glyph_info_t *info = buffer->info;
450 hb_glyph_info_t dottedcircle = {0};
467 hb_glyph_info_t ginfo = dottedcircle
    [all...]
hb-buffer.cc 128 hb_glyph_info_t *new_info = NULL;
142 new_info = (hb_glyph_info_t *) realloc (info, new_allocated * sizeof (info[0]));
154 out_info = separate_out ? (hb_glyph_info_t *) pos : info;
172 out_info = (hb_glyph_info_t *) pos;
262 hb_glyph_info_t *glyph;
277 hb_buffer_t::add_info (const hb_glyph_info_t &glyph_info)
338 hb_glyph_info_t *tmp_string;
363 hb_glyph_info_t orig_info = info[idx];
364 hb_glyph_info_t *pinfo = &out_info[out_len];
388 hb_buffer_t::output_info (const hb_glyph_info_t &glyph_info
    [all...]
test.cc 111 hb_glyph_info_t *infos = hb_buffer_get_glyph_infos (buffer, NULL);
116 hb_glyph_info_t *info = &infos[i];
hb-ot-shape-fallback.cc 170 hb_glyph_info_t *info = buffer->info;
185 hb_glyph_info_t *info = buffer->info;
334 hb_glyph_info_t *info = buffer->info;
399 hb_glyph_info_t *info = buffer->info;
424 hb_glyph_info_t *info = buffer->info;
449 hb_glyph_info_t *info = buffer->info;
498 hb_glyph_info_t *info = buffer->info;
hb-ot-shape-complex-hangul.cc 209 hb_glyph_info_t *info = buffer->out_info;
210 hb_glyph_info_t tone = info[end];
211 memmove (&info[start + 1], &info[start], (end - start) * sizeof (hb_glyph_info_t));
350 hb_glyph_info_t *info = buffer->out_info;
400 hb_glyph_info_t *info = buffer->info;
hb-ot-shape.cc 237 hb_glyph_info_t *info = buffer->info;
254 hb_glyph_info_t dottedcircle = {0};
261 hb_glyph_info_t info = dottedcircle;
281 hb_glyph_info_t *info = buffer->info;
310 hb_glyph_info_t *info = buffer->info;
346 hb_glyph_info_t *info = buffer->info;
379 hb_glyph_info_t *info = buffer->info;
447 hb_glyph_info_t *info = buffer->info;
465 hb_glyph_info_t *info = buffer->info;
539 hb_glyph_info_t *info = buffer->info
    [all...]
hb-ot-shape-complex-indic.cc 141 is_one_of (const hb_glyph_info_t &info, unsigned int flags)
149 is_joiner (const hb_glyph_info_t &info)
155 is_consonant (const hb_glyph_info_t &info)
161 is_halant_or_coeng (const hb_glyph_info_t &info)
167 set_indic_properties (hb_glyph_info_t &info)
607 hb_glyph_info_t *info = buffer->info;
621 compare_indic_order (const hb_glyph_info_t *pa, const hb_glyph_info_t *pb)
646 hb_glyph_info_t *info = buffer->info;
667 hb_glyph_info_t *info = buffer->info
    [all...]
hb-fallback-shape.cc 118 hb_glyph_info_t *info = buffer->info;
hb-buffer.h 44 * hb_glyph_info_t:
49 * to this #hb_glyph_info_t, or whatever the client passes to
50 * hb_buffer_add(). More than one #hb_glyph_info_t can have the same
54 * #hb_glyph_info_t will have the smallest cluster value of them.
60 * The #hb_glyph_info_t is the structure that holds information about the
64 typedef struct hb_glyph_info_t { struct
72 } hb_glyph_info_t; typedef in typeref:struct:hb_glyph_info_t
372 HB_EXTERN hb_glyph_info_t *
hb-ot-shape-complex-arabic.cc 291 hb_glyph_info_t *info = buffer->info;
346 hb_glyph_info_t *info = buffer->info;
364 hb_glyph_info_t *info = buffer->info;
385 hb_glyph_info_t *info = buffer->info;
439 hb_glyph_info_t *info = buffer->info;
473 hb_glyph_info_t *info = buffer->info;
hb-ot-shape-normalize.cc 92 set_glyph (hb_glyph_info_t &info, hb_font_t *font)
278 compare_combining_class (const hb_glyph_info_t *pa, const hb_glyph_info_t *pb)
hb-buffer-deserialize-json.rl 120 hb_glyph_info_t info = {0};
hb-buffer-deserialize-text.rl 114 hb_glyph_info_t info = {0};
hb-ot-shape-complex-indic-machine.rl 113 hb_glyph_info_t *info = buffer->info;
hb-ot-shape-complex-myanmar-machine.rl 110 hb_glyph_info_t *info = buffer->info;
hb-graphite2.cc 368 hb_glyph_info_t *info = &buffer->info[clusters[i].base_glyph + j];
381 const hb_glyph_info_t *info = buffer->info;
402 const hb_glyph_info_t *info = buffer->info;
hb-ot-shape-complex-myanmar-machine.hh 286 hb_glyph_info_t *info = buffer->info;
hb-ot-shape-complex-use-machine.hh 312 hb_glyph_info_t *info = buffer->info;
  /external/harfbuzz_ng/test/fuzzing/
hb-fuzzer.cc 33 hb_glyph_info_t *infos = hb_buffer_get_glyph_infos (buffer, NULL);
37 hb_glyph_info_t info = infos[i];
  /external/harfbuzz_ng/test/api/
test-shape.c 92 hb_glyph_info_t *glyphs;
148 hb_glyph_info_t *glyphs;
  /external/harfbuzz_ng/util/
hb-fc.cc 139 hb_glyph_info_t *info = hb_buffer_get_glyph_infos (buffer, &len);
  /external/freetype/src/autofit/
afshaper.c 496 hb_glyph_info_t* ginfo;
499 hb_glyph_info_t* hb_ginfo;
551 hb_glyph_info_t* ginfo;

Completed in 279 milliseconds

1 2