Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/mi/
H A Dmiarc.c242 double yFtrans);
246 int xOrg, int yOrg, double xFtrans, double yFtrans);
1123 GetFPolyYBounds(SppPointPtr pts, int n, double yFtrans, int *by, int *ty) in GetFPolyYBounds() argument
1143 *by = ICEIL(ymin + yFtrans); in GetFPolyYBounds()
1144 *ty = ICEIL(ymax + yFtrans - 1); in GetFPolyYBounds()
1164 double xFtrans, double yFtrans /* translate before conversion in miFillSppPoly() argument
1191 imin = GetFPolyYBounds(ptsIn, count, yFtrans, &ymin, &ymax); in miFillSppPoly()
1211 y = ICEIL(ptsIn[nextleft].y + yFtrans); in miFillSppPoly()
1218 if ((y > (ptsIn[nextleft].y + yFtrans) || in miFillSppPoly()
1219 ISEQUAL(y, ptsIn[nextleft].y + yFtrans)) && in miFillSppPoly()
[all …]