#include <nnsys/g2d/g2d_RendererCore.h>
void NNS_G2dSetRndCoreFlipMode
(
NNSG2dRndCoreInstance* pRnd,
BOOL bFlipH,
BOOL bFlipV
);
pRnd |
[OUT] Renderer core |
bFlipH |
[IN] Horizontal flip |
bFlipV |
[IN] Vertical flip |
None.
Sets the drawing flip state of the Renderer core. This function can be called from either inside or outside the BeginRendering
— EndRendering
block.
Use of this function is prohibited when using the affine transformation feature. Doing so will cause a fail on assertion.
None.
2004/11/10 Initial version.
CONFIDENTIAL