Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/xkb/
H A DXKBGAlloc.c478 #define _XkbAllocOutlines(s,n) _XkbGeomAlloc((void *)&(s)->outlines,\ macro
642 (_XkbAllocOutlines(shape, 1) != Success)) { in XkbAddGeomOutline()
672 if ((sz_outlines > 0) && (_XkbAllocOutlines(shape, sz_outlines) != Success)) in XkbAddGeomShape()