HomeSort by relevance Sort by last modified time
    Searched refs:AttachPoint (Results 1 - 4 of 4) 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/freetype/src/otvalid/
otvgdef.c 263 OTV_NEST2( AttachList, AttachPoint );
  /external/fonttools/Lib/fontTools/otlLib/
builder.py 510 self.AttachPoint = [buildAttachPoint(attachPoints[g])
512 self.GlyphCount = len(self.AttachPoint)
517 """[4, 23, 41] --> otTables.AttachPoint"""
520 self = ot.AttachPoint()
  /external/fonttools/Lib/fontTools/subset/
__init__.py     [all...]

Completed in 797 milliseconds