| /xsrc/external/mit/pixman/dist/pixman/ |
| H A D | pixman-edge-imp.h | 43 pixman_fixed_t lx; local in function:RASTERIZE_EDGES 48 lx = l->x; 58 lx += X_FRAC_FIRST(1) - pixman_fixed_e; 62 if (lx < 0) 63 lx = 0; 76 if (rx > lx) 80 lxi = pixman_fixed_to_int (lx); 136 lxs = RENDER_SAMPLES_X (lx, N_BITS);
|
| H A D | pixman-edge.c | 175 pixman_fixed_t lx, rx; local in function:rasterize_edges_8 179 lx = l->x; 180 if (lx < 0) 181 lx = 0; 195 if (rx > lx) 200 lxi = pixman_fixed_to_int (lx); 204 lxs = RENDER_SAMPLES_X (lx, 8);
|
| H A D | pixman-gradient-walker.c | 63 float lx, rx; local in function:gradient_walker_reset 139 lx = left_x * (1.0f/65536.0f); 142 if (FLOAT_IS_ZERO (rx - lx) || left_x == INT32_MIN || right_x == INT32_MAX) 152 float w_rec = 1.0f / (rx - lx); 154 walker->a_b = (la * rx - ra * lx) * w_rec * (1.0f/255.0f); 155 walker->r_b = (lr * rx - rr * lx) * w_rec * (1.0f/255.0f); 156 walker->g_b = (lg * rx - rg * lx) * w_rec * (1.0f/255.0f); 157 walker->b_b = (lb * rx - rb * lx) * w_rec * (1.0f/255.0f);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/driver_trace/ |
| H A D | tr_dump.c | 574 trace_dump_writef("<ptr>0x%08lx</ptr>", (unsigned long)(uintptr_t)value);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/driver_trace/ |
| H A D | tr_dump.c | 626 trace_dump_writef("<ptr>0x%08lx</ptr>", (unsigned long)(uintptr_t)value);
|
| /xsrc/external/mit/ctwm/dist/ |
| H A D | icons_builtin.c | 86 int lx, ly; local in function:CreateMenuIcon 132 lx = ix + bw + (tw - lw) / 2; 146 XFillRectangle(dpy, pix, gc, lx, ly, lw, bw);
|
| /xsrc/external/mit/xorg-server.old/dist/mi/ |
| H A D | miarc.c | 369 short lx, lw, rx, rw; member in struct:__anon78d3557b0108 419 span->lx = dy - x; 424 span->rw = span->lx + slw; 483 span->lx = 0; 588 span->lx = ICEIL(xorg - outx); 592 span->lw = ICEIL(xorg + outx) - span->lx; 599 span->lw = ICEIL(xorg - inx) - span->lx; 618 span->lx = ICEIL(xorg - outx); 621 span->lw = ICEIL(xorg + outx) - span->lx; 627 span->lw = ICEIL(xorg - inx) - span->lx; 2345 double l, lx, ly; local in function:drawZeroArc 2827 arcSpan(int y,int lx,int lw,int rx,int rw,struct arc_def * def,struct arc_bound * bounds,struct accelerators * acc,int mask) argument 2897 arcSpan0(int lx,int lw,int rx,int rw,struct arc_def * def,struct arc_bound * bounds,struct accelerators * acc,int mask) argument 2934 double yy, xalt, x, lx, rx; local in function:tailSpan [all...] |
| /xsrc/external/mit/xorg-server/dist/mi/ |
| H A D | miarc.c | 219 short lx, lw, rx, rw; member in struct:__anon6d734e8e0108 413 span->lx = dy - x; 417 span->rw = span->lx + slw; 469 span->lx = 0; 567 span->lx = ICEIL(xorg - outx); 570 span->lw = ICEIL(xorg + outx) - span->lx; 576 span->lw = ICEIL(xorg - inx) - span->lx; 593 span->lx = ICEIL(xorg - outx); 595 span->lw = ICEIL(xorg + outx) - span->lx; 600 span->lw = ICEIL(xorg - inx) - span->lx; 2436 double l, lx, ly; local in function:drawZeroArc 2876 arcSpan(int y,int lx,int lw,int rx,int rw,struct arc_def * def,struct arc_bound * bounds,struct accelerators * acc,int mask) argument 2937 arcSpan0(int lx,int lw,int rx,int rw,struct arc_def * def,struct arc_bound * bounds,struct accelerators * acc,int mask) argument 2966 double yy, xalt, x, lx, rx; local in function:tailSpan [all...] |
| /xsrc/external/mit/xf86-video-chips/dist/src/ |
| H A D | ct_BltHiQV.h | 84 ErrorF("%s: timeout %d (%d, %d, %d x %d) -> %d, %d \n", __func__, last_op, lx, ly, lw, lh, dx, dy); \ 111 ErrorF("%s: timeout %d (%d, %d, %d x %d) -> %d, %d \n", __func__, last_op, lx, ly, lw, lh, dx, dy); \
|
| H A D | ct_exa.c | 46 int last_op = 0, lx, ly, lw, lh, dx, dy, xdir, ydir, lsp, ldp; variable in typeref:typename:int 136 lx = srcX;
|
| /xsrc/external/mit/xf86-video-intel/dist/src/sna/ |
| H A D | blt.c | 570 unsigned ox, lx; local in function:memcpy_between_tiled_x__swizzle_0__sse2 583 lx = min(tile_width - ox, width); 584 assert(lx != 0); 586 lx = 0; 608 if (lx) { 609 to_memcpy(dst_row + ox, src_row + ox, lx); 612 w -= lx;
|
| /xsrc/external/mit/twm/dist/src/ |
| H A D | util.c | 1011 int lx, ly; local in function:CreateMenuIcon 1044 lx = ix + bw + (tw - lw) / 2; 1057 XFillRectangle(dpy, pix, gc, lx, ly, (unsigned) lw, (unsigned) bw);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/ |
| H A D | sp_setup.c | 219 unsigned lx = x; local in function:flush_spans 237 setup->quad[q].input.x0 = lx; 249 lx += 2;
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xquartz/pbproxy/ |
| H A D | x-selection.m | 465 fprintf (stderr, "A clipboard manager using window 0x%lx " 584 DB ("reply->xselection.requestor 0x%lx\n", reply->xselection.requestor); 1071 DB ("set pending.requestor to 0x%lx\n", pending.requestor); 1112 DB ("pending.requestor 0x%lx\n", pending.requestor);
|
| /xsrc/external/mit/xorg-server/dist/hw/xquartz/pbproxy/ |
| H A D | x-selection.m | 441 "A clipboard manager using window 0x%lx already owns the clipboard selection. " 565 DebugF("reply->xselection.requestor 0x%lx\n", reply->xselection.requestor); 1045 DebugF("set pending.requestor to 0x%lx\n", pending.requestor); 1082 DebugF("pending.requestor 0x%lx\n", pending.requestor);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/ |
| H A D | sp_setup.c | 218 unsigned lx = x; local in function:flush_spans 236 setup->quad[q].input.x0 = lx; 248 lx += 2;
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 20.1.0.rst | 167 - src/intel/tools/aubinator_viewer.cpp:383:52: error: format ‘%lx’
|