Lines Matching refs:drawable
46 pPixmap->drawable.type = DRAWABLE_PIXMAP; in xnestCreatePixmap()
47 pPixmap->drawable.class = 0; in xnestCreatePixmap()
48 pPixmap->drawable.depth = depth; in xnestCreatePixmap()
49 pPixmap->drawable.bitsPerPixel = depth; in xnestCreatePixmap()
50 pPixmap->drawable.id = 0; in xnestCreatePixmap()
51 pPixmap->drawable.x = 0; in xnestCreatePixmap()
52 pPixmap->drawable.y = 0; in xnestCreatePixmap()
53 pPixmap->drawable.width = width; in xnestCreatePixmap()
54 pPixmap->drawable.height = height; in xnestCreatePixmap()
55 pPixmap->drawable.pScreen = pScreen; in xnestCreatePixmap()
56 pPixmap->drawable.serialNumber = NEXT_SERIAL_NUMBER; in xnestCreatePixmap()
88 xnestDefaultWindows[pPixmap->drawable.pScreen->myNum], in xnestModifyPixmapHeader()
107 pPixmap->drawable.width, pPixmap->drawable.height, in xnestPixmapToRegion()
117 for (y = 0; y < pPixmap->drawable.height; y++) { in xnestPixmapToRegion()
121 for (x = 0; x < pPixmap->drawable.width; x++) { in xnestPixmapToRegion()
139 Box.x2 = pPixmap->drawable.width; in xnestPixmapToRegion()