gdiplus: Add a stub for GdipSetLineLinearBlend.
This commit is contained in:
parent
89b0a979c8
commit
0399cdaff0
@ -664,3 +664,14 @@ GpStatus WINGDIPAPI GdipSetLineColors(GpLineGradient *brush, ARGB color1,
|
|||||||
|
|
||||||
return NotImplemented;
|
return NotImplemented;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
GpStatus WINGDIPAPI GdipSetLineLinearBlend(GpLineGradient *brush, REAL focus,
|
||||||
|
REAL scale)
|
||||||
|
{
|
||||||
|
static int calls;
|
||||||
|
|
||||||
|
if(!(calls++))
|
||||||
|
FIXME("not implemented\n");
|
||||||
|
|
||||||
|
return NotImplemented;
|
||||||
|
}
|
||||||
|
@ -538,7 +538,7 @@
|
|||||||
@ stdcall GdipSetLineBlend(ptr ptr ptr long)
|
@ stdcall GdipSetLineBlend(ptr ptr ptr long)
|
||||||
@ stdcall GdipSetLineColors(ptr long long)
|
@ stdcall GdipSetLineColors(ptr long long)
|
||||||
@ stdcall GdipSetLineGammaCorrection(ptr long)
|
@ stdcall GdipSetLineGammaCorrection(ptr long)
|
||||||
@ stub GdipSetLineLinearBlend
|
@ stdcall GdipSetLineLinearBlend(ptr long long)
|
||||||
@ stub GdipSetLinePresetBlend
|
@ stub GdipSetLinePresetBlend
|
||||||
@ stdcall GdipSetLineSigmaBlend(ptr long long)
|
@ stdcall GdipSetLineSigmaBlend(ptr long long)
|
||||||
@ stub GdipSetLineTransform
|
@ stub GdipSetLineTransform
|
||||||
|
Loading…
x
Reference in New Issue
Block a user