Lines Matching refs:signdx
40 int signdx, in fbBresSolid() argument
61 if (signdx < 0) in fbBresSolid()
69 mask = fbBresShiftMask(mask, signdx, dstBpp); in fbBresSolid()
73 dst += signdx; in fbBresSolid()
96 mask = fbBresShiftMask(mask, signdx, dstBpp); in fbBresSolid()
98 dst += signdx; in fbBresSolid()
112 int signdx, in fbBresDash() argument
142 if (signdx < 0) in fbBresDash()
152 mask = fbBresShiftMask(mask, signdx, dstBpp); in fbBresDash()
154 dst += signdx; in fbBresDash()
168 mask = fbBresShiftMask(mask, signdx, dstBpp); in fbBresDash()
170 dst += signdx; in fbBresDash()
185 int signdx, in fbBresFill() argument
191 x1 += signdx; in fbBresFill()
203 x1 += signdx; in fbBresFill()
225 int signdx, in fbBresFillDash() argument
261 x1 += signdx; in fbBresFillDash()
273 x1 += signdx; in fbBresFillDash()
348 int signdx; /* sign of dx and dy */ in fbSegment() local
365 CalcLineDeltas(x1, y1, x2, y2, adx, ady, signdx, signdy, 1, 1, octant); in fbSegment()
406 signdx, signdy, axis, x1, y1, e, e1, e3, len); in fbSegment()
450 signdx, signdy, axis, new_x1, new_y1, in fbSegment()