Searched refs:combining_class (Results 1 - 5 of 5) sorted by relevance
/external/chromium_org/third_party/harfbuzz-ng/src/ |
H A D | hb-unicode-private.hh | 47 HB_UNICODE_FUNC_IMPLEMENT (combining_class) \ 59 HB_UNICODE_FUNC_IMPLEMENT (hb_unicode_combining_class_t, combining_class) \ 113 return _hb_modified_combining_class[combining_class (unicode)];
|
H A D | hb-ot-shape-fallback.cc | 172 unsigned int combining_class = _hb_glyph_info_get_modified_combining_class (&buffer->info[i]); local 173 combining_class = recategorize_combining_class (buffer->info[i].codepoint, combining_class); 174 _hb_glyph_info_set_modified_combining_class (&buffer->info[i], combining_class); 198 unsigned int combining_class) 214 switch (combining_class) 252 switch (combining_class) 193 position_mark(const hb_ot_shape_plan_t *plan, hb_font_t *font, hb_buffer_t *buffer, hb_glyph_extents_t &base_extents, unsigned int i, unsigned int combining_class) argument
|
/external/harfbuzz_ng/src/ |
H A D | hb-unicode-private.hh | 47 HB_UNICODE_FUNC_IMPLEMENT (combining_class) \ 59 HB_UNICODE_FUNC_IMPLEMENT (hb_unicode_combining_class_t, combining_class) \ 113 return _hb_modified_combining_class[combining_class (unicode)];
|
H A D | hb-ot-shape-fallback.cc | 172 unsigned int combining_class = _hb_glyph_info_get_modified_combining_class (&buffer->info[i]); local 173 combining_class = recategorize_combining_class (buffer->info[i].codepoint, combining_class); 174 _hb_glyph_info_set_modified_combining_class (&buffer->info[i], combining_class); 198 unsigned int combining_class) 214 switch (combining_class) 252 switch (combining_class) 193 position_mark(const hb_ot_shape_plan_t *plan, hb_font_t *font, hb_buffer_t *buffer, hb_glyph_extents_t &base_extents, unsigned int i, unsigned int combining_class) argument
|
/external/harfbuzz_ng/test/api/ |
H A D | test-unicode.c | 471 PROPERTY (combining_class, 0),
|
Completed in 455 milliseconds