Home
last modified time | relevance | path

Searched refs:MarkCount (Results 1 – 7 of 7) sorted by relevance

/external/freetype/src/otvalid/
Dotvgpos.c313 FT_UInt MarkCount; in otv_MarkArray_validate() local
319 MarkCount = FT_NEXT_USHORT( p ); in otv_MarkArray_validate()
321 OTV_TRACE(( " (MarkCount = %d)\n", MarkCount )); in otv_MarkArray_validate()
323 OTV_LIMIT_CHECK( MarkCount * 4 ); in otv_MarkArray_validate()
326 for ( ; MarkCount > 0; MarkCount-- ) in otv_MarkArray_validate()
/external/fonttools/Tests/ttLib/tables/
DotTables_test.py587 assert oldSubTable.MarkArray.MarkCount == 2
588 assert newSubTable.MarkArray.MarkCount == 1
/external/fonttools/Lib/fontTools/subset/
D__init__.py614 self.MarkArray.MarkCount = len(self.MarkArray.MarkRecord)
626 self.MarkArray.MarkCount and
648 self.MarkArray.MarkCount = len(self.MarkArray.MarkRecord)
661 self.MarkArray.MarkCount and
684 self.Mark1Array.MarkCount = len(self.Mark1Array.MarkRecord)
687 self.Mark2Array.MarkCount = len(self.Mark2Array.Mark2Record)
696 self.Mark1Array.MarkCount and
697 self.Mark2Array.MarkCount)
/external/fonttools/Lib/fontTools/otlLib/
Dbuilder.py224 self.MarkCount = len(self.MarkRecord)
/external/fonttools/Lib/fontTools/ttLib/tables/
DotTables.py1401 oldSubTable.MarkArray.MarkCount = len(oldMarkRecords)
1402 newSubTable.MarkArray.MarkCount = len(newMarkRecords)
/external/fonttools/Lib/fontTools/varLib/
Dmerger.py589 array.MarkCount = len(records)
/external/fonttools/Lib/fontTools/mtiLib/
D__init__.py453 setattr(markArray, c.MarkCount, len(markRecords))