Home
last modified time | relevance | path

Searched refs:dstY (Results 1 – 25 of 64) sorted by relevance

123

/external/mesa3d/src/gallium/state_trackers/xa/
Dxa_renderer.c200 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 …]
Dxa_composite.c511 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()
Dxa_composite.h136 int dstX, int dstY, int width, int height);
/external/mesa3d/src/mesa/main/
Dcopyimage.c539 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/
Dcopy-assign-synthesis.cpp71 X dstY; variable
74 dstY = dstX = srcX; in main()
77 dstY.pr(); in main()
Dcopy-assign-synthesis-1.cpp86 X dstY; variable
89 dstY = dstX = srcX; in main()
92 dstY.pr(); in main()
/external/skia/src/codec/
DSkWebpCodec.cpp399 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()
DSkWuffsCodec.cpp527 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/
DSkWebpCodec.cpp399 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()
DSkWuffsCodec.cpp525 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/
Dxm_dd.c351 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/
Ds_copypix.c437 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()
Dswrast.h146 GLint dstX, GLint dstY, GLenum type);
/external/deqp/framework/delibs/deimage/
DdeTarga.c85 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/
DSkSurface.h637 void writePixels(const SkPixmap& src, int dstX, int dstY);
652 void writePixels(const SkBitmap& src, int dstX, int dstY);
/external/skia/tests/
DBitmapCopyTest.cpp204 const int dstY = gRec[i].fExpectedDstLoc.y(); in DEF_TEST() local
211 int sy = y - dstY + srcR.y(); in DEF_TEST()
/external/skqp/tests/
DBitmapCopyTest.cpp204 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/
DSkSurface.h686 void writePixels(const SkPixmap& src, int dstX, int dstY);
701 void writePixels(const SkBitmap& src, int dstX, int dstY);
/external/skia/src/pdf/
DSkPDFUtils.cpp75 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/
DSkPDFUtils.cpp75 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/
DSkSurface_Reference.bmh1079 #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/
DSkSurface_Reference.bmh1062 #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/
DSkBitmapProcState.cpp36 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()
DSkBitmap.cpp466 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/
DSkBitmapProcState.cpp36 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()

123