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

  /external/chromium_org/third_party/skia/third_party/harfbuzz/src/
harfbuzz-buffer.h 41 HB_UShort gproperties; member in struct:HB_GlyphItemRec_
harfbuzz-buffer.c 190 glyph->gproperties = HB_GLYPH_PROPERTIES_UNKNOWN;
307 item->gproperties = HB_GLYPH_PROPERTIES_UNKNOWN;
harfbuzz-gdef.c 1076 if ( gitem->gproperties == HB_GLYPH_PROPERTIES_UNKNOWN )
1078 error = HB_GDEF_Get_Glyph_Property( gdef, gitem->gindex, &gitem->gproperties );
1083 *property = gitem->gproperties;

Completed in 404 milliseconds