Inheritance diagram for XFcPrimitiveDrawFiller:
Public Member Functions | |
virtual void | initFill ()=0 |
Initializes the filler for rendering. | |
virtual void | deinitFill ()=0 |
Deinitializes the filler after rendering. | |
virtual void | fill (INT32 aXStart, INT32 aXEnd, INT32 aY, UINT32 *aScanline)=0 |
|
Deinitializes the filler after rendering. This should be called after calling fill() for the last filled span. Implemented in XFcPrimitiveDrawGradientFiller, XFcPrimitiveDrawImageFiller, and XFcPrimitiveDrawPatternFiller. |
|
Fills aLength A8R8G8B8 pixels to a scanline. param aXStart the starting position on the scanline param aXEnd the ending position on the scanline param aY the y position of the scanline param aScanline the start of the scanline Implemented in XFcPrimitiveDrawLinearGradientFiller, XFcPrimitiveDrawRadialGradientFiller, XFcPrimitiveDrawImageFiller, and XFcPrimitiveDrawPatternFiller. |
|
Initializes the filler for rendering. This should be called before calling fill() for the first filled span. Implemented in XFcPrimitiveDrawGradientFiller, XFcPrimitiveDrawImageFiller, and XFcPrimitiveDrawPatternFiller. |
![]() | ||||
![]() |
Confidential Copyright © 2002-2003 Fathammer | with doxygen by Dimitri van Heesch |