Home
last modified time | relevance | path

Searched refs:PairPos (Results 1 – 6 of 6) sorted by relevance

/external/fonttools/Lib/fontTools/
Dsubset.py212 @_add_method(otTables.PairPos)
241 @_add_method(otTables.PairPos)
390 otTables.PairPos,
404 otTables.PairPos,
420 otTables.PairPos,
Dmerge.py505 otTables.PairPos,
/external/harfbuzz_ng/src/
Dhb-ot-layout-gpos-table.hh852 struct PairPos struct
1437 PairPos pair;
/external/fonttools/Lib/fontTools/ttLib/tables/
DotTables.py733 2: PairPos,
/external/clang/lib/CodeGen/
DCGBuiltin.cpp3797 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/abi-compliance-checker/
Dabi-compliance-checker.pl6598 my ($Pos, $PairPos) = (-1, -1);
6606 $PairPos = $Registered_Headers{$LibVersion}{$Header_Path}{"Pos"};
6615 if($PairPos!=-1 and $Pos!=-1
6616 and int($PairPos)<int($Pos))