Home
last modified time | relevance | path

Searched refs:fromIntY (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/external/xserver/mi/
H A Dmiarc.c160 double fromIntY; member
2645 acc->fromIntY = (tarc->height & 1) ? 0.5 : 0.0; in computeAcc()
2739 bound->inneri.min = ICEIL(bound->inner.min - acc->fromIntY); in computeBound()
2740 bound->inneri.max = floor(bound->inner.max - acc->fromIntY); in computeBound()
2741 bound->outeri.min = ICEIL(bound->outer.min - acc->fromIntY); in computeBound()
2742 bound->outeri.max = floor(bound->outer.max - acc->fromIntY); in computeBound()
2895 x = hookX(y + acc->fromIntY, def, bounds, acc, 1); in arcSpan()
2896 if (acc->right.valid && boundedLe(y + acc->fromIntY, bounds->right)) { in arcSpan()
2897 altx = intersectLine(y + acc->fromIntY, acc->right); in arcSpan()
2912 x = hookX(y + acc->fromIntY, def, bounds, acc, 0); in arcSpan()
[all …]