Home | History | Annotate | Download | only in engine

Lines Matching refs:ysize

64 #define SET_BPOS_AND_YSIZE(x,bpos,ysize)                                \
65 NJ_INT16_WRITE((x), ((NJ_UINT16)((bpos) << 7) | ((ysize) & 0x7F)))
66 #define SET_FPOS_AND_YSIZE(x,fpos,ysize) \
67 NJ_INT16_WRITE(((x)+1), ((NJ_UINT16)((fpos) << 7) | ((ysize) & 0x7F)))