Searched refs:PairPos (Results 1 – 13 of 13) sorted by relevance
/external/fonttools/Tests/feaLib/data/ |
D | ZeroValue_PairPos_vertical.fea | 1 # For PairPos statements in vertical compilation contexts,
|
D | ZeroValue_PairPos_horizontal.fea | 1 # For PairPos statements in horizontal compilation contexts,
|
/external/fonttools/Lib/fontTools/varLib/ |
D | merger.py | 200 type(self) != ot.PairPos or \ 497 @AligningMerger.merger(ot.PairPos) 662 self = ot.PairPos() 683 self = ot.PairPos() 745 isPairPos = self.SubTable and isinstance(self.SubTable[0], ot.PairPos)
|
/external/fonttools/Lib/fontTools/otlLib/ |
D | builder.py | 333 self = ot.PairPos() 370 self = ot.PairPos()
|
/external/harfbuzz_ng/src/ |
D | hb-ot-layout-gpos-table.hh | 919 struct PairPos struct 1548 PairPos pair;
|
/external/fonttools/Lib/fontTools/subset/ |
D | __init__.py | 545 @_add_method(otTables.PairPos) 575 @_add_method(otTables.PairPos) 720 otTables.PairPos, 734 otTables.PairPos,
|
/external/fonttools/ |
D | NEWS.rst | 23 Added support for ``subtable`` statement in more places than just PairPos 219 - [feaLib] Skip building noop class PairPos subtables when Coverage is NULL 256 PairPos lookups; previously these were ignored (#1279, #1300, #1302). 482 - [varLib] Fixed merging PairPos Format1/2 with missing subtables (#1125).
|
D | PKG-INFO | 440 Added support for ``subtable`` statement in more places than just PairPos 636 - [feaLib] Skip building noop class PairPos subtables when Coverage is NULL 673 PairPos lookups; previously these were ignored (#1279, #1300, #1302). 899 - [varLib] Fixed merging PairPos Format1/2 with missing subtables (#1125).
|
/external/fonttools/Lib/fontTools/ |
D | merge.py | 697 otTables.PairPos,
|
/external/fonttools/Lib/fonttools.egg-info/ |
D | PKG-INFO | 440 Added support for ``subtable`` statement in more places than just PairPos 636 - [feaLib] Skip building noop class PairPos subtables when Coverage is NULL 673 PairPos lookups; previously these were ignored (#1279, #1300, #1302). 899 - [varLib] Fixed merging PairPos Format1/2 with missing subtables (#1125).
|
/external/clang/lib/CodeGen/ |
D | CGBuiltin.cpp | 3797 int PairPos = 0, End = Ops.size() - 1; in packTBLDVectorList() local 3798 while (PairPos < End) { in packTBLDVectorList() 3799 TblOps.push_back(CGF.Builder.CreateShuffleVector(Ops[PairPos], in packTBLDVectorList() 3800 Ops[PairPos+1], Indices, in packTBLDVectorList() 3802 PairPos += 2; in packTBLDVectorList() 3807 if (PairPos == End) { in packTBLDVectorList() 3809 TblOps.push_back(CGF.Builder.CreateShuffleVector(Ops[PairPos], in packTBLDVectorList()
|
/external/fonttools/Lib/fontTools/ttLib/tables/ |
D | otTables.py | 1535 2: PairPos,
|
/external/fonttools/Lib/fontTools/mtiLib/ |
D | __init__.py | 256 self = ot.PairPos()
|