Home | History | Annotate | Download | only in common

Lines Matching refs:DLLEXPORT

33 #define DLLEXPORT __declspec(dllexport)
35 #define DLLEXPORT
302 DLLEXPORT tjhandle DLLCALL tjInitCompress(void);
352 DLLEXPORT int DLLCALL tjCompress2(tjhandle handle, unsigned char *srcBuf,
377 DLLEXPORT unsigned long DLLCALL tjBufSize(int width, int height,
387 DLLEXPORT tjhandle DLLCALL tjInitDecompress(void);
406 DLLEXPORT int DLLCALL tjDecompressHeader2(tjhandle handle,
421 DLLEXPORT tjscalingfactor* DLLCALL tjGetScalingFactors(int *numscalingfactors);
466 DLLEXPORT int DLLCALL tjDecompress2(tjhandle handle,
479 DLLEXPORT int DLLCALL tjDestroy(tjhandle handle);
487 DLLEXPORT char* DLLCALL tjGetErrorStr(void);
507 DLLEXPORT unsigned long DLLCALL TJBUFSIZE(int width, int height);
509 DLLEXPORT int DLLCALL tjCompress(tjhandle handle, unsigned char *srcBuf,
513 DLLEXPORT int DLLCALL tjDecompressHeader(tjhandle handle,
516 DLLEXPORT int DLLCALL tjDecompress(tjhandle handle,