Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/OT/Layout/GPOS/
DMarkMarkPosFormat1.hh10 typedef AnchorMatrix Mark2Array; /* mark2-major-- typedef
32 typename Types::template OffsetTo<Mark2Array>
/external/fonttools/Lib/fontTools/otlLib/
Dbuilder.py1122 st.Mark2Array = ot.Mark2Array()
1123 st.Mark2Array.Mark2Count = len(st.Mark2Coverage.glyphs)
1124 st.Mark2Array.Mark2Record = []
1127 st.Mark2Array.Mark2Record.append(buildMark2Record(anchors))
/external/fonttools/Lib/fontTools/subset/
D__init__.py820 self.Mark2Array.Mark2Record = _list_subset(self.Mark2Array.Mark2Record, mark2_indices)
821 self.Mark2Array.MarkCount = len(self.Mark2Array.Mark2Record)
827 for b in self.Mark2Array.Mark2Record:
831 self.Mark2Array.MarkCount)
841 for b in self.Mark2Array.Mark2Record:
/external/freetype/src/otvalid/
Dotvgpos.c757 OTV_NEST2( MarkMarkPosFormat1, Mark2Array ); in otv_MarkMarkPos_validate()