Searched refs:PICA_CMD_DATA_SCISSOR_SIZE (Results 1 – 3 of 3) sorted by relevance
33 *command++ = PICA_CMD_DATA_SCISSOR_SIZE( temp_width, temp_height ); in MakeCommand()
100 *command++ = PICA_CMD_DATA_SCISSOR_SIZE( temp_width, temp_height ); in MakeDisableCommand()
829 #define PICA_CMD_DATA_SCISSOR_SIZE( x, y ) \ macro