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

  /external/freetype/src/otvalid/
otvgdef.c 263 OTV_NEST2( AttachList, AttachPoint );
  /external/harfbuzz_ng/src/
hb-ot-layout-gdef-table.hh 47 struct AttachList
84 * beginning of AttachList table */
365 bool has_attach_points () const { return attachList != 0; }
370 { return (this+attachList).get_attach_points (glyph_id, start_offset, point_count, point_array); }
446 out->attachList.set (0);//TODO(subset) serialize_subset (c, this+attachList, out);
465 attachList.sanitize (c, this) &&
479 OffsetTo<AttachList>
480 attachList; /* Offset to list of glyphs with
  /external/fonttools/Lib/fontTools/subset/
__init__.py     [all...]
  /external/fonttools/Lib/fontTools/varLib/
mutator.py 302 gdef.AttachList or
  /external/fonttools/Lib/fontTools/otlLib/
builder.py 505 """{"glyphName": [4, 23]} --> otTables.AttachList, or None"""
508 self = ot.AttachList()
  /external/fonttools/Lib/fontTools/feaLib/
builder.py 471 gdef.AttachList = \
479 if any((gdef.GlyphClassDef, gdef.AttachList, gdef.LigCaretList,
    [all...]
  /external/fonttools/Lib/fontTools/
merge.py 591 otTables.AttachList.mergeMap = {

Completed in 573 milliseconds