Searched defs:calldll (Results 1 - 2 of 2) sorted by relevance

/external/fonttools/Lib/fontTools/misc/
H A DhomeResFile.py7 import calldll namespace
25 _InterfaceLib = calldll.getlibrary("InterfaceLib")
26 GetVRefNum = calldll.newcall(_InterfaceLib.GetVRefNum, "None", "InShort", "OutShort")
27 _getInfo = calldll.newcall(_InterfaceLib.PBGetFCBInfoSync, "Short", "InLong")
/external/fonttools/Tools/fontTools/misc/
H A DhomeResFile.py7 import calldll namespace
25 _InterfaceLib = calldll.getlibrary("InterfaceLib")
26 GetVRefNum = calldll.newcall(_InterfaceLib.GetVRefNum, "None", "InShort", "OutShort")
27 _getInfo = calldll.newcall(_InterfaceLib.PBGetFCBInfoSync, "Short", "InLong")

Completed in 170 milliseconds