OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CGpEffect
(Results
1 - 2
of
2
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdiplusgpstubs.h
82
class
CGpEffect
{};
111
typedef void
CGpEffect
;
gdiplusflat.h
68
GpStatus WINGDIPAPI GdipBitmapApplyEffect(GpBitmap*,
CGpEffect
*,RECT*,BOOL,VOID**,INT*);
69
GpStatus WINGDIPAPI GdipBitmapCreateApplyEffect(GpBitmap**,INT,
CGpEffect
*,RECT*,RECT*,GpBitmap**,BOOL,VOID**,INT*);
100
GpStatus WINGDIPAPI GdipCreateEffect(GDIPCONST GUID,
CGpEffect
**);
101
GpStatus WINGDIPAPI GdipDeleteEffect(
CGpEffect
*);
102
GpStatus WINGDIPAPI GdipGetEffectParameterSize(
CGpEffect
*,UINT*);
103
GpStatus WINGDIPAPI GdipSetEffectParameters(
CGpEffect
*,GDIPCONST VOID*,UINT);
104
GpStatus WINGDIPAPI GdipGetEffectParameters(
CGpEffect
*,UINT*,VOID*);
251
GpStatus WINGDIPAPI GdipDrawImageFX(GpGraphics*,GpImage*,GpRectF*,GpMatrix*,
CGpEffect
*,GpImageAttributes*,GpUnit);
[
all
...]
Completed in 526 milliseconds