/external/mesa3d/src/gallium/state_trackers/xa/ |
D | xa_renderer.c | 200 float srcX, float srcY, float dstX, float dstY, in add_vertex_data1() argument 233 add_vertex_1tex(r, dstX, dstY, s0, t0); in add_vertex_data1() 235 add_vertex_1tex(r, dstX + width, dstY, s1, t1); in add_vertex_data1() 237 add_vertex_1tex(r, dstX + width, dstY + height, s2, t2); in add_vertex_data1() 239 add_vertex_1tex(r, dstX, dstY + height, s3, t3); in add_vertex_data1() 245 float dstX, float dstY, float width, float height, in add_vertex_data2() argument 286 add_vertex_2tex(r, dstX, dstY, in add_vertex_data2() 289 add_vertex_2tex(r, dstX + width, dstY, in add_vertex_data2() 292 add_vertex_2tex(r, dstX + width, dstY + height, in add_vertex_data2() 295 add_vertex_2tex(r, dstX, dstY + height, in add_vertex_data2() [all …]
|
D | xa_composite.c | 511 int dstX, int dstY, int width, int height) in xa_composite_rect() argument 514 renderer_solid(ctx, dstX, dstY, dstX + width, dstY + height, in xa_composite_rect() 518 int pos[6] = {srcX, srcY, maskX, maskY, dstX, dstY}; in xa_composite_rect() 522 xa_scissor_update(ctx, dstX, dstY, dstX + width, dstY + height); in xa_composite_rect()
|
D | xa_composite.h | 136 int dstX, int dstY, int width, int height);
|
/external/mesa3d/src/mesa/main/ |
D | copyimage.c | 539 int dstX, int dstY, int dstZ, int dstLevel, in copy_image_subdata() argument 569 dstX, dstY, newDstZ, in copy_image_subdata() 578 GLint dstX, GLint dstY, GLint dstZ, in _mesa_CopyImageSubData_no_error() argument 593 srcLevel, dstTexImage, dstRenderbuffer, dstX, dstY, dstZ, in _mesa_CopyImageSubData_no_error() 601 GLint dstX, GLint dstY, GLint dstZ, in _mesa_CopyImageSubData() argument 621 dstX, dstY, dstZ, in _mesa_CopyImageSubData() 675 if ((dstX % dst_bw != 0) || (dstY % dst_bh != 0)) { in _mesa_CopyImageSubData() 705 dstX, dstY, dstZ, dstWidth, dstHeight, dstDepth, in _mesa_CopyImageSubData() 729 srcLevel, dstTexImage, dstRenderbuffer, dstX, dstY, dstZ, in _mesa_CopyImageSubData()
|
/external/clang/test/CodeGenCXX/ |
D | copy-assign-synthesis.cpp | 71 X dstY; variable 74 dstY = dstX = srcX; in main() 77 dstY.pr(); in main()
|
D | copy-assign-synthesis-1.cpp | 86 X dstY; variable 89 dstY = dstX = srcX; in main() 92 dstY.pr(); in main()
|
/external/skia/src/codec/ |
D | SkWebpCodec.cpp | 399 int dstY = frameRect.y(); in onGetPixels() local 413 int minYOffset = SkTMin(dstY, subset.y()); in onGetPixels() 415 dstY -= minYOffset; in onGetPixels() 451 dstY = scaleY * dstY; in onGetPixels() 500 config.output.u.RGBA.rgba = reinterpret_cast<uint8_t*>(webpDst.getAddr(dstX, dstY)); in onGetPixels() 521 *rowsDecodedPtr = rowsDecoded + dstY; in onGetPixels() 529 dst = SkTAddOffset<void>(dst, dstBpp * dstX + rowBytes * dstY); in onGetPixels()
|
D | SkWuffsCodec.cpp | 527 int dstY = y; in onIncrementalDecode() local 532 dstY /= sampleY; in onIncrementalDecode() 533 if (dstY >= fScaledHeight) { in onIncrementalDecode() 540 uint8_t* d = fIncrDecDst + (dstY * fIncrDecRowBytes); in onIncrementalDecode()
|
/external/skqp/src/codec/ |
D | SkWebpCodec.cpp | 399 int dstY = frameRect.y(); in onGetPixels() local 413 int minYOffset = SkTMin(dstY, subset.y()); in onGetPixels() 415 dstY -= minYOffset; in onGetPixels() 451 dstY = scaleY * dstY; in onGetPixels() 500 config.output.u.RGBA.rgba = reinterpret_cast<uint8_t*>(webpDst.getAddr(dstX, dstY)); in onGetPixels() 521 *rowsDecodedPtr = rowsDecoded + dstY; in onGetPixels() 529 dst = SkTAddOffset<void>(dst, dstBpp * dstX + rowBytes * dstY); in onGetPixels()
|
D | SkWuffsCodec.cpp | 525 int dstY = y; in onIncrementalDecode() local 530 dstY /= sampleY; in onIncrementalDecode() 531 if (dstY >= scaledHeight) { in onIncrementalDecode() 538 uint8_t* d = fIncrDecDst + (dstY * fIncrDecRowBytes); in onIncrementalDecode()
|
/external/mesa3d/src/mesa/drivers/x11/ |
D | xm_dd.c | 351 int dstY = y; in xmesa_DrawPixels_8R8G8B() local 378 if (_mesa_clip_drawpixels(ctx, &dstX, &dstY, &w, &h, &clippedUnpack)) { in xmesa_DrawPixels_8R8G8B() 414 dstY = YFLIP(xrb, dstY) - h + 1; in xmesa_DrawPixels_8R8G8B() 415 XPutImage(dpy, xrb->pixmap, gc, &ximage, 0, 0, dstX, dstY, w, h); in xmesa_DrawPixels_8R8G8B() 483 int dstY = y; in xmesa_DrawPixels_5R6G5B() local 510 if (_mesa_clip_drawpixels(ctx, &dstX, &dstY, &w, &h, &clippedUnpack)) { in xmesa_DrawPixels_5R6G5B() 545 dstY = YFLIP(xrb, dstY) - h + 1; in xmesa_DrawPixels_5R6G5B() 546 XPutImage(dpy, xrb->pixmap, gc, &ximage, 0, 0, dstX, dstY, w, h); in xmesa_DrawPixels_5R6G5B()
|
/external/mesa3d/src/mesa/swrast/ |
D | s_copypix.c | 437 GLint dstX, GLint dstY, GLenum type) in swrast_fast_copy_pixels() argument 488 dstY < dstFb->_Ymin || dstY + height > dstFb->_Ymax) { in swrast_fast_copy_pixels() 513 dstMap = map + dstY * rowStride + dstX * pixelBytes; in swrast_fast_copy_pixels() 516 if (srcY < dstY) { in swrast_fast_copy_pixels() 538 ctx->Driver.MapRenderbuffer(ctx, dstRb, dstX, dstY, in swrast_fast_copy_pixels()
|
D | swrast.h | 146 GLint dstX, GLint dstY, GLenum type);
|
/external/deqp/framework/delibs/deimage/ |
D | deTarga.c | 85 int dstY = yFlipped ? (height-1 - y) : y; in deImage_loadTarga() local 86 deARGB* dst = (deUint32*)((deUint8*)image->pixels + dstY*image->width*bpp); in deImage_loadTarga()
|
/external/skqp/include/core/ |
D | SkSurface.h | 637 void writePixels(const SkPixmap& src, int dstX, int dstY); 652 void writePixels(const SkBitmap& src, int dstX, int dstY);
|
/external/skia/tests/ |
D | BitmapCopyTest.cpp | 204 const int dstY = gRec[i].fExpectedDstLoc.y(); in DEF_TEST() local 211 int sy = y - dstY + srcR.y(); in DEF_TEST()
|
/external/skqp/tests/ |
D | BitmapCopyTest.cpp | 204 const int dstY = gRec[i].fExpectedDstLoc.y(); in DEF_TEST() local 211 int sy = y - dstY + srcR.y(); in DEF_TEST()
|
/external/skia/include/core/ |
D | SkSurface.h | 686 void writePixels(const SkPixmap& src, int dstX, int dstY); 701 void writePixels(const SkBitmap& src, int dstX, int dstY);
|
/external/skia/src/pdf/ |
D | SkPDFUtils.cpp | 75 SkScalar dstX, SkScalar dstY, SkWStream* content) { in append_cubic() argument 81 if (ctl2X != dstX || ctl2Y != dstY) { in append_cubic() 90 SkPDFUtils::AppendScalar(dstY, content); in append_cubic()
|
/external/skqp/src/pdf/ |
D | SkPDFUtils.cpp | 75 SkScalar dstX, SkScalar dstY, SkWStream* content) { in append_cubic() argument 81 if (ctl2X != dstX || ctl2Y != dstY) { in append_cubic() 90 SkPDFUtils::AppendScalar(dstY, content); in append_cubic()
|
/external/skia/docs/ |
D | SkSurface_Reference.bmh | 1079 #Method void writePixels(const SkPixmap& src, int dstX, int dstY) 1085 Destination Rect corners are (dstX, dstY) and 1086 #Formula # (dstX + Surface width(), dstY + Surface height()) ##. 1093 #Param dstY y-axis position relative to Surface to begin copy; may be negative ## 1118 #Method void writePixels(const SkBitmap& src, int dstX, int dstY) 1123 Destination Rect corners are (dstX, dstY) and 1124 #Formula # (dstX + Surface width(), dstY + Surface height()) ##. 1131 #Param dstY y-axis position relative to Surface to begin copy; may be negative ##
|
/external/skqp/docs/ |
D | SkSurface_Reference.bmh | 1062 #Method void writePixels(const SkPixmap& src, int dstX, int dstY) 1068 Destination Rect corners are (dstX, dstY) and 1069 #Formula # (dstX + Surface width(), dstY + Surface height()) ##. 1076 #Param dstY y-axis position relative to Surface to begin copy; may be negative ## 1101 #Method void writePixels(const SkBitmap& src, int dstX, int dstY) 1106 Destination Rect corners are (dstX, dstY) and 1107 #Formula # (dstX + Surface width(), dstY + Surface height()) ##. 1114 #Param dstY y-axis position relative to Surface to begin copy; may be negative ##
|
/external/skqp/src/core/ |
D | SkBitmapProcState.cpp | 36 int dstY; in Clamp_S32_opaque_D32_nofilter_DX_shaderproc() local 40 dstY = SkClampMax(mapper.intY(), maxY); in Clamp_S32_opaque_D32_nofilter_DX_shaderproc() 44 const SkPMColor* src = s.fPixmap.addr32(0, dstY); in Clamp_S32_opaque_D32_nofilter_DX_shaderproc()
|
D | SkBitmap.cpp | 466 bool SkBitmap::writePixels(const SkPixmap& src, int dstX, int dstY) { in writePixels() argument 471 SkWritePixelsRec rec(src.info(), src.addr(), src.rowBytes(), dstX, dstY); in writePixels()
|
/external/skia/src/core/ |
D | SkBitmapProcState.cpp | 36 int dstY; in Clamp_S32_opaque_D32_nofilter_DX_shaderproc() local 40 dstY = SkClampMax(mapper.intY(), maxY); in Clamp_S32_opaque_D32_nofilter_DX_shaderproc() 44 const SkPMColor* src = s.fPixmap.addr32(0, dstY); in Clamp_S32_opaque_D32_nofilter_DX_shaderproc()
|