Searched refs:boundedLe (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/external/xserver/mi/ |
| H A D | miarc.c | 126 #define boundedLe(value, bounds)\ macro 640 if (acc->left.valid && boundedLe(K, bounds->left) && in tailX() 641 !boundedLe(K, bounds->outer) && xs[0] >= 0.0 && xs[1] >= 0.0) in tailX() 643 if (acc->right.valid && boundedLe(K, bounds->right) && in tailX() 644 !boundedLe(K, bounds->inner) && xs[0] <= 0.0 && xs[1] <= 0.0) in tailX() 737 if (acc->left.valid && boundedLe(K, bounds->left) && in tailX() 738 !boundedLe(K, bounds->outer) && xs[0] >= 0.0 && xs[1] >= 0.0) in tailX() 740 if (acc->right.valid && boundedLe(K, bounds->right) && in tailX() 741 !boundedLe(K, bounds->inner) && xs[0] <= 0.0 && xs[1] <= 0.0) in tailX() 2828 if (boundedLe(ellipse_y, bound->ellipse)) { in hookX() [all …]
|