Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/mi/
H A Dmibitblt.c263 miGetPlane(DrawablePtr pDraw, int planeNum, /* number of the bitPlane */ in miGetPlane() argument
306 planeNum += (32 - bitsPerPixel); in miGetPlane()
326 bit = (pixel >> planeNum) & 1; in miGetPlane()