Home
last modified time | relevance | path

Searched refs:componentArray (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4c/source/layout/
DLigatureSubstSubtables.h34 TTGlyphID componentArray[ANY_NUMBER]; member
36 LE_VAR_ARRAY(LigatureTable, componentArray)
DLigatureSubstSubtables.cpp31 componentArrayRef(base, success, ligTable->componentArray, compCount); in process()
42 … if (LE_GET_GLYPH(glyphIterator->getCurrGlyphID()) != SWAPW(ligTable->componentArray[comp])) { in process()
/external/fonttools/Lib/fontTools/ttLib/tables/
DE_B_D_T_.py665 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 …]