Searched refs:componentArray (Results 1 – 3 of 3) sorted by relevance
34 TTGlyphID componentArray[ANY_NUMBER]; member36 LE_VAR_ARRAY(LigatureTable, componentArray)
31 componentArrayRef(base, success, ligTable->componentArray, compCount); in process()42 … if (LE_GET_GLYPH(glyphIterator->getCurrGlyphID()) != SWAPW(ligTable->componentArray[comp])) { in process()
665 for curComponent in self.componentArray:680 self.componentArray = []688 self.componentArray.append(curComponent)702 self.componentArray = []707 self.componentArray.append(curComponent)713 dataList.append(struct.pack(">H", len(self.componentArray)))714 for curComponent in self.componentArray:727 self.componentArray = []732 self.componentArray.append(curComponent)737 dataList.append(struct.pack(">H", len(self.componentArray)))[all …]