Searched refs:boundedLe (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/xorg-server.old/dist/mi/ |
| H A D | miarc.c | 124 #define boundedLe(value, bounds)\ macro 671 if (acc->left.valid && boundedLe(K, bounds->left) && 672 !boundedLe(K, bounds->outer) && xs[0] >= 0.0 && xs[1] >= 0.0) 674 if (acc->right.valid && boundedLe(K, bounds->right) && 675 !boundedLe(K, bounds->inner) && xs[0] <= 0.0 && xs[1] <= 0.0) 774 if (acc->left.valid && boundedLe(K, bounds->left) && 775 !boundedLe(K, bounds->outer) && xs[0] >= 0.0 && xs[1] >= 0.0) 777 if (acc->right.valid && boundedLe(K, bounds->right) && 778 !boundedLe(K, bounds->inner) && xs[0] <= 0.0 && xs[1] <= 0.0) 2782 if (boundedLe (ellipse_ [all...] |
| /xsrc/external/mit/xorg-server/dist/mi/ |
| H A D | miarc.c | 126 #define boundedLe(value, bounds)\ macro 640 if (acc->left.valid && boundedLe(K, bounds->left) && 641 !boundedLe(K, bounds->outer) && xs[0] >= 0.0 && xs[1] >= 0.0) 643 if (acc->right.valid && boundedLe(K, bounds->right) && 644 !boundedLe(K, bounds->inner) && xs[0] <= 0.0 && xs[1] <= 0.0) 737 if (acc->left.valid && boundedLe(K, bounds->left) && 738 !boundedLe(K, bounds->outer) && xs[0] >= 0.0 && xs[1] >= 0.0) 740 if (acc->right.valid && boundedLe(K, bounds->right) && 741 !boundedLe(K, bounds->inner) && xs[0] <= 0.0 && xs[1] <= 0.0) 2828 if (boundedLe(ellipse_ [all...] |
Completed in 9 milliseconds