HomeSort by relevance Sort by last modified time
    Searched defs:DLLEXPORT (Results 1 - 3 of 3) sorted by null

  /external/libvncserver/common/
turbojpeg.h 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
    [all...]
  /external/libjpeg-turbo/
turbojpeg.h 33 #define DLLEXPORT __declspec(dllexport)
35 #define DLLEXPORT
613 DLLEXPORT tjhandle DLLCALL tjInitCompress(void);
675 DLLEXPORT int DLLCALL tjCompress2(tjhandle handle, const unsigned char *srcBuf,
739 DLLEXPORT int DLLCALL tjCompressFromYUV(tjhandle handle,
809 DLLEXPORT int DLLCALL tjCompressFromYUVPlanes(tjhandle handle
    [all...]
  /external/pdfium/public/
fpdfview.h 131 #define DLLEXPORT __declspec(dllexport)
134 #define DLLEXPORT
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,
232 DLLEXPORT void STDCALL
242 DLLEXPORT void STDCALL FPDF_SetPrintTextWithGDI(FPDF_BOOL use_gdi);
255 DLLEXPORT FPDF_BOOL STDCAL
    [all...]

Completed in 128 milliseconds