Searched refs:fromIntY (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/xorg-server.old/dist/mi/ |
| H A D | miarc.c | 158 double fromIntY; member in struct:accelerators 2590 acc->fromIntY = (tarc->height & 1) ? 0.5 : 0.0; 2687 bound->inneri.min = ICEIL(bound->inner.min - acc->fromIntY); 2688 bound->inneri.max = floor(bound->inner.max - acc->fromIntY); 2689 bound->outeri.min = ICEIL(bound->outer.min - acc->fromIntY); 2690 bound->outeri.max = floor(bound->outer.max - acc->fromIntY); 2848 x = hookX (y + acc->fromIntY, def, bounds, acc, 1); 2850 boundedLe (y + acc->fromIntY, bounds->right)) 2852 altx = intersectLine (y + acc->fromIntY, acc->right); 2866 x = hookX (y + acc->fromIntY, de [all...] |
| /xsrc/external/mit/xorg-server/dist/mi/ |
| H A D | miarc.c | 160 double fromIntY; member in struct:accelerators 2645 acc->fromIntY = (tarc->height & 1) ? 0.5 : 0.0; 2739 bound->inneri.min = ICEIL(bound->inner.min - acc->fromIntY); 2740 bound->inneri.max = floor(bound->inner.max - acc->fromIntY); 2741 bound->outeri.min = ICEIL(bound->outer.min - acc->fromIntY); 2742 bound->outeri.max = floor(bound->outer.max - acc->fromIntY); 2895 x = hookX(y + acc->fromIntY, def, bounds, acc, 1); 2896 if (acc->right.valid && boundedLe(y + acc->fromIntY, bounds->right)) { 2897 altx = intersectLine(y + acc->fromIntY, acc->right); 2912 x = hookX(y + acc->fromIntY, de [all...] |
Completed in 15 milliseconds