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

  /external/harfbuzz/src/
harfbuzz-gdef.h 103 HB_AttachList AttachList;
harfbuzz-gdef.c 68 gdef->AttachList.loaded = FALSE;
141 ( error = Load_AttachList( &gdef->AttachList,
190 Free_AttachList( &gdef->AttachList );
205 Free_AttachList( &gdef->AttachList );
220 * AttachList related functions
273 /* AttachList */
  /external/harfbuzz_ng/src/hb-old/
harfbuzz-gdef.h 103 HB_AttachList AttachList;
harfbuzz-gdef.c 68 gdef->AttachList.loaded = FALSE;
141 ( error = Load_AttachList( &gdef->AttachList,
190 Free_AttachList( &gdef->AttachList );
205 Free_AttachList( &gdef->AttachList );
220 * AttachList related functions
273 /* AttachList */
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-layout-gdef-table.hh 47 struct AttachList
82 * beginning of AttachList table */
347 inline bool has_attach_points (void) const { return attachList != 0; }
352 { return (this+attachList).get_attach_points (glyph_id, start_offset, point_count, point_array); }
372 attachList.sanitize (c, this) &&
406 OffsetTo<AttachList>
407 attachList; /* Offset to list of glyphs with
  /external/harfbuzz_ng/src/
hb-ot-layout-gdef-table.hh 47 struct AttachList
82 * beginning of AttachList table */
347 inline bool has_attach_points (void) const { return attachList != 0; }
352 { return (this+attachList).get_attach_points (glyph_id, start_offset, point_count, point_array); }
372 attachList.sanitize (c, this) &&
406 OffsetTo<AttachList>
407 attachList; /* Offset to list of glyphs with

Completed in 2184 milliseconds