Home
last modified time | relevance | path

Searched refs:gproperties (Results 1 – 3 of 3) sorted by relevance

/external/harfbuzz/src/
Dharfbuzz-buffer.h45 HB_UShort gproperties; member
Dharfbuzz-buffer.c190 glyph->gproperties = HB_GLYPH_PROPERTIES_UNKNOWN; in hb_buffer_add_glyph()
307 item->gproperties = HB_GLYPH_PROPERTIES_UNKNOWN; in _hb_buffer_add_output_glyphs()
Dharfbuzz-gdef.c1080 if ( gitem->gproperties == HB_GLYPH_PROPERTIES_UNKNOWN ) in _HB_GDEF_Check_Property()
1082 error = HB_GDEF_Get_Glyph_Property( gdef, gitem->gindex, &gitem->gproperties ); in _HB_GDEF_Check_Property()
1087 *property = gitem->gproperties; in _HB_GDEF_Check_Property()