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

  /external/pdfium/third_party/lcms2-2.6/src/
cmstypes.c 157 typedef cmsBool (* PositionTableEntryFn)(struct _cms_typehandler_struct* self,
167 cmsBool ReadPositionTable(struct _cms_typehandler_struct* self,
214 cmsBool WritePositionTable(struct _cms_typehandler_struct* self,
288 void *Type_XYZ_Read(struct _cms_typehandler_struct* self, cmsIOHANDLER* io, cmsUInt32Number* nItems, cmsUInt32Number SizeOfTag)
308 cmsBool Type_XYZ_Write(struct _cms_typehandler_struct* self, cmsIOHANDLER* io, void* Ptr, cmsUInt32Number nItems)
317 void* Type_XYZ_Dup(struct _cms_typehandler_struct* self, const void *Ptr, cmsUInt32Number n)
325 void Type_XYZ_Free(struct _cms_typehandler_struct* self, void *Ptr)
348 void *Type_Chromaticity_Read(struct _cms_typehandler_struct* self, cmsIOHANDLER* io, cmsUInt32Number* nItems, cmsUInt32Number SizeOfTag)
405 cmsBool Type_Chromaticity_Write(struct _cms_typehandler_struct* self, cmsIOHANDLER* io, void* Ptr, cmsUInt32Number nItems)
423 void* Type_Chromaticity_Dup(struct _cms_typehandler_struct* self, const void *Ptr, cmsUInt32Number n
    [all...]
  /external/pdfium/third_party/lcms2-2.6/include/
lcms2_plugin.h 380 typedef struct _cms_typehandler_struct { struct
385 void * (* ReadPtr)(struct _cms_typehandler_struct* self,
391 cmsBool (* WritePtr)(struct _cms_typehandler_struct* self,
397 void* (* DupPtr)(struct _cms_typehandler_struct* self,
402 void (* FreePtr)(struct _cms_typehandler_struct* self,

Completed in 91 milliseconds