Searched refs:dixInitPrivates (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/external/xserver/dix/ |
| H A D | cursor.c | 254 dixInitPrivates(pCurs, pCurs + 1, PRIVATE_CURSOR); in AllocARGBCursor() 255 dixInitPrivates(bits, bits + 1, PRIVATE_CURSOR_BITS) in AllocARGBCursor() 364 dixInitPrivates(pCurs, pCurs + 1, PRIVATE_CURSOR); in AllocGlyphCursor() 416 dixInitPrivates(pCurs, pCurs + 1, PRIVATE_CURSOR); in AllocGlyphCursor() 417 dixInitPrivates(bits, bits + 1, PRIVATE_CURSOR_BITS); in AllocGlyphCursor()
|
| /OK3568_Linux_fs/external/xserver/include/ |
| H A D | privates.h | 298 #define dixInitPrivates(o, v, type) _dixInitPrivates(&(o)->devPrivates, (v), type); macro
|
| /OK3568_Linux_fs/external/xserver/render/ |
| H A D | animcur.c | 320 dixInitPrivates(pCursor, pCursor + 1, PRIVATE_CURSOR); in AnimCursorCreate()
|
| H A D | glyph.c | 360 dixInitPrivates(glyph, (char *) glyph + head_size, PRIVATE_GLYPH); in AllocateGlyph()
|
| /OK3568_Linux_fs/external/xserver/ |
| H A D | ChangeLog | 42882 Privates are initially cleared to zero by dixInitPrivates().
|