Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/dmx/
H A Ddmx.h267 extern Bool dmxSubdividePrimitives; /**< True if using the
H A Ddmxinit.c92 Bool dmxSubdividePrimitives = TRUE; variable
927 dmxSubdividePrimitives = FALSE; in ddxProcessArgument()
H A Ddmxgcops.c121 if (dmxSubdividePrimitives && pGC->pCompositeClip) { in dmxPutImage()