Searched refs:unicode_props0 (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-ot-layout-private.hh47 #define unicode_props0() var2.u8[0] macro
54 info->unicode_props0() = ((unsigned int) unicode->general_category (info->codepoint)) |
64 return (hb_unicode_general_category_t) (info->unicode_props0() & 0x1F);
82 return !!(info->unicode_props0() & 0x80);
88 return !!(info->unicode_props0() & 0x40);
94 return !!(info->unicode_props0() & 0x20);
H A Dhb-ot-shape.cc574 HB_BUFFER_ALLOCATE_VAR (c->buffer, unicode_props0);
591 HB_BUFFER_DEALLOCATE_VAR (c->buffer, unicode_props0);
/external/harfbuzz_ng/src/
H A Dhb-ot-layout-private.hh47 #define unicode_props0() var2.u8[0] macro
54 info->unicode_props0() = ((unsigned int) unicode->general_category (info->codepoint)) |
64 return (hb_unicode_general_category_t) (info->unicode_props0() & 0x1F);
82 return !!(info->unicode_props0() & 0x80);
88 return !!(info->unicode_props0() & 0x40);
94 return !!(info->unicode_props0() & 0x20);
H A Dhb-ot-shape.cc552 HB_BUFFER_ALLOCATE_VAR (c->buffer, unicode_props0);
569 HB_BUFFER_DEALLOCATE_VAR (c->buffer, unicode_props0);

Completed in 47 milliseconds