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

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdiplusflat.h 47 GpStatus WINGDIPAPI GdipCreateBitmapFromFile(GDIPCONST WCHAR*,GpBitmap**);
49 GpStatus WINGDIPAPI GdipCreateBitmapFromFileICM(GDIPCONST WCHAR*,GpBitmap**);
53 GpStatus WINGDIPAPI GdipCreateBitmapFromGdiDib(GDIPCONST BITMAPINFO*,VOID*,GpBitmap**);
58 GpStatus WINGDIPAPI GdipCreateBitmapFromResource(HINSTANCE,GDIPCONST WCHAR*,GpBitmap**);
61 GpStatus WINGDIPAPI GdipBitmapLockBits(GpBitmap*,GDIPCONST GpRect*,UINT,PixelFormat,BitmapData*);
100 GpStatus WINGDIPAPI GdipCreateEffect(GDIPCONST GUID,CGpEffect**);
103 GpStatus WINGDIPAPI GdipSetEffectParameters(CGpEffect*,GDIPCONST VOID*,UINT);
108 GpStatus WINGDIPAPI GdipCreateFontFromLogfontA(HDC,GDIPCONST LOGFONTA*,GpFont**);
109 GpStatus WINGDIPAPI GdipCreateFontFromLogfontW(HDC,GDIPCONST LOGFONTW*,GpFont**);
110 GpStatus WINGDIPAPI GdipCreateFont(GDIPCONST GpFontFamily*,REAL,INT,Unit,GpFont**)
    [all...]
gdiplusinit.h 64 GpStatus WINGDIPAPI GdiplusStartup(ULONG_PTR*,GDIPCONST GdiplusStartupInput*,GdiplusStartupOutput*);
gdiplustypes.h 30 #define GDIPCONST const
  /external/pdfium/core/src/fxge/win32/
fx_win32_gdipext.cpp 188 typedef GpStatus(WINGDIPAPI* FuncType_GdipCreatePath2)(GDIPCONST GpPointF*,
189 GDIPCONST BYTE*,
197 GDIPCONST REAL* dash,
231 GDIPCONST WCHAR* filename,
245 GDIPCONST GpRect* rect,
274 GDIPCONST ColorPalette* palette);
281 GDIPCONST GpPoint* dstpoints,
284 GDIPCONST BITMAPINFO* gdiBitmapInfo,
302 GDIPCONST GpPath* addingPath,
348 GDIPCONST GpFontFamily* fontFamily
    [all...]

Completed in 106 milliseconds