HomeSort by relevance Sort by last modified time
    Searched refs:iohandler (Results 1 - 2 of 2) sorted by null

  /external/pdfium/third_party/lcms/src/
cmsio0.c 32 // memory block or any storage. Each IOhandler provides implementations for read,
38 // NULL IOhandler basically does nothing but keep track on how many bytes have been
40 // header. Then, whole profile is serialized across NULL IOhandler and a second pass
41 // writes the bytes to the pertinent IOhandler.
48 cmsUInt32Number NULLRead(cmsIOHANDLER* iohandler, void *Buffer, cmsUInt32Number size, cmsUInt32Number count)
50 FILENULL* ResData = (FILENULL*) iohandler ->stream;
60 cmsBool NULLSeek(cmsIOHANDLER* iohandler, cmsUInt32Number offset)
62 FILENULL* ResData = (FILENULL*) iohandler ->stream;
69 cmsUInt32Number NULLTell(cmsIOHANDLER* iohandler)
71 FILENULL* ResData = (FILENULL*) iohandler ->stream
102 struct _cms_io_handler* iohandler = NULL; local
240 cmsIOHANDLER* iohandler = NULL; local
369 cmsIOHANDLER* iohandler = NULL; local
436 cmsIOHANDLER* iohandler = NULL; local
    [all...]
  /external/pdfium/third_party/lcms/include/
lcms2_plugin.h 121 cmsUInt32Number (* Read)(struct _cms_io_handler* iohandler, void *Buffer,
124 cmsBool (* Seek)(struct _cms_io_handler* iohandler, cmsUInt32Number offset);
125 cmsBool (* Close)(struct _cms_io_handler* iohandler);
126 cmsUInt32Number (* Tell)(struct _cms_io_handler* iohandler);
127 cmsBool (* Write)(struct _cms_io_handler* iohandler, cmsUInt32Number size,

Completed in 91 milliseconds