Searched refs:vTable (Results 1 – 6 of 6) sorted by relevance
/external/fonttools/Lib/fontTools/ttLib/tables/ |
D | V_D_M_X_.py | 70 vTable, data = sstruct.unpack2(VDMX_vTableFmt, data) 74 group[vTable['yPelHeight']] = (vTable['yMax'], vTable['yMin']) 143 vTable = {'yPelHeight': yPelHeight, 'yMax': yMax, 'yMin': yMin} 144 data += sstruct.pack(VDMX_vTableFmt, vTable)
|
/external/lzma/C/ |
D | LzFind.c | 1085 void MatchFinder_CreateVTable(CMatchFinder *p, IMatchFinder *vTable) in MatchFinder_CreateVTable() argument 1087 vTable->Init = (Mf_Init_Func)MatchFinder_Init; in MatchFinder_CreateVTable() 1088 vTable->GetNumAvailableBytes = (Mf_GetNumAvailableBytes_Func)MatchFinder_GetNumAvailableBytes; in MatchFinder_CreateVTable() 1089 …vTable->GetPointerToCurrentPos = (Mf_GetPointerToCurrentPos_Func)MatchFinder_GetPointerToCurrentPo… in MatchFinder_CreateVTable() 1094 vTable->GetMatches = (Mf_GetMatches_Func)Hc4_MatchFinder_GetMatches; in MatchFinder_CreateVTable() 1095 vTable->Skip = (Mf_Skip_Func)Hc4_MatchFinder_Skip; in MatchFinder_CreateVTable() 1107 vTable->GetMatches = (Mf_GetMatches_Func)Bt2_MatchFinder_GetMatches; in MatchFinder_CreateVTable() 1108 vTable->Skip = (Mf_Skip_Func)Bt2_MatchFinder_Skip; in MatchFinder_CreateVTable() 1112 vTable->GetMatches = (Mf_GetMatches_Func)Bt3_MatchFinder_GetMatches; in MatchFinder_CreateVTable() 1113 vTable->Skip = (Mf_Skip_Func)Bt3_MatchFinder_Skip; in MatchFinder_CreateVTable() [all …]
|
D | LzFindMt.c | 819 void MatchFinderMt_CreateVTable(CMatchFinderMt *p, IMatchFinder *vTable) 821 vTable->Init = (Mf_Init_Func)MatchFinderMt_Init; 822 vTable->GetNumAvailableBytes = (Mf_GetNumAvailableBytes_Func)MatchFinderMt_GetNumAvailableBytes; 823 …vTable->GetPointerToCurrentPos = (Mf_GetPointerToCurrentPos_Func)MatchFinderMt_GetPointerToCurrent… 824 vTable->GetMatches = (Mf_GetMatches_Func)MatchFinderMt_GetMatches; 831 vTable->Skip = (Mf_Skip_Func)MatchFinderMt0_Skip; 832 vTable->GetMatches = (Mf_GetMatches_Func)MatchFinderMt2_GetMatches; 837 vTable->Skip = (Mf_Skip_Func)MatchFinderMt2_Skip; 843 vTable->Skip = (Mf_Skip_Func)MatchFinderMt3_Skip;
|
D | LzFindMt.h | 96 void MatchFinderMt_CreateVTable(CMatchFinderMt *p, IMatchFinder *vTable);
|
D | LzFind.h | 106 void MatchFinder_CreateVTable(CMatchFinder *p, IMatchFinder *vTable);
|
/external/flatbuffers/swift/Sources/FlatBuffers/ |
D | Table.swift | 105 let vTable = Int32(fbb.capacity) - o in offset() variable 106 …return vTable + Int32(fbb.read(def: Int16.self, position: Int(vTable + vOffset - fbb.read(def: Int… in offset()
|