HomeSort by relevance Sort by last modified time
    Searched full:dllexport (Results 151 - 175 of 609) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/clang/test/Preprocessor/
has_attribute.c 48 #if !__has_attribute(dllexport)
  /external/mesa3d/src/mesa/drivers/osmesa/
SConscript 23 'BUILD_GL32', # declare gl* as __declspec(dllexport) in Mesa headers
  /external/mesa3d/src/mesa/drivers/windows/gdi/
SConscript 12 'BUILD_GL32', # declare gl* as __declspec(dllexport) in Mesa headers
  /external/pdfium/fpdfsdk/include/
fpdf_transformpage.h 25 DLLEXPORT void STDCALL FPDFPage_SetMediaBox(FPDF_PAGE page, float left, float bottom, float right, float top);
36 DLLEXPORT void STDCALL FPDFPage_SetCropBox(FPDF_PAGE page, float left, float bottom, float right, float top);
47 DLLEXPORT FPDF_BOOL STDCALL FPDFPage_GetMediaBox(FPDF_PAGE page, float* left, float* bottom, float* right, float* top);
57 DLLEXPORT FPDF_BOOL STDCALL FPDFPage_GetCropBox(FPDF_PAGE page, float* left, float* bottom, float* right, float* top);
67 DLLEXPORT FPDF_BOOL STDCALL FPDFPage_TransFormWithClip(FPDF_PAGE page, FS_MATRIX* matrix, FS_RECTF* clipRect);
80 DLLEXPORT void STDCALL FPDFPageObj_TransformClipPath(FPDF_PAGEOBJECT page_object,double a, double b, double c, double d, double e, double f);
91 DLLEXPORT FPDF_CLIPPATH STDCALL FPDF_CreateClipPath(float left, float bottom, float right, float top);
100 DLLEXPORT void STDCALL FPDF_DestroyClipPath(FPDF_CLIPPATH clipPath);
110 DLLEXPORT void STDCALL FPDFPage_InsertClipPath(FPDF_PAGE page,FPDF_CLIPPATH clipPath);
fpdftext.h 28 DLLEXPORT FPDF_TEXTPAGE STDCALL FPDFText_LoadPage(FPDF_PAGE page);
37 DLLEXPORT void STDCALL FPDFText_ClosePage(FPDF_TEXTPAGE text_page);
51 DLLEXPORT int STDCALL FPDFText_CountChars(FPDF_TEXTPAGE text_page);
63 DLLEXPORT unsigned int STDCALL FPDFText_GetUnicode(FPDF_TEXTPAGE text_page, int index);
74 DLLEXPORT double STDCALL FPDFText_GetFontSize(FPDF_TEXTPAGE text_page, int index);
90 DLLEXPORT void STDCALL FPDFText_GetCharBox(FPDF_TEXTPAGE text_page, int index, double* left,
106 DLLEXPORT int STDCALL FPDFText_GetCharIndexAtPos(FPDF_TEXTPAGE text_page,
122 DLLEXPORT int STDCALL FPDFText_GetText(FPDF_TEXTPAGE text_page, int start_index, int count, unsigned short* result);
138 DLLEXPORT int STDCALL FPDFText_CountRects(FPDF_TEXTPAGE text_page, int start_index, int count);
152 DLLEXPORT void STDCALL FPDFText_GetRect(FPDF_TEXTPAGE text_page, int rect_index, double* left, double* top,
    [all...]
fpdfdoc.h 27 DLLEXPORT FPDF_BOOKMARK STDCALL FPDFBookmark_Find(FPDF_DOCUMENT document, FPDF_WIDESTRING title);
37 DLLEXPORT FPDF_DEST STDCALL FPDFBookmark_GetDest(FPDF_DOCUMENT document, FPDF_BOOKMARK bookmark);
47 DLLEXPORT FPDF_ACTION STDCALL FPDFBookmark_GetAction(FPDF_BOOKMARK bookmark);
63 DLLEXPORT unsigned long STDCALL FPDFAction_GetType(FPDF_ACTION action);
77 DLLEXPORT FPDF_DEST STDCALL FPDFAction_GetDest(FPDF_DOCUMENT document, FPDF_ACTION action);
95 DLLEXPORT unsigned long STDCALL FPDFAction_GetURIPath(FPDF_DOCUMENT document, FPDF_ACTION action,
106 DLLEXPORT unsigned long STDCALL FPDFDest_GetPageIndex(FPDF_DOCUMENT document, FPDF_DEST dest);
120 DLLEXPORT FPDF_LINK STDCALL FPDFLink_GetLinkAtPoint(FPDF_PAGE page, double x, double y);
131 DLLEXPORT FPDF_DEST STDCALL FPDFLink_GetDest(FPDF_DOCUMENT document, FPDF_LINK link);
140 DLLEXPORT FPDF_ACTION STDCALL FPDFLink_GetAction(FPDF_LINK link);
    [all...]
fpdfview.h 102 #define DLLEXPORT __declspec( dllexport )
105 #define DLLEXPORT
126 DLLEXPORT void STDCALL FPDF_InitLibrary(void* hInstance);
138 DLLEXPORT void STDCALL FPDF_DestroyLibrary();
150 DLLEXPORT void STDCALL FPDF_SetSandBoxPolicy(FPDF_DWORD policy, FPDF_BOOL enable);
162 DLLEXPORT FPDF_DOCUMENT STDCALL FPDF_LoadDocument(FPDF_STRING file_path,
180 DLLEXPORT FPDF_DOCUMENT STDCALL FPDF_LoadMemDocument(const void* data_buf,
210 DLLEXPORT FPDF_DOCUMENT STDCALL FPDF_LoadCustomDocument(FPDF_FILEACCESS* pFileAccess,
222 DLLEXPORT FPDF_BOOL STDCALL FPDF_GetFileVersion(FPDF_DOCUMENT doc, int* fileVersion);
    [all...]
fpdfppo.h 22 DLLEXPORT FPDF_BOOL STDCALL FPDF_ImportPages(FPDF_DOCUMENT dest_doc,FPDF_DOCUMENT src_doc, FPDF_BYTESTRING pagerange, int index);
32 DLLEXPORT FPDF_BOOL STDCALL FPDF_CopyViewerPreferences(FPDF_DOCUMENT dest_doc, FPDF_DOCUMENT src_doc);
  /external/pdfium/fpdfsdk/src/
fpdfoom.cpp 17 DLLEXPORT FX_BOOL STDCALL FSDK_SetOOMHandler(OOM_INFO* oomInfo)
fpdfsave.cpp 80 DLLEXPORT FPDF_BOOL STDCALL FPDF_SaveAsCopy( FPDF_DOCUMENT document,FPDF_FILEWRITE * pFileWrite,
87 DLLEXPORT FPDF_BOOL STDCALL FPDF_SaveWithVersion( FPDF_DOCUMENT document,FPDF_FILEWRITE * pFileWrite,
fpdfview.cpp 130 DLLEXPORT void STDCALL FPDF_InitLibrary(FX_LPVOID hInstance)
212 DLLEXPORT void STDCALL FPDF_DestroyLibrary()
265 DLLEXPORT void STDCALL FPDF_SetSandBoxPolicy(FPDF_DWORD policy, FPDF_BOOL enable)
270 DLLEXPORT FPDF_DOCUMENT STDCALL FPDF_LoadDocument(FPDF_STRING file_path, FPDF_BYTESTRING password)
309 DLLEXPORT FPDF_DOCUMENT STDCALL FPDF_LoadMemDocument(const void* data_buf, int size, FPDF_BYTESTRING password)
333 DLLEXPORT FPDF_DOCUMENT STDCALL FPDF_LoadCustomDocument(FPDF_FILEACCESS* pFileAccess, FPDF_BYTESTRING password)
357 DLLEXPORT FPDF_BOOL STDCALL FPDF_GetFileVersion(FPDF_DOCUMENT doc, int* fileVersion)
370 DLLEXPORT unsigned long STDCALL FPDF_GetDocPermissions(FPDF_DOCUMENT document)
381 DLLEXPORT int STDCALL FPDF_GetPageCount(FPDF_DOCUMENT document)
387 DLLEXPORT FPDF_PAGE STDCALL FPDF_LoadPage(FPDF_DOCUMENT document, int page_index)
    [all...]
fpdf_transformpage.cpp 10 DLLEXPORT void STDCALL FPDFPage_SetMediaBox(FPDF_PAGE page, float left, float bottom, float right, float top)
26 DLLEXPORT void STDCALL FPDFPage_SetCropBox(FPDF_PAGE page, float left, float bottom, float right, float top)
43 DLLEXPORT FX_BOOL STDCALL FPDFPage_GetMediaBox(FPDF_PAGE page, float* left, float* bottom, float* right, float* top)
61 DLLEXPORT FPDF_BOOL STDCALL FPDFPage_GetCropBox(FPDF_PAGE page, float* left, float* bottom, float* right, float* top)
79 DLLEXPORT FPDF_BOOL STDCALL FPDFPage_TransFormWithClip(FPDF_PAGE page, FS_MATRIX* matrix, FS_RECTF* clipRect)
189 DLLEXPORT void STDCALL FPDFPageObj_TransformClipPath(FPDF_PAGEOBJECT page_object,double a, double b, double c, double d, double e, double f)
203 DLLEXPORT FPDF_CLIPPATH STDCALL FPDF_CreateClipPath(float left, float bottom, float right, float top)
214 DLLEXPORT void STDCALL FPDF_DestroyClipPath(FPDF_CLIPPATH clipPath)
257 DLLEXPORT void STDCALL FPDFPage_InsertClipPath(FPDF_PAGE page,FPDF_CLIPPATH clipPath)
fpdf_progressive.cpp 17 DLLEXPORT int STDCALL FPDF_RenderPageBitmap_Start( FPDF_BITMAP bitmap, FPDF_PAGE page,
70 DLLEXPORT int STDCALL FPDF_RenderPage_Continue(FPDF_PAGE page,IFSDK_PAUSE * pause)
99 DLLEXPORT void STDCALL FPDF_RenderPage_Close(FPDF_PAGE page)
  /external/jemalloc/include/jemalloc/
jemalloc_macros.h.in 30 # ifdef DLLEXPORT
31 # define JEMALLOC_EXPORT __declspec(dllexport)
  /external/llvm/test/Feature/
globalvars.ll 19 hidden dllexport global i32 42
20 dllexport global i32 42
  /packages/apps/OMA-DM/engine/dmlib/dmengine/oma_toolkit/hdr/
define.h 116 - define BUILDING_DLL, which defines SML_API __attribute__((dllexport))
131 #define SML_API __declspec (dllexport)
132 #define SML_API_DEF __declspec (dllexport)
133 #define XPT_API __declspec (dllexport)
134 #define XPT_API_DEF __declspec (dllexport)
150 #define SML_API __declspec (dllexport)
151 #define SML_API_DEF __declspec (dllexport)
xptdef.h 64 #define XPTEXP1 //__declspec(dllexport)
66 #define XPTDECLEXP1 //__declspec(dllexport)
78 #define XPTEXP1 __declspec(dllexport)
  /packages/apps/OMA-DM/engine/dmlib/dmengine/oma_toolkit/sml/ghdr/
define.h 116 - define BUILDING_DLL, which defines SML_API __attribute__((dllexport))
131 #define SML_API __declspec (dllexport)
132 #define SML_API_DEF __declspec (dllexport)
133 #define XPT_API __declspec (dllexport)
134 #define XPT_API_DEF __declspec (dllexport)
150 #define SML_API __declspec (dllexport)
151 #define SML_API_DEF __declspec (dllexport)
  /external/stlport/stlport/stl/config/
_dm.h 85 #define _STLP_EXPORT_DECLSPEC __declspec(dllexport)
88 #define _STLP_CLASS_EXPORT_DECLSPEC __declspec(dllexport)
94 //#define _STLP_EXPORT_TEMPLATE_KEYWORD __declspec(dllexport)
  /ndk/sources/cxx-stl/stlport/stlport/stl/config/
_dm.h 85 #define _STLP_EXPORT_DECLSPEC __declspec(dllexport)
88 #define _STLP_CLASS_EXPORT_DECLSPEC __declspec(dllexport)
94 //#define _STLP_EXPORT_TEMPLATE_KEYWORD __declspec(dllexport)
  /packages/apps/OMA-DM/engine/dmlib/dmengine/oma_toolkit/sml/xpt/hdr/
xptdef.h 64 #define XPTEXP1 //__declspec(dllexport)
66 #define XPTDECLEXP1 //__declspec(dllexport)
78 #define XPTEXP1 __declspec(dllexport)
  /packages/apps/OMA-DM/engine/dmlib/tool-src/servercred/hdr/
xptdef.h 64 #define XPTEXP1 //__declspec(dllexport)
66 #define XPTDECLEXP1 //__declspec(dllexport)
78 #define XPTEXP1 __declspec(dllexport)
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/config/
_dm.h 85 #define _STLP_EXPORT_DECLSPEC __declspec(dllexport)
88 #define _STLP_CLASS_EXPORT_DECLSPEC __declspec(dllexport)
94 //#define _STLP_EXPORT_TEMPLATE_KEYWORD __declspec(dllexport)
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/config/
_dm.h 85 #define _STLP_EXPORT_DECLSPEC __declspec(dllexport)
88 #define _STLP_CLASS_EXPORT_DECLSPEC __declspec(dllexport)
94 //#define _STLP_EXPORT_TEMPLATE_KEYWORD __declspec(dllexport)
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/config/
_dm.h 85 #define _STLP_EXPORT_DECLSPEC __declspec(dllexport)
88 #define _STLP_CLASS_EXPORT_DECLSPEC __declspec(dllexport)
94 //#define _STLP_EXPORT_TEMPLATE_KEYWORD __declspec(dllexport)

Completed in 1812 milliseconds

1 2 3 4 5 67 8 91011>>