Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/package/sunxi-tools/
H A D0001-meminfo-Access-to-io-memory-via-pointers.patch7 because there is no support of inx/outx functions for ARM platform.
/OK3568_Linux_fs/external/xserver/mi/
H A Dmiarc.c446 double A, T, b, d, x, y, t, inx, outx = 0.0, hepp, hepm; in miComputeEllipseSpans() local
525 outx = x + t; in miComputeEllipseSpans()
564 outx = x + t; in miComputeEllipseSpans()
567 span->lx = ICEIL(xorg - outx); in miComputeEllipseSpans()
570 span->lw = ICEIL(xorg + outx) - span->lx; in miComputeEllipseSpans()
578 span->rw = ICEIL(xorg + outx) - span->rx; in miComputeEllipseSpans()
583 outx = w + r; in miComputeEllipseSpans()
593 span->lx = ICEIL(xorg - outx); in miComputeEllipseSpans()
595 span->lw = ICEIL(xorg + outx) - span->lx; in miComputeEllipseSpans()
602 span->rw = ICEIL(xorg + outx) - span->rx; in miComputeEllipseSpans()