gdiplus: Stub GdipGetPathGradientPresetBlend.
This commit is contained in:
parent
8dd940d0b5
commit
b57c4314c1
|
@ -1487,6 +1487,13 @@ GpStatus WINGDIPAPI GdipSetPathGradientPresetBlend(GpPathGradient *brush,
|
|||
return NotImplemented;
|
||||
}
|
||||
|
||||
GpStatus WINGDIPAPI GdipGetPathGradientPresetBlend(GpPathGradient *brush,
|
||||
ARGB *blend, REAL *pos, INT count)
|
||||
{
|
||||
FIXME("(%p,%p,%p,%i): stub\n", brush, blend, pos, count);
|
||||
return NotImplemented;
|
||||
}
|
||||
|
||||
GpStatus WINGDIPAPI GdipGetPathGradientPresetBlendCount(GpPathGradient *brush,
|
||||
INT *count)
|
||||
{
|
||||
|
|
|
@ -334,7 +334,7 @@
|
|||
@ stdcall GdipGetPathGradientGammaCorrection(ptr ptr)
|
||||
@ stub GdipGetPathGradientPath
|
||||
@ stdcall GdipGetPathGradientPointCount(ptr ptr)
|
||||
@ stub GdipGetPathGradientPresetBlend
|
||||
@ stdcall GdipGetPathGradientPresetBlend(ptr ptr ptr long)
|
||||
@ stdcall GdipGetPathGradientPresetBlendCount(ptr ptr)
|
||||
@ stdcall GdipGetPathGradientRect(ptr ptr)
|
||||
@ stdcall GdipGetPathGradientRectI(ptr ptr)
|
||||
|
|
Loading…
Reference in New Issue