Searched refs:Tell (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/share/native/sun/java2d/cmm/lcms/
H A Dcmstypes.c267 DirectoryPos = io ->Tell(io);
279 Before = io ->Tell(io);
286 ElementSizes[i] = io ->Tell(io) - Before;
290 CurrentPos = io ->Tell(io);
2486 BaseOffset = io ->Tell(io) - sizeof(_cmsTagBase);
2691 BaseOffset = io ->Tell(io) - sizeof(_cmsTagBase);
2714 DirectoryPos = io ->Tell(io);
2725 offsetA = io ->Tell(io) - BaseOffset;
2730 offsetC = io ->Tell(io) - BaseOffset;
2736 offsetM = io ->Tell(i
[all...]
H A Dcmsplugin.c489 At = io -> Tell(io);
506 At = io -> Tell(io);
H A Dcmsio0.c151 iohandler ->Tell = NULLTell;
213 // Tell for memory
326 iohandler ->Tell = MemoryTell;
444 iohandler ->Tell = FileTell;
467 iohandler ->Tell = FileTell;
1701 rc = MemIO ->Tell(MemIO);
H A Dlcms2_plugin.h155 cmsUInt32Number (* Tell)(struct _cms_io_handler* iohandler); member in struct:_cms_io_handler

Completed in 847 milliseconds