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

  /external/icu/icu4c/source/layout/
MarkToBasePosnSubtables.h 36 struct BaseArray
41 LE_VAR_ARRAY(BaseArray, baseRecordArray)
MarkToBasePosnSubtables.cpp 54 const BaseArray *baseArray = (const BaseArray *) ((char *) this + SWAPW(baseArrayOffset));
55 le_uint16 baseCount = SWAPW(baseArray->baseRecordCount);
64 const BaseRecord *baseRecord = &baseArray->baseRecordArray[baseCoverage * mcCount];
66 const AnchorTable *anchorTable = (const AnchorTable *) ((char *) baseArray + anchorTableOffset);
  /external/fonttools/Lib/fontTools/
subset.py 281 self.BaseArray.BaseRecord = [self.BaseArray.BaseRecord[i]
283 self.BaseArray.BaseCount = len(self.BaseArray.BaseRecord)
289 for b in self.BaseArray.BaseRecord:
293 self.BaseArray.BaseCount)
303 for b in self.BaseArray.BaseRecord:
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/otvalid/
otvgpos.c 675 OTV_NEST2( MarkBasePosFormat1, BaseArray );
  /external/harfbuzz_ng/src/
hb-ot-layout-gpos-table.hh     [all...]

Completed in 223 milliseconds