Home
last modified time | relevance | path

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

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