Home
last modified time | relevance | path

Searched refs:Scissor (Results 1 – 2 of 2) sorted by relevance

/CTR-SDK-0.14.4/include/nn/gr/CTR/
Dgr_Scissor.h31 class Scissor
37Scissor() : isEnable( true ), x( 0 ), y( 0 ), width( 240 ), height( 320 ), bufferWidth( 256 ), buf… in Scissor() function
50Scissor( bool isEnable_, s32 x_, s32 y_, u32 width_, u32 height_, s32 bufferWidth_, s32 bufferHeig… in Scissor() function
/CTR-SDK-0.14.4/sources/libraries/gr/CTR/
Dgr_Scissor.cpp25 bit32* Scissor::MakeCommand( bit32* command ) in MakeCommand()