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

  /external/harfbuzz_ng/src/
hb-ot-layout-gdef-table.hh 44 typedef ArrayOf<HBUINT16> AttachPoint; /* Array of contour point indices--in
62 const AttachPoint &points = this+attachPoint[index];
78 return_trace (coverage.sanitize (c, this) && attachPoint.sanitize (c, this));
85 OffsetArrayOf<AttachPoint>
86 attachPoint; /* Array of AttachPoint tables
89 DEFINE_SIZE_ARRAY (4, attachPoint);
  /external/fonttools/Tests/otlLib/
builder_test.py 81 ' <AttachPoint index="0">',
85 ' </AttachPoint>',
86 ' <AttachPoint index="1">',
89 ' </AttachPoint>',
96 attachPoint = builder.buildAttachPoint([7, 3])
97 self.assertEqual(getXML(attachPoint.toXML),
98 ['<AttachPoint>',
102 '</AttachPoint>'])
108 attachPoint = builder.buildAttachPoint([7, 3, 7])
109 self.assertEqual(getXML(attachPoint.toXML)
    [all...]

Completed in 209 milliseconds