Home | History | Annotate | Download | only in engine

Lines Matching refs:bpos

64 #define SET_BPOS_AND_YSIZE(x,bpos,ysize)                                \
65 NJ_INT16_WRITE((x), ((NJ_UINT16)((bpos) << 7) | ((ysize) & 0x7F)))
68 #define SET_BPOS_AND_KSIZE(x,bpos,ksize) \
69 NJ_INT16_WRITE(((x)+3), ((NJ_UINT16)((bpos) << 7) | ((ksize) & 0x7F)))