OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GDIPCONST
(Results
1 - 6
of
6
) sorted by null
/external/pdfium/core/src/fxge/Microsoft SDK/include/
GdiPlusMem.h
26
#define
GDIPCONST
const
28
#define
GDIPCONST
GdiPlusFlat.h
25
#define
GDIPCONST
const
47
GdipCreatePath2(
GDIPCONST
GpPointF*,
GDIPCONST
BYTE*, INT, GpFillMode,
51
GdipCreatePath2I(
GDIPCONST
GpPoint*,
GDIPCONST
BYTE*, INT, GpFillMode,
109
GdipAddPathLine2(GpPath *path,
GDIPCONST
GpPointF *points, INT count);
120
GdipAddPathBeziers(GpPath *path,
GDIPCONST
GpPointF *points, INT count);
123
GdipAddPathCurve(GpPath *path,
GDIPCONST
GpPointF *points, INT count);
126
GdipAddPathCurve2(GpPath *path,
GDIPCONST
GpPointF *points, INT count,
130
GdipAddPathCurve3(GpPath *path,
GDIPCONST
GpPointF *points, INT count,
[
all
...]
/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
184
typedef GpStatus (WINGDIPAPI *FuncType_GdipCreatePath2)(
GDIPCONST
GpPointF*,
GDIPCONST
BYTE*, INT, GpFillMode, GpPath **path);
186
typedef GpStatus (WINGDIPAPI *FuncType_GdipSetPenDashArray)(GpPen *pen,
GDIPCONST
REAL *dash, INT count);
202
typedef GpStatus (WINGDIPAPI *FuncType_GdipCreateBitmapFromFileICM)(
GDIPCONST
WCHAR* filename, GpBitmap **bitmap);
207
typedef GpStatus (WINGDIPAPI *FuncType_GdipBitmapLockBits)(GpBitmap* bitmap,
GDIPCONST
GpRect* rect, UINT flags, PixelFormat format, BitmapData* lockedBitmapData);
214
typedef GpStatus (WINGDIPAPI *FuncType_GdipSetImagePalette)(GpImage *image,
GDIPCONST
ColorPalette *palette);
216
typedef GpStatus (WINGDIPAPI *FuncType_GdipDrawImagePointsI)(GpGraphics *graphics, GpImage *image,
GDIPCONST
GpPoint *dstpoints, INT count);
217
typedef GpStatus (WINGDIPAPI *FuncType_GdipCreateBitmapFromGdiDib)(
GDIPCONST
BITMAPINFO* gdiBitmapInfo, VOID* gdiBitmapData, GpBitmap** bitmap);
222
typedef GpStatus (WINGDIPAPI *FuncType_GdipAddPathPath)(GpPath *path,
GDIPCONST
GpPath* addingPath, BOOL connect);
239
typedef GpStatus (WINGDIPAPI *FuncType_GdipCreateFont)(
GDIPCONST
GpFontFamily *fontFamily, REAL emSize, INT style, Unit unit, GpFont **font);
[
all
...]
Completed in 201 milliseconds