| /xsrc/external/mit/libX11/dist/src/ |
| WarpPtr.c | 55 req->dstY = dest_y;
|
| CopyArea.c | 57 req->dstY = dst_y;
|
| CopyPlane.c | 58 req->dstY = dst_y;
|
| TrCoords.c | 59 *dst_y = cvtINT16toInt (rep.dstY);
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| copyimage.c | 544 int dstX, int dstY, int dstZ, int dstLevel, 574 dstX, dstY, newDstZ, 583 GLint dstX, GLint dstY, GLint dstZ, 598 srcLevel, dstTexImage, dstRenderbuffer, dstX, dstY, dstZ, 606 GLint dstX, GLint dstY, GLint dstZ, 626 dstX, dstY, dstZ, 680 if ((dstX % dst_bw != 0) || (dstY % dst_bh != 0)) { 710 dstX, dstY, dstZ, dstWidth, dstHeight, dstDepth, 734 srcLevel, dstTexImage, dstRenderbuffer, dstX, dstY, dstZ, 742 GLint dstX, GLint dstY, GLint dstZ [all...] |
| /xsrc/external/mit/xf86-video-neomagic/dist/src/ |
| neo_2200.c | 62 int srcY, int dstX, int dstY, 66 int srcY, int dstX, int dstY, 297 int dstX, int dstY, 303 if ((dstY < srcY) || ((dstY == srcY) && (dstX < srcX))) { 312 (dstY * nAcl->Pitch) + (dstX * nAcl->PixelWidth)); 328 ((dstY+h-1) * nAcl->Pitch) + ((dstX+w-1) 339 int dstX, int dstY, 345 if ((dstY < srcY) || ((dstY == srcY) && (dstX < srcX))) [all...] |
| neo_2070.c | 96 int srcY, int dstX, int dstY, 202 int dstX, int dstY, 208 if ((dstY < srcY) || ((dstY == srcY) && (dstX < srcX))) { 216 (dstY * nAcl->Pitch) + (dstX * nAcl->PixelWidth)); 228 ((dstY+h-1) * nAcl->Pitch) + ((dstX+w-1) * nAcl->PixelWidth));
|
| neo_2090.c | 81 int srcY, int dstX, int dstY, 238 int dstX, int dstY, 244 if ((dstY < srcY) || ((dstY == srcY) && (dstX < srcX))) { 249 OUTREG(NEOREG_DSTSTARTOFF, (dstY<<16) | (dstX & 0xffff)); 259 OUTREG(NEOREG_DSTSTARTOFF, ((dstY+h-1)<<16) | ((dstX+w-1) & 0xffff));
|
| /xsrc/external/mit/xf86-video-intel-old/dist/uxa/ |
| uxa.h | 183 * @param dstY destination Y coordinate 189 * pixmap to the same-sized rectangle at (dstX, dstY) in the destination 204 int dstY, 324 * @param dstY destination Y coordinate 329 * call, to the rectangle from (dstX, dstY) to (dstX + width, dstY + height) 344 int dstY,
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/xa/ |
| xa_renderer.c | 232 float srcX, float srcY, float dstX, float dstY, 241 add_vertex_1tex(r, dstX, dstY, tc0[0], tc0[1]); 243 add_vertex_1tex(r, dstX + width, dstY, tc1[0], tc1[1]); 245 add_vertex_1tex(r, dstX + width, dstY + height, tc2[0], tc2[1]); 247 add_vertex_1tex(r, dstX, dstY + height, tc3[0], tc3[1]); 253 float dstX, float dstY, float width, float height, 267 add_vertex_2tex(r, dstX, dstY, 270 add_vertex_2tex(r, dstX + width, dstY, 273 add_vertex_2tex(r, dstX + width, dstY + height, 276 add_vertex_2tex(r, dstX, dstY + height [all...] |
| xa_composite.c | 548 int dstX, int dstY, int width, int height) 551 xa_scissor_update(ctx, dstX, dstY, dstX + width, dstY + height); 552 renderer_solid(ctx, dstX, dstY, dstX + width, dstY + height); 555 int pos[6] = {srcX, srcY, maskX, maskY, dstX, dstY}; 559 xa_scissor_update(ctx, dstX, dstY, dstX + width, dstY + height);
|
| xa_composite.h | 152 int dstX, int dstY, int width, int height);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/xa/ |
| xa_renderer.c | 228 float srcX, float srcY, float dstX, float dstY, 237 add_vertex_1tex(r, dstX, dstY, tc0[0], tc0[1]); 239 add_vertex_1tex(r, dstX + width, dstY, tc1[0], tc1[1]); 241 add_vertex_1tex(r, dstX + width, dstY + height, tc2[0], tc2[1]); 243 add_vertex_1tex(r, dstX, dstY + height, tc3[0], tc3[1]); 249 float dstX, float dstY, float width, float height, 263 add_vertex_2tex(r, dstX, dstY, 266 add_vertex_2tex(r, dstX + width, dstY, 269 add_vertex_2tex(r, dstX + width, dstY + height, 272 add_vertex_2tex(r, dstX, dstY + height [all...] |
| xa_composite.c | 548 int dstX, int dstY, int width, int height) 551 xa_scissor_update(ctx, dstX, dstY, dstX + width, dstY + height); 552 renderer_solid(ctx, dstX, dstY, dstX + width, dstY + height); 555 int pos[6] = {srcX, srcY, maskX, maskY, dstX, dstY}; 559 xa_scissor_update(ctx, dstX, dstY, dstX + width, dstY + height);
|
| xa_composite.h | 152 int dstX, int dstY, int width, int height);
|
| /xsrc/external/mit/xf86-video-siliconmotion/dist/src/ |
| smi_exa.c | 52 SMI_Copy(PixmapPtr pDstPixmap, int srcX, int srcY, int dstX, int dstY, int width, int height); 79 int dstX, int dstY, int width, int height); 82 int dstX, int dstY, int width, int height); 290 int dstY, int width, int height) 296 DEBUG("srcX=%d srcY=%d dstX=%d dstY=%d width=%d height=%d\n", 297 srcX, srcY, dstX, dstY, width, height); 303 dstY += height - 1; 313 dstY *= 3; 328 WRITE_DPR(pSmi, 0x04, (dstX << 16) + (dstY & 0xFFFF)); 676 int dstX, int dstY, int width, int height [all...] |
| /xsrc/external/mit/xf86-video-glint/dist/src/ |
| pm2_exa.c | 139 int srcX, int srcY, int dstX, int dstY, int w, int h) 151 dstY += dstoff / pitch; 157 Permedia2LoadCoord(pScrn, dstX, dstY, w, h); 158 GLINT_WRITE_REG(((srcY - dstY) & 0x0FFF) << 16 | 164 Permedia2LoadCoord(pScrn, dstX >> pGlint->BppShift, dstY, 472 int dstX, int dstY, 507 Permedia2LoadCoord(pScrn, dstX, dstY, width, height); 521 int dstX, int dstY, 536 Permedia2LoadCoord(pScrn, dstX, dstY, width, height); 550 int dstX, int dstY, [all...] |
| pm3_exa.c | 128 int srcX, int srcY, int dstX, int dstY, int w, int h) 138 GLINT_WRITE_REG(((dstY & 0x0fff) << 16) | (dstX & 0x0fff), ScissorMinXY); 139 GLINT_WRITE_REG((((dstY + h) & 0x0fff) << 16) | ((dstX + w) & 0x0fff), ScissorMaxXY); 142 PM3RectanglePosition_YOffset(dstY), 146 PM3FBSourceReadBufferOffset_YOffset(srcY - dstY),
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| copyimage.c | 539 int dstX, int dstY, int dstZ, int dstLevel, 569 dstX, dstY, newDstZ, 578 GLint dstX, GLint dstY, GLint dstZ, 593 srcLevel, dstTexImage, dstRenderbuffer, dstX, dstY, dstZ, 601 GLint dstX, GLint dstY, GLint dstZ, 621 dstX, dstY, dstZ, 675 if ((dstX % dst_bw != 0) || (dstY % dst_bh != 0)) { 705 dstX, dstY, dstZ, dstWidth, dstHeight, dstDepth, 729 srcLevel, dstTexImage, dstRenderbuffer, dstX, dstY, dstZ,
|
| /xsrc/external/mit/xf86-video-intel/dist/src/uxa/ |
| i915_render.c | 391 int dstX, int dstY, 395 OUT_VERTEX(dstY + h); 400 OUT_VERTEX(dstY + h); 405 OUT_VERTEX(dstY); 414 int dstX, int dstY, 438 OUT_VERTEX(dstY + h); 443 OUT_VERTEX(dstY + h); 448 OUT_VERTEX(dstY); 457 int dstX, int dstY, 461 OUT_VERTEX(dstY + h) [all...] |
| uxa.h | 202 * @param dstY destination Y coordinate 208 * source pixmap to the same-sized rectangle at (dstX, dstY) in the 222 int srcY, int dstX, int dstY, int width, int height); 369 * @param dstY destination Y coordinate 374 * prepare_composite() call, to the rectangle from (dstX, dstY) to 375 * (dstX + width, dstY + height) in the destination Pixmap. Note that 389 int dstX, int dstY, int width, int height);
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/ |
| i915_render.c | 391 int dstX, int dstY, 395 OUT_VERTEX(dstY + h); 400 OUT_VERTEX(dstY + h); 405 OUT_VERTEX(dstY); 414 int dstX, int dstY, 438 OUT_VERTEX(dstY + h); 443 OUT_VERTEX(dstY + h); 448 OUT_VERTEX(dstY); 457 int dstX, int dstY, 461 OUT_VERTEX(dstY + h) [all...] |
| uxa.h | 202 * @param dstY destination Y coordinate 208 * source pixmap to the same-sized rectangle at (dstX, dstY) in the 222 int srcY, int dstX, int dstY, int width, int height); 369 * @param dstY destination Y coordinate 374 * prepare_composite() call, to the rectangle from (dstX, dstY) to 375 * (dstX + width, dstY + height) in the destination Pixmap. Note that 389 int dstX, int dstY, int width, int height);
|
| /xsrc/external/mit/xf86-video-qxl/dist/src/uxa/ |
| uxa.h | 202 * @param dstY destination Y coordinate 208 * source pixmap to the same-sized rectangle at (dstX, dstY) in the 222 int srcY, int dstX, int dstY, int width, int height); 369 * @param dstY destination Y coordinate 374 * prepare_composite() call, to the rectangle from (dstX, dstY) to 375 * (dstX + width, dstY + height) in the destination Pixmap. Note that 389 int dstX, int dstY, int width, int height);
|
| /xsrc/external/mit/xf86-video-ati/dist/src/ |
| radeon_textured_videofuncs.c | 441 int dstX, dstY, dstw, dsth; 443 dstY = pBox->y1 + dstyoff; 462 VTX_OUT_6((float)dstX, (float)(dstY + dsth), 465 VTX_OUT_6((float)(dstX + dstw), (float)(dstY + dsth), 468 VTX_OUT_6((float)(dstX + dstw), (float)dstY, 475 VTX_OUT_4((float)dstX, (float)(dstY + dsth), 477 VTX_OUT_4((float)(dstX + dstw), (float)(dstY + dsth), 479 VTX_OUT_4((float)(dstX + dstw), (float)dstY, 497 int dstX, dstY, dstw, dsth; 499 dstY = pBox->y1 + dstyoff [all...] |