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

  /external/pdfium/core/src/fxge/Microsoft SDK/include/
GdiPlusMem.h 21 #define WINGDIPAPI __stdcall
39 void* WINGDIPAPI
42 void WINGDIPAPI
GdiPlusFlat.h 21 #define WINGDIPAPI __stdcall
34 WINGDIPAPI
43 GpStatus WINGDIPAPI
46 GpStatus WINGDIPAPI
50 GpStatus WINGDIPAPI
54 GpStatus WINGDIPAPI
57 GpStatus WINGDIPAPI
60 GpStatus WINGDIPAPI
63 GpStatus WINGDIPAPI
66 GpStatus WINGDIPAPI
    [all...]
  /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 184 typedef GpStatus (WINGDIPAPI *FuncType_GdipCreatePath2)(GDIPCONST GpPointF*, GDIPCONST BYTE*, INT, GpFillMode, GpPath **path);
185 typedef GpStatus (WINGDIPAPI *FuncType_GdipSetPenDashStyle)(GpPen *pen, GpDashStyle dashstyle);
186 typedef GpStatus (WINGDIPAPI *FuncType_GdipSetPenDashArray)(GpPen *pen, GDIPCONST REAL *dash, INT count);
187 typedef GpStatus (WINGDIPAPI *FuncType_GdipSetPenDashCap197819)(GpPen *pen, GpDashCap dashCap);
188 typedef GpStatus (WINGDIPAPI *FuncType_GdipSetPenLineJoin)(GpPen *pen, GpLineJoin lineJoin);
189 typedef GpStatus (WINGDIPAPI *FuncType_GdipSetPenWidth)(GpPen *pen, REAL width);
190 typedef GpStatus (WINGDIPAPI *FuncType_GdipCreateFromHDC)(HDC hdc, GpGraphics **graphics);
191 typedef GpStatus (WINGDIPAPI *FuncType_GdipSetPageUnit)(GpGraphics *graphics, GpUnit unit);
192 typedef GpStatus (WINGDIPAPI *FuncType_GdipSetSmoothingMode)(GpGraphics *graphics, SmoothingMode smoothingMode);
193 typedef GpStatus (WINGDIPAPI *FuncType_GdipCreateSolidFill)(ARGB color, GpSolidFill **brush);
    [all...]

Completed in 76 milliseconds