Home
last modified time | relevance | path

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

/CTR-SDK-0.14.4/include/nn/gx/CTR/
Dgx_MacroMisc.h823 #define PICA_CMD_DATA_SCISSOR_XY( x, y, colorBufferWidth, colorBufferHeight) \ argument
824 ( ((x) < 0) ? 0 : ( (x >= colorBufferWidth) ? (colorBufferWidth - 1) : (x) ) ) | \