HomeSort by relevance Sort by last modified time
    Searched refs:componentArray (Results 1 - 3 of 3) sorted by null

  /external/icu/icu4c/source/layout/
LigatureSubstSubtables.h 34 TTGlyphID componentArray[ANY_NUMBER];
36 LE_VAR_ARRAY(LigatureTable, componentArray)
LigatureSubstSubtables.cpp 39 if (LE_GET_GLYPH(glyphIterator->getCurrGlyphID()) != SWAPW(ligTable->componentArray[comp])) {
  /external/fonttools/Lib/fontTools/ttLib/tables/
E_B_D_T_.py 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...]

Completed in 688 milliseconds