HomeSort by relevance Sort by last modified time
    Searched refs:WINGDIPAPI (Results 1 - 5 of 5) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdiplusflat.h 35 GpStatus WINGDIPAPI GdipCreateAdjustableArrowCap(REAL,REAL,BOOL,GpAdjustableArrowCap**);
36 GpStatus WINGDIPAPI GdipSetAdjustableArrowCapHeight(GpAdjustableArrowCap*,REAL);
37 GpStatus WINGDIPAPI GdipGetAdjustableArrowCapHeight(GpAdjustableArrowCap*,REAL*);
38 GpStatus WINGDIPAPI GdipSetAdjustableArrowCapWidth(GpAdjustableArrowCap*,REAL);
39 GpStatus WINGDIPAPI GdipGetAdjustableArrowCapWidth(GpAdjustableArrowCap*,REAL*);
40 GpStatus WINGDIPAPI GdipSetAdjustableArrowCapMiddleInset(GpAdjustableArrowCap*,REAL);
41 GpStatus WINGDIPAPI GdipGetAdjustableArrowCapMiddleInset(GpAdjustableArrowCap*,REAL*);
42 GpStatus WINGDIPAPI GdipSetAdjustableArrowCapFillState(GpAdjustableArrowCap*,BOOL);
43 GpStatus WINGDIPAPI GdipGetAdjustableArrowCapFillState(GpAdjustableArrowCap*,BOOL*);
46 GpStatus WINGDIPAPI GdipCreateBitmapFromStream(IStream*,GpBitmap**)
    [all...]
gdiplusmem.h 34 VOID* WINGDIPAPI GdipAlloc(size_t);
35 VOID WINGDIPAPI GdipFree(VOID*);
gdiplusinit.h 46 typedef GpStatus WINGDIPAPI (*NotificationHookProc)(ULONG_PTR *token);
47 typedef VOID WINGDIPAPI (*NotificationUnhookProc)(ULONG_PTR token);
64 GpStatus WINGDIPAPI GdiplusStartup(ULONG_PTR*,GDIPCONST GdiplusStartupInput*,GdiplusStartupOutput*);
65 VOID WINGDIPAPI GdiplusShutdown(ULONG_PTR);
66 GpStatus WINGDIPAPI GdiplusNotificationHook(ULONG_PTR*);
67 VOID WINGDIPAPI GdiplusNotificationUnhook(ULONG_PTR);
gdiplustypes.h 29 #define WINGDIPAPI __stdcall
  /external/pdfium/core/src/fxge/win32/
fx_win32_gdipext.cpp 188 typedef GpStatus(WINGDIPAPI* FuncType_GdipCreatePath2)(GDIPCONST GpPointF*,
193 typedef GpStatus(WINGDIPAPI* FuncType_GdipSetPenDashStyle)(
196 typedef GpStatus(WINGDIPAPI* FuncType_GdipSetPenDashArray)(GpPen* pen,
199 typedef GpStatus(WINGDIPAPI* FuncType_GdipSetPenDashCap197819)(
202 typedef GpStatus(WINGDIPAPI* FuncType_GdipSetPenLineJoin)(GpPen* pen,
204 typedef GpStatus(WINGDIPAPI* FuncType_GdipSetPenWidth)(GpPen* pen, REAL width);
205 typedef GpStatus(WINGDIPAPI* FuncType_GdipCreateFromHDC)(HDC hdc,
207 typedef GpStatus(WINGDIPAPI* FuncType_GdipSetPageUnit)(GpGraphics* graphics,
209 typedef GpStatus(WINGDIPAPI* FuncType_GdipSetSmoothingMode)(
212 typedef GpStatus(WINGDIPAPI* FuncType_GdipCreateSolidFill)(ARGB color
    [all...]

Completed in 3758 milliseconds