Searched refs:RepeatFix (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/xorg-server/dist/glamor/
H A Dglamor_render.c62 #define RepeatFix 10 macro
71 "#define RepeatFix 10\n"
79 " if (repeat == RepeatFix + RepeatNone)\n"
81 " else if (repeat == RepeatFix + RepeatNormal) \n"
83 " else if (repeat == RepeatFix + RepeatPad) { \n"
93 " } else if (repeat == RepeatFix + RepeatReflect) {\n"
110 " if (repeat >= RepeatFix) {\n"
112 " if (repeat == RepeatFix + RepeatNone) {\n"
123 " if (repeat >= RepeatFix) {\n"
125 " if (repeat == RepeatFix
[all...]

Completed in 3 milliseconds