Home
last modified time | relevance | path

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

/NW4C-1.2.23/include/nw/font/
Dfont_RectDrawerCommand.h115 #define NW_FONT_CMD_SCISSOR_VAL( s, c ) \ macro
135 NW_FONT_CMD_SCISSOR_VAL( x, (cbSz).width ) \
136 | NW_FONT_CMD_SCISSOR_VAL( y, (cbSz).height ) << 16, \
137 NW_FONT_CMD_SCISSOR_VAL( (x) + (w) - 1, (cbSz).width ) \
138 | NW_FONT_CMD_SCISSOR_VAL( (y) + (h) - 1, (cbSz).height ) << 16