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

/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Dglamor_utils.h1343 int snd_type = -1; // -1 represent has drawable. local
1355 snd_type = snd_picture->pSourcePict->type;
1358 if ((fst_type != -1) && (snd_type != -1) && (fst_type != snd_type)) {
1437 (snd_type == SourcePictTypeLinear) ||
1438 (snd_type == SourcePictTypeRadial) ||
1439 (snd_type == SourcePictTypeConical)) {
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Dglamor_utils.h1265 int snd_type = -1; // -1 represent has drawable. local
1277 snd_type = snd_picture->pSourcePict->type;
1280 if ((fst_type != -1) && (snd_type != -1) && (fst_type != snd_type)) {
1359 (snd_type == SourcePictTypeLinear) ||
1360 (snd_type == SourcePictTypeRadial) ||
1361 (snd_type == SourcePictTypeConical)) {

Completed in 62 milliseconds