Home
last modified time | relevance | path

Searched refs:cmsERROR_READ (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/third_party/lcms2-2.6/src/
Dcmsio0.c155 …cmsSignalError(iohandler ->ContextID, cmsERROR_READ, "Read from memory error. Got %d bytes, block … in MemoryRead()
254 cmsSignalError(ContextID, cmsERROR_READ, "Couldn't read profile from NULL pointer"); in cmsOpenIOhandlerFromMem()
263 … cmsSignalError(ContextID, cmsERROR_READ, "Couldn't allocate %ld bytes for profile", size); in cmsOpenIOhandlerFromMem()
/external/pdfium/third_party/lcms2-2.6/include/
Dlcms2.h1047 #define cmsERROR_READ 5 macro