Searched refs:glyph_props (Results 1 - 6 of 6) sorted by relevance

/external/harfbuzz_ng/src/
H A Dhb-ot-layout-private.hh42 #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))
H A Dhb-uniscribe.cc293 ALLOCATE_ARRAY (SCRIPT_GLYPHPROP, glyph_props, glyphs_size);
362 glyph_props + glyphs_offset,
402 glyph_props + glyphs_offset,
H A Dhb-ot-layout-gsubgpos-private.hh349 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()
515 match_properties_mark(hb_codepoint_t glyph, unsigned int glyph_props, unsigned int lookup_props) const argument
536 match_properties(hb_codepoint_t glyph, unsigned int glyph_props, unsigned int lookup_props) const argument
[all...]
H A Dhb-ot-shape.cc351 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))
H A Dhb-ot-layout-gpos-table.hh882 if (c->buffer->cur().glyph_props() & HB_OT_LAYOUT_GLYPH_PROPS_MARK) return TRACE_RETURN (false);
1042 if (!(c->buffer->info[skippy_iter.idx].glyph_props() & HB_OT_LAYOUT_GLYPH_PROPS_BASE_GLYPH)) {/*return TRACE_RETURN (false);*/}
1141 if (!(c->buffer->info[skippy_iter.idx].glyph_props() & HB_OT_LAYOUT_GLYPH_PROPS_LIGATURE)) {/*return TRACE_RETURN (false);*/}
1256 if (!(c->buffer->info[skippy_iter.idx].glyph_props() & HB_OT_LAYOUT_GLYPH_PROPS_MARK)) { return TRACE_RETURN (false); }
1615 HB_BUFFER_DEALLOCATE_VAR (buffer, glyph_props);
H A Dhb-ot-layout-gsub-table.hh275 unsigned int klass = c->buffer->cur().glyph_props() &
1361 HB_BUFFER_ALLOCATE_VAR (buffer, glyph_props);
1369 buffer->info[i].glyph_props() = gdef.get_glyph_props (buffer->info[i].codepoint);

Completed in 344 milliseconds