Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/render/
H A Danimcur.c53 } AnimCurElt; typedef
57 AnimCurElt *elts; /* actually allocated right after the structure */
317 ncursor * sizeof(AnimCurElt), 1); in AnimCursorCreate()
354 ac->elts = (AnimCurElt *) (ac + 1); in AnimCursorCreate()