Searched defs:DLLEXPORT (Results 1 - 3 of 3) sorted by relevance

/external/libvncserver/common/
H A Dturbojpeg.h33 #define DLLEXPORT __declspec(dllexport) macro
35 #define DLLEXPORT macro
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 in
[all...]
/external/libjpeg-turbo/
H A Dturbojpeg.h33 #define DLLEXPORT __declspec(dllexport) macro
35 #define DLLEXPORT macro
613 DLLEXPORT tjhandle DLLCALL tjInitCompress(void);
675 DLLEXPORT int DLLCALL tjCompress2(tjhandle handle, unsigned char *srcBuf,
739 DLLEXPORT int DLLCALL tjCompressFromYUV(tjhandle handle, unsigned char *srcBuf,
809 DLLEXPORT int DLLCALL tjCompressFromYUVPlanes(tjhandle handle,
836 DLLEXPORT unsigned long DLLCALL tjBufSize(int width, int height,
857 DLLEXPORT unsigned long DLLCALL tjBufSizeYUV2(int width, int pad, int height,
882 DLLEXPORT unsigned long DLLCALL tjPlaneSizeYUV(int componentID, int width,
900 DLLEXPORT in
[all...]
/external/pdfium/public/
H A Dfpdfview.h131 #define DLLEXPORT __declspec(dllexport) macro
134 #define DLLEXPORT macro
152 DLLEXPORT void STDCALL FPDF_InitLibrary();
186 DLLEXPORT void STDCALL FPDF_InitLibraryWithConfig(
200 DLLEXPORT void STDCALL FPDF_DestroyLibrary();
213 DLLEXPORT void STDCALL FPDF_SetSandBoxPolicy(FPDF_DWORD policy,
228 DLLEXPORT FPDF_DOCUMENT STDCALL FPDF_LoadDocument(FPDF_STRING file_path,
249 DLLEXPORT FPDF_DOCUMENT STDCALL FPDF_LoadMemDocument(const void* data_buf,
371 DLLEXPORT FPDF_DOCUMENT STDCALL
385 DLLEXPORT FPDF_BOO
[all...]

Completed in 186 milliseconds