mirror of
https://github.com/reactos/reactos.git
synced 2025-04-19 04:07:16 +00:00
correct the spelling for some comment thx w3seek
svn path=/trunk/; revision=15847
This commit is contained in:
parent
e4d12844dc
commit
ecb9480129
6 changed files with 7 additions and 6 deletions
|
@ -425,7 +425,7 @@ DIB_16BPP_BitBlt(PBLTINFO BltInfo)
|
||||||
return TRUE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Optimze for bitBlt */
|
/* Optimize for bitBlt */
|
||||||
BOOLEAN
|
BOOLEAN
|
||||||
DIB_16BPP_ColorFill(SURFOBJ* DestSurface, RECTL* DestRect, ULONG color)
|
DIB_16BPP_ColorFill(SURFOBJ* DestSurface, RECTL* DestRect, ULONG color)
|
||||||
{
|
{
|
||||||
|
|
|
@ -478,7 +478,7 @@ DIB_1BPP_BitBlt(PBLTINFO BltInfo)
|
||||||
return TRUE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Optimze for bitBlt */
|
/* BitBlt Optimize */
|
||||||
BOOLEAN
|
BOOLEAN
|
||||||
DIB_1BPP_ColorFill(SURFOBJ* DestSurface, RECTL* DestRect, ULONG color)
|
DIB_1BPP_ColorFill(SURFOBJ* DestSurface, RECTL* DestRect, ULONG color)
|
||||||
{
|
{
|
||||||
|
|
|
@ -302,7 +302,7 @@ DIB_24BPP_BitBlt(PBLTINFO BltInfo)
|
||||||
return TRUE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* BitBlt Optimze */
|
/* BitBlt Optimize */
|
||||||
BOOLEAN
|
BOOLEAN
|
||||||
DIB_24BPP_ColorFill(SURFOBJ* DestSurface, RECTL* DestRect, ULONG color)
|
DIB_24BPP_ColorFill(SURFOBJ* DestSurface, RECTL* DestRect, ULONG color)
|
||||||
{
|
{
|
||||||
|
|
|
@ -464,7 +464,8 @@ DIB_32BPP_BitBlt(PBLTINFO BltInfo)
|
||||||
return TRUE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* optimze functions for bitblt */
|
|
||||||
|
/* Optimize functions for bitblt */
|
||||||
|
|
||||||
BOOLEAN
|
BOOLEAN
|
||||||
FASTCALL
|
FASTCALL
|
||||||
|
|
|
@ -356,7 +356,7 @@ DIB_4BPP_BitBlt(PBLTINFO BltInfo)
|
||||||
return TRUE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* BitBlt Optimze */
|
/* BitBlt Optimize */
|
||||||
BOOLEAN
|
BOOLEAN
|
||||||
DIB_4BPP_ColorFill(SURFOBJ* DestSurface, RECTL* DestRect, ULONG color)
|
DIB_4BPP_ColorFill(SURFOBJ* DestSurface, RECTL* DestRect, ULONG color)
|
||||||
{
|
{
|
||||||
|
|
|
@ -345,7 +345,7 @@ DIB_8BPP_BitBlt(PBLTINFO BltInfo)
|
||||||
return TRUE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Optimze BitBlt */
|
/* BitBlt Optimize */
|
||||||
BOOLEAN
|
BOOLEAN
|
||||||
DIB_8BPP_ColorFill(SURFOBJ* DestSurface, RECTL* DestRect, ULONG color)
|
DIB_8BPP_ColorFill(SURFOBJ* DestSurface, RECTL* DestRect, ULONG color)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue