| /xsrc/external/mit/pixman/dist/pixman/ |
| pixman-gradient-walker.c | 62 float ra, rr, rg, rb; local 135 rr = (right_c->red * (1.0f/257.0f)); 146 walker->r_b = (lr + rr) / 510.0f; 155 walker->r_b = (lr * rx - rr * lx) * w_rec * (1.0f/255.0f); 160 walker->r_s = (rr - lr) * w_rec * (1.0f/255.0f);
|
| /xsrc/external/mit/libxkbui/dist/src/ |
| XKBui.c | 275 double rr,rx,ry,rt; local 279 rr= hypot(rx,ry); 281 rx= rr*cos(rt); 282 ry= rr*sin(rt);
|
| /xsrc/external/mit/xf86-video-intel/dist/src/sna/ |
| sna_tiling.c | 204 struct sna_composite_rectangles rr; local 205 rr.src.x = dx + r->src.x; 206 rr.src.y = dy + r->src.y; 208 rr.mask.x = dx + r->mask.x; 209 rr.mask.y = dy + r->mask.y; 211 rr.dst.x = dx + r->dst.x; 212 rr.dst.y = dy + r->dst.y; 214 rr.width = x2 - x1; 215 rr.height = y2 - y1; 217 tmp.blt(sna, &tmp, &rr); [all...] |
| sna_accel.c | 11132 xRectangle rr = *r++; local 11134 if ((rr.width | rr.height) == 0) 11138 n, rr.x, rr.y, rr.width, rr.height)); 11139 rr.x += dx; 11140 rr.y += dy; 11149 if (rr.width <= 1 || rr.height <= 1) 11197 xRectangle rr = *r++; local 11262 xRectangle rr = *r++; local 11343 xRectangle rr = *r++; local 11417 xRectangle rr = *r++; local 11509 xRectangle rr = *r++; local 15011 xRectangle *rr = r; local [all...] |
| sna_display.c | 7822 rrScrPrivPtr rr = rrGetScrPriv(xf86ScrnToScreen(sna->scrn)); local 7825 if (rr == NULL || rr->primaryOutput) 7835 rr->primaryOutput = output->randr_output; 7836 RROutputChanged(rr->primaryOutput, FALSE); 7837 rr->layoutChanged = TRUE; 7908 /* The RR structs are freed early during CloseScreen as they 7999 rrScrPrivPtr rr = rrGetScrPriv(screen); local 8000 if (rr && rr->primaryOutput && rr->primaryOutput->pScreen == screen) 8085 rrScrPrivPtr rr = rrGetScrPriv(xf86ScrnToScreen(sna->scrn)); local [all...] |
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/ |
| sna_tiling.c | 204 struct sna_composite_rectangles rr; local 205 rr.src.x = dx + r->src.x; 206 rr.src.y = dy + r->src.y; 208 rr.mask.x = dx + r->mask.x; 209 rr.mask.y = dy + r->mask.y; 211 rr.dst.x = dx + r->dst.x; 212 rr.dst.y = dy + r->dst.y; 214 rr.width = x2 - x1; 215 rr.height = y2 - y1; 217 tmp.blt(sna, &tmp, &rr); [all...] |
| sna_accel.c | 10963 xRectangle rr = *r++; local 10965 if ((rr.width | rr.height) == 0) 10969 n, rr.x, rr.y, rr.width, rr.height)); 10970 rr.x += dx; 10971 rr.y += dy; 10980 if (rr.width <= 1 || rr.height <= 1) 11028 xRectangle rr = *r++; local 11093 xRectangle rr = *r++; local 11174 xRectangle rr = *r++; local 11248 xRectangle rr = *r++; local 11340 xRectangle rr = *r++; local 14787 xRectangle *rr = r; local [all...] |
| sna_display.c | 5945 rrScrPrivPtr rr = rrGetScrPriv(xf86ScrnToScreen(sna->scrn)); local 5948 if (rr == NULL || rr->primaryOutput) 5958 rr->primaryOutput = output->randr_output; 5959 RROutputChanged(rr->primaryOutput, 0); 5960 rr->layoutChanged = TRUE; 6095 rrScrPrivPtr rr = rrGetScrPriv(xf86ScrnToScreen(sna->scrn)); local 6096 if (rr && rr->primaryOutput) { 6097 xf86OutputPtr output = rr->primaryOutput->devPrivate [all...] |
| /xsrc/external/mit/xorg-server/dist/hw/xquartz/ |
| applewm.c | 530 BoxRec ir, or, rr; local 543 &or, &ir, &rr) != Success) { 547 rep.x = rr.x1; 548 rep.y = rr.y1; 549 rep.w = rr.x2 - rr.x1; 550 rep.h = rr.y2 - rr.y1;
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xquartz/ |
| applewm.c | 527 BoxRec ir, or, rr; 540 &or, &ir, &rr) != Success) 545 rep.x = rr.x1; 546 rep.y = rr.y1; 547 rep.w = rr.x2 - rr.x1; 548 rep.h = rr.y2 - rr.y1; 523 BoxRec ir, or, rr; local
|
| /xsrc/external/mit/ctwm/dist/ |
| win_resize.c | 1184 Window rr, cr; local 1238 XQueryPointer(dpy, tmp_win->w, &rr, &cr, &rx, &ry, &wx, &wy, 1256 XQueryPointer(dpy, tmp_win->w, &rr, &cr, &rx, &ry, &wx, &wy, 1276 XQueryPointer(dpy, tmp_win->w, &rr, &cr, &rx, &ry, &wx, &wy, 1296 XQueryPointer(dpy, tmp_win->w, &rr, &cr, &rx, &ry, &wx, &wy,
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/ |
| nv50_ir_lowering_nv50.cpp | 142 Value *rr[7]; local 146 rr[j] = bld->getSSA(fullSize); 157 bld->mkOp1(OP_NOT, fTy, rr[0], r[4]) 159 bld->mkOp1(OP_NOT, fTy, rr[1], t[3]) 163 Instruction *n = bld->mkOp2(OP_ADD, fTy, NULL, rr[1], one); 169 bld->mkOp2(OP_ADD, fTy, rr[2], rr[0], one) 171 bld->mkMov(rr[3], rr[0]) 173 bld->mkOp2(OP_UNION, fTy, rr[4], rr[2], rr[3]) [all...] |
| /xsrc/external/mit/xf86-video-crime/dist/src/ |
| crime_accel.c | 1086 int sr, sg, sb, sa, mr, mg, mb, ma, rr, gg, bb, aa; local 1132 rr = (((sr * mr) + 0x80) & 0xff00) << 16; 1137 *dptr = aa | rr | gg | bb; 1192 int sr, sg, sb, sa, rr, gg, bb, aa; local 1235 rr = (((sr * mask) + 0x80) & 0xff00) 1243 *dptr = aa | rr | gg | bb;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/ |
| nv50_ir_lowering_nv50.cpp | 160 Value *rr[7]; local 164 rr[j] = bld->getSSA(fullSize); 175 bld->mkOp1(OP_NOT, fTy, rr[0], r[4]) 177 bld->mkOp1(OP_NOT, fTy, rr[1], t[3]) 181 Instruction *n = bld->mkOp2(OP_ADD, fTy, NULL, rr[1], one); 187 bld->mkOp2(OP_ADD, fTy, rr[2], rr[0], one) 189 bld->mkMov(rr[3], rr[0]) 191 bld->mkOp2(OP_UNION, fTy, rr[4], rr[2], rr[3]) [all...] |
| /xsrc/external/mit/xorg-server/dist/record/ |
| record.c | 1558 xRecordRange *pRanges, rr; 1614 offset_of(rr, coreRequestsFirst), NULL, 1620 offset_of(rr, extRequestsMajorFirst), 1626 offset_of(rr, coreRepliesFirst), NULL, 1632 offset_of(rr, extRepliesMajorFirst), 1638 offset_of(rr, errorsFirst), NULL, 1644 offset_of(rr, deliveredEventsFirst), 1650 offset_of(rr, deviceEventsFirst), NULL, 2179 xRecordRange rr; 2182 offset_of(rr, coreRequestsFirst), TRUE 1555 xRecordRange *pRanges, rr; local 2175 xRecordRange rr; local [all...] |
| /xsrc/external/mit/xorg-server.old/dist/record/ |
| record.c | 1634 xRecordRange *pRanges, rr; 1691 offset_of(rr, coreRequestsFirst), NULL, NULL); 1695 offset_of(rr, extRequestsMajorFirst), pExtReqSets, &nExtReqSets); 1699 offset_of(rr, coreRepliesFirst), NULL, NULL); 1703 offset_of(rr, extRepliesMajorFirst), pExtRepSets, &nExtRepSets); 1707 offset_of(rr, errorsFirst), NULL, NULL); 1711 offset_of(rr, deliveredEventsFirst), NULL, NULL); 1715 offset_of(rr, deviceEventsFirst), NULL, NULL); 2267 xRecordRange rr; 2270 offset_of(rr, coreRequestsFirst), TRUE, 127, NULL) 1631 xRecordRange *pRanges, rr; local 2263 xRecordRange rr; local [all...] |
| /xsrc/external/mit/xterm/dist/ |
| graphics.c | 869 unsigned const rr = ((unsigned) reg->r * (LOOKUP_WIDTH - 1)) / CHANNEL_MAX; local 897 new_color->next = allocated_colors[rr][gg][bb]; 899 allocated_colors[rr][gg][bb] = new_color; 913 unsigned const rr = ((unsigned) reg->r * (LOOKUP_WIDTH - 1)) / CHANNEL_MAX; local 918 for (search = allocated_colors[rr][gg][bb]; search; search = search->next) {
|
| /xsrc/external/mit/xf86-video-intel/dist/tools/ |
| virtual.c | 2193 XRecordRange *rr; local 2203 rr = XRecordAllocRange(); 2204 if (rr == NULL) 2207 rr->device_events.first = rr->device_events.last = MotionNotify; 2210 rc = XRecordCreateContext(dpy, 0, &rcs, 1, &rr, 1);
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/tools/ |
| virtual.c | 2024 XRecordRange *rr; local 2034 rr = XRecordAllocRange(); 2035 if (rr == NULL) 2038 rr->device_events.first = rr->device_events.last = MotionNotify; 2041 rc = XRecordCreateContext(dpy, 0, &rcs, 1, &rr, 1);
|