gdiplus: Added GdipRotateTextureTransform.

This commit is contained in:
Nikolay Sivov 2008-12-03 00:33:16 +03:00 committed by Alexandre Julliard
parent 2d1a9eb307
commit eabb8d169c
2 changed files with 15 additions and 1 deletions

View File

@ -1198,6 +1198,20 @@ GpStatus WINGDIPAPI GdipGetLineColors(GpLineGradient *brush, ARGB *colors)
return Ok;
}
/******************************************************************************
* GdipRotateTextureTransform [GDIPLUS.@]
*/
GpStatus WINGDIPAPI GdipRotateTextureTransform(GpTexture* brush, REAL angle,
GpMatrixOrder order)
{
TRACE("(%p, %.2f, %d)\n", brush, angle, order);
if(!brush)
return InvalidParameter;
return GdipRotateMatrix(brush->transform, angle, order);
}
GpStatus WINGDIPAPI GdipSetLineLinearBlend(GpLineGradient *brush, REAL focus,
REAL scale)
{

View File

@ -489,7 +489,7 @@
@ stdcall GdipRotateMatrix(ptr long long)
@ stub GdipRotatePathGradientTransform
@ stub GdipRotatePenTransform
@ stub GdipRotateTextureTransform
@ stdcall GdipRotateTextureTransform(ptr long long)
@ stdcall GdipRotateWorldTransform(ptr long long)
@ stub GdipSaveAdd
@ stub GdipSaveAddImage