Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/dmx/
H A Ddmxfont.c320 if (dmxIgnoreBadFontPaths) { in dmxBELoadFont()
402 if (!dmxIgnoreBadFontPaths || in dmxBELoadFont()
403 (dmxIgnoreBadFontPaths && dmxSetFontPath(dmxScreen))) { in dmxBELoadFont()
H A Ddmx.h314 extern Bool dmxIgnoreBadFontPaths; /**< True if bad font
H A Ddmxinit.c114 Bool dmxIgnoreBadFontPaths = FALSE; variable
966 dmxIgnoreBadFontPaths = TRUE; in ddxProcessArgument()