Home
last modified time | relevance | path

Searched refs:AttachPoint (Results 1 – 4 of 4) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-ot-layout-gdef-table.hh44 typedef ArrayOf<HBUINT16> AttachPoint; /* Array of contour point indices--in typedef
62 const AttachPoint &points = this+attachPoint[index]; in get_attach_points()
85 OffsetArrayOf<AttachPoint>
/external/fonttools/Lib/fontTools/otlLib/
Dbuilder.py510 self.AttachPoint = [buildAttachPoint(attachPoints[g])
512 self.GlyphCount = len(self.AttachPoint)
520 self = ot.AttachPoint()
/external/freetype/src/otvalid/
Dotvgdef.c263 OTV_NEST2( AttachList, AttachPoint ); in otv_GDEF_validate()
/external/fonttools/Lib/fontTools/subset/
D__init__.py1630 table.AttachList.AttachPoint = [table.AttachList.AttachPoint[i]
1632 table.AttachList.GlyphCount = len(table.AttachList.AttachPoint)