Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/render/
H A Dpicture.c1035 #define NEXT_VAL(_type) (vlist ? (_type) *vlist++ : (_type) ulist++->val) macro
1059 newr = NEXT_VAL(unsigned int); in ChangePicture()
1076 Picture pid = NEXT_VAL(Picture); in ChangePicture()
1107 pPicture->alphaOrigin.x = NEXT_VAL(INT16); in ChangePicture()
1111 pPicture->alphaOrigin.y = NEXT_VAL(INT16); in ChangePicture()
1115 pPicture->clipOrigin.x = NEXT_VAL(INT16); in ChangePicture()
1119 pPicture->clipOrigin.y = NEXT_VAL(INT16); in ChangePicture()
1132 pid = NEXT_VAL(Pixmap); in ChangePicture()
1174 newe = NEXT_VAL(unsigned int); in ChangePicture()
1187 news = NEXT_VAL(unsigned int); in ChangePicture()
[all …]