Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/dix/
H A Dcursor.c254 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 Dprivates.h298 #define dixInitPrivates(o, v, type) _dixInitPrivates(&(o)->devPrivates, (v), type); macro
/OK3568_Linux_fs/external/xserver/render/
H A Danimcur.c320 dixInitPrivates(pCursor, pCursor + 1, PRIVATE_CURSOR); in AnimCursorCreate()
H A Dglyph.c360 dixInitPrivates(glyph, (char *) glyph + head_size, PRIVATE_GLYPH); in AllocateGlyph()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog42882 Privates are initially cleared to zero by dixInitPrivates().