/external/mesa3d/src/gallium/state_trackers/xorg/ |
D | xorg_renderer.c | 140 float srcX, float srcY, float dstX, float dstY, in add_vertex_data1() argument 173 add_vertex_1tex(r, dstX, dstY, s0, t0); in add_vertex_data1() 175 add_vertex_1tex(r, dstX + width, dstY, s1, t1); in add_vertex_data1() 177 add_vertex_1tex(r, dstX + width, dstY + height, s2, t2); in add_vertex_data1() 179 add_vertex_1tex(r, dstX, dstY + height, s3, t3); in add_vertex_data1() 211 float dstX, float dstY, float width, float height, in add_vertex_data2() argument 272 add_vertex_2tex(r, dstX, dstY, in add_vertex_data2() 275 add_vertex_2tex(r, dstX + width, dstY, in add_vertex_data2() 278 add_vertex_2tex(r, dstX + width, dstY + height, in add_vertex_data2() 281 add_vertex_2tex(r, dstX, dstY + height, in add_vertex_data2() [all …]
|
D | xorg_exa.c | 469 ExaCopy(PixmapPtr pDstPixmap, int srcX, int srcY, int dstX, int dstY, in ExaCopy() argument 478 srcX, srcY, dstX, dstY, width, height); in ExaCopy() 488 !((dstX + width) < srcX || dstX > (srcX + width) || in ExaCopy() 512 dstX, dstY, 0, in ExaCopy() 519 dstX, dstY, 0, in ExaCopy() 687 int dstX, int dstY, int width, int height) in ExaComposite() argument 695 srcX, srcY, maskX, maskY, dstX, dstY, width, height); in ExaComposite() 700 dstX, dstY, width, height); in ExaComposite()
|
D | xorg_composite.h | 23 int dstX, int dstY, int width, int height);
|
D | xorg_composite.c | 506 int dstX, int dstY, int width, int height) in xorg_composite() argument 510 dstX, dstY, dstX + width, dstY + height, in xorg_composite() 513 int pos[6] = {srcX, srcY, maskX, maskY, dstX, dstY}; in xorg_composite()
|
D | xorg_xv.c | 494 int dstX, int dstY, int dst_w, int dst_h, in display_video() argument 551 float offset_x = box_x1 - dstX; in display_video()
|
/external/skia/src/utils/ |
D | SkNinePatch.cpp | 263 SkScalar dstX[4] = { in drawNineViaRects() local 272 if (dstX[1] > dstX[2]) { in drawNineViaRects() 273 dstX[1] = dstX[0] + (dstX[3] - dstX[0]) * SkIntToScalar(margins.fLeft) / in drawNineViaRects() 275 dstX[2] = dstX[1]; in drawNineViaRects() 294 d.fLeft = dstX[x]; in drawNineViaRects() 295 d.fRight = dstX[x+1]; in drawNineViaRects()
|
/external/mesa3d/src/gallium/state_trackers/xa/ |
D | xa_renderer.c | 187 float srcX, float srcY, float dstX, float dstY, in add_vertex_data1() argument 220 add_vertex_1tex(r, dstX, dstY, s0, t0); in add_vertex_data1() 222 add_vertex_1tex(r, dstX + width, dstY, s1, t1); in add_vertex_data1() 224 add_vertex_1tex(r, dstX + width, dstY + height, s2, t2); in add_vertex_data1() 226 add_vertex_1tex(r, dstX, dstY + height, s3, t3); in add_vertex_data1() 232 float dstX, float dstY, float width, float height, in add_vertex_data2() argument 273 add_vertex_2tex(r, dstX, dstY, in add_vertex_data2() 276 add_vertex_2tex(r, dstX + width, dstY, in add_vertex_data2() 279 add_vertex_2tex(r, dstX + width, dstY + height, in add_vertex_data2() 282 add_vertex_2tex(r, dstX, dstY + height, in add_vertex_data2() [all …]
|
D | xa_composite.c | 505 int dstX, int dstY, int width, int height) in xa_composite_rect() argument 508 renderer_solid(ctx, dstX, dstY, dstX + width, dstY + height, in xa_composite_rect() 512 int pos[6] = {srcX, srcY, maskX, maskY, dstX, dstY}; in xa_composite_rect()
|
D | xa_composite.h | 136 int dstX, int dstY, int width, int height);
|
/external/clang/test/CodeGenCXX/ |
D | copy-assign-synthesis.cpp | 70 X dstX; variable 74 dstY = dstX = srcX; in main() 76 dstX.pr(); in main()
|
D | copy-assign-synthesis-1.cpp | 85 X dstX; variable 89 dstY = dstX = srcX; in main() 91 dstX.pr(); in main()
|
/external/skia/src/codec/ |
D | SkBmpRLECodec.cpp | 209 const int dstX = get_dst_coord(x, fSampleX); in setPixel() local 213 dstRow[dstX] = fColorTable->operator[](index); in setPixel() 218 dstRow[dstX] = SkPixel32ToPixel16(fColorTable->operator[](index)); in setPixel() 242 const int dstX = get_dst_coord(x, fSampleX); in setRGBPixel() local 246 dstRow[dstX] = SkPackARGB32NoCheck(0xFF, red, green, blue); in setRGBPixel() 251 dstRow[dstX] = SkPack888ToRGB16(red, green, blue); in setRGBPixel()
|
D | SkBmpStandardCodec.cpp | 310 for (int dstX = 0; dstX < sampledWidth; dstX++) { in decodeIcoMask() local 316 dstRow[dstX] &= alphaBit - 1; in decodeIcoMask()
|
/external/mesa3d/src/mesa/swrast/ |
D | s_copypix.c | 446 GLint dstX, GLint dstY, GLenum type) in swrast_fast_copy_pixels() argument 498 dstX < dstFb->_Xmin || dstX + width > dstFb->_Xmax || in swrast_fast_copy_pixels() 524 dstMap = map + dstY * rowStride + dstX * pixelBytes; in swrast_fast_copy_pixels() 549 ctx->Driver.MapRenderbuffer(ctx, dstRb, dstX, dstY, in swrast_fast_copy_pixels()
|
D | swrast.h | 144 GLint dstX, GLint dstY, GLenum type);
|
/external/mesa3d/src/mesa/drivers/x11/ |
D | xm_dd.c | 349 int dstX = x; in xmesa_DrawPixels_8R8G8B() local 379 if (_mesa_clip_drawpixels(ctx, &dstX, &dstY, &w, &h, &clippedUnpack)) { in xmesa_DrawPixels_8R8G8B() 416 XPutImage(dpy, xrb->pixmap, gc, &ximage, 0, 0, dstX, dstY, w, h); in xmesa_DrawPixels_8R8G8B() 483 int dstX = x; in xmesa_DrawPixels_5R6G5B() local 513 if (_mesa_clip_drawpixels(ctx, &dstX, &dstY, &w, &h, &clippedUnpack)) { in xmesa_DrawPixels_5R6G5B() 549 XPutImage(dpy, xrb->pixmap, gc, &ximage, 0, 0, dstX, dstY, w, h); in xmesa_DrawPixels_5R6G5B()
|
/external/skia/src/pdf/ |
D | SkPDFUtils.cpp | 79 SkScalar dstX, SkScalar dstY, SkWStream* content) { in AppendCubic() argument 85 if (ctl2X != dstX || ctl2Y != dstY) { in AppendCubic() 92 SkPDFUtils::AppendScalar(dstX, content); in AppendCubic()
|
D | SkPDFUtils.h | 46 SkScalar dstX, SkScalar dstY, SkWStream* content);
|
/external/skia/src/effects/gradients/ |
D | SkRadialGradient.cpp | 226 SkScalar dstX = SkIntToScalar(x); in shadeSpan() local 229 dstProc(fDstToIndex, dstX, dstY, &srcPt); in shadeSpan() 233 dstX += SK_Scalar1; in shadeSpan()
|
D | SkTwoPointConicalGradient.cpp | 276 SkScalar dstX = SkIntToScalar(x) + SK_ScalarHalf; in shadeSpan() local 280 dstProc(fDstToIndex, dstX, dstY, &srcPt); in shadeSpan() 284 dstX += SK_Scalar1; in shadeSpan()
|
D | SkLinearGradient.cpp | 333 SkScalar dstX = SkIntToScalar(x); in shadeSpan() local 336 dstProc(fDstToIndex, dstX, dstY, &srcPt); in shadeSpan() 341 dstX += SK_Scalar1; in shadeSpan()
|
/external/mesa3d/src/gallium/drivers/svga/include/ |
D | svga_reg.h | 807 int32 dstX; member
|
/external/skia/tests/ |
D | BitmapCopyTest.cpp | 615 const int dstX = gRec[i].fExpectedDstLoc.x(); in DEF_TEST() local 622 int sx = x - dstX + srcR.x(); in DEF_TEST()
|
/external/opencv/cv/src/ |
D | cvlkpyramid.cpp | 226 icvCalcIxIy_32f( const float* src, int src_step, float* dstX, float* dstY, int dst_step, in icvCalcIxIy_32f() argument 234 dst_step /= sizeof(dstX[0]); in icvCalcIxIy_32f() 236 for( ; height--; src += src_step, dstX += dst_step, dstY += dst_step ) in icvCalcIxIy_32f() 252 dstX[x] = t0; dstY[x] = t1; in icvCalcIxIy_32f()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_cb_drawpixels.c | 1309 regions_overlap(GLint srcX, GLint srcY, GLint dstX, GLint dstY, in regions_overlap() argument 1312 if (srcX + width <= dstX || in regions_overlap() 1313 dstX + width <= srcX || in regions_overlap()
|