Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/render/
H A Dpicture.c1212 unsigned int newm; in ChangePicture() local
1213 newm = NEXT_VAL(unsigned int); in ChangePicture()
1215 if (newm == PolyModePrecise || newm == PolyModeImprecise) in ChangePicture()
1216 pPicture->polyMode = newm; in ChangePicture()
1218 client->errorValue = newm; in ChangePicture()