HomeSort by relevance Sort by last modified time
    Searched refs:glyph_props (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-layout-private.hh 42 #define glyph_props() var1.u16[0] /* GDEF glyph properties */ macro
178 if ((info.glyph_props() & HB_OT_LAYOUT_GLYPH_PROPS_LIGATURE) && is_a_ligature (info))
hb-uniscribe.cc 293 ALLOCATE_ARRAY (SCRIPT_GLYPHPROP, glyph_props, glyphs_size);
362 glyph_props + glyphs_offset,
402 glyph_props + glyphs_offset,
hb-ot-layout-gsubgpos-private.hh 349 property = info.glyph_props();
516 unsigned int glyph_props,
530 return (lookup_props & LookupFlag::MarkAttachmentType) == (glyph_props & LookupFlag::MarkAttachmentType);
537 unsigned int glyph_props,
543 if (glyph_props & lookup_props & LookupFlag::IgnoreFlags)
546 if (unlikely (glyph_props & HB_OT_LAYOUT_GLYPH_PROPS_MARK))
547 return match_properties_mark (glyph, glyph_props, lookup_props);
558 property = info->glyph_props();
566 buffer->cur().glyph_props() = gdef.get_glyph_props (glyph_index);
568 buffer->cur().glyph_props() = class_guess
    [all...]
hb-ot-shape.cc 351 c->buffer->info[i].glyph_props() = _hb_glyph_info_get_general_category (&c->buffer->info[i]) == HB_UNICODE_GENERAL_CATEGORY_NON_SPACING_MARK ?
420 if ((buffer->info[i].glyph_props() & HB_OT_LAYOUT_GLYPH_PROPS_MARK))
hb-ot-layout-gpos-table.hh 880 if (c->buffer->cur().glyph_props() & HB_OT_LAYOUT_GLYPH_PROPS_MARK) return TRACE_RETURN (false);
    [all...]
hb-ot-layout-gsub-table.hh 275 unsigned int klass = c->buffer->cur().glyph_props() &
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-layout-private.hh 42 #define glyph_props() var1.u16[0] /* GDEF glyph properties */ macro
178 if ((info.glyph_props() & HB_OT_LAYOUT_GLYPH_PROPS_LIGATURE) && is_a_ligature (info))
hb-uniscribe.cc 293 ALLOCATE_ARRAY (SCRIPT_GLYPHPROP, glyph_props, glyphs_size);
362 glyph_props + glyphs_offset,
402 glyph_props + glyphs_offset,
hb-ot-layout-gsubgpos-private.hh 349 property = info.glyph_props();
516 unsigned int glyph_props,
530 return (lookup_props & LookupFlag::MarkAttachmentType) == (glyph_props & LookupFlag::MarkAttachmentType);
537 unsigned int glyph_props,
543 if (glyph_props & lookup_props & LookupFlag::IgnoreFlags)
546 if (unlikely (glyph_props & HB_OT_LAYOUT_GLYPH_PROPS_MARK))
547 return match_properties_mark (glyph, glyph_props, lookup_props);
558 property = info->glyph_props();
566 buffer->cur().glyph_props() = gdef.get_glyph_props (glyph_index);
568 buffer->cur().glyph_props() = class_guess
    [all...]
hb-ot-shape.cc 351 c->buffer->info[i].glyph_props() = _hb_glyph_info_get_general_category (&c->buffer->info[i]) == HB_UNICODE_GENERAL_CATEGORY_NON_SPACING_MARK ?
428 if ((c->buffer->info[i].glyph_props() & HB_OT_LAYOUT_GLYPH_PROPS_MARK))
hb-ot-layout-gpos-table.hh 882 if (c->buffer->cur().glyph_props() & HB_OT_LAYOUT_GLYPH_PROPS_MARK) return TRACE_RETURN (false);
    [all...]
hb-ot-layout-gsub-table.hh 275 unsigned int klass = c->buffer->cur().glyph_props() &
    [all...]

Completed in 163 milliseconds