Home
last modified time | relevance | path

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

/external/fonttools/Lib/fontTools/ttLib/tables/
DV_D_M_X_.py70 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/
DLzFind.c1085 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()
1089vTable->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 …]
DLzFindMt.c819 void MatchFinderMt_CreateVTable(CMatchFinderMt *p, IMatchFinder *vTable)
821 vTable->Init = (Mf_Init_Func)MatchFinderMt_Init;
822 vTable->GetNumAvailableBytes = (Mf_GetNumAvailableBytes_Func)MatchFinderMt_GetNumAvailableBytes;
823vTable->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;
DLzFindMt.h96 void MatchFinderMt_CreateVTable(CMatchFinderMt *p, IMatchFinder *vTable);
DLzFind.h106 void MatchFinder_CreateVTable(CMatchFinder *p, IMatchFinder *vTable);
/external/flatbuffers/swift/Sources/FlatBuffers/
DTable.swift105 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()