Searched refs:dstY (Results 1 - 25 of 59) sorted by relevance

123

/external/clang/test/CodeGenCXX/
H A Dcopy-assign-synthesis.cpp71 X dstY; variable
74 dstY = dstX = srcX;
77 dstY.pr();
H A Dcopy-assign-synthesis-1.cpp86 X dstY; variable
89 dstY = dstX = srcX;
92 dstY.pr();
/external/mesa3d/src/gallium/state_trackers/xa/
H A Dxa_renderer.c200 float srcX, float srcY, float dstX, float dstY,
233 add_vertex_1tex(r, dstX, dstY, s0, t0);
235 add_vertex_1tex(r, dstX + width, dstY, s1, t1);
237 add_vertex_1tex(r, dstX + width, dstY + height, s2, t2);
239 add_vertex_1tex(r, dstX, dstY + height, s3, t3);
245 float dstX, float dstY, float width, float height,
286 add_vertex_2tex(r, dstX, dstY,
289 add_vertex_2tex(r, dstX + width, dstY,
292 add_vertex_2tex(r, dstX + width, dstY + height,
295 add_vertex_2tex(r, dstX, dstY
199 add_vertex_data1(struct xa_context *r, float srcX, float srcY, float dstX, float dstY, float width, float height, struct pipe_resource *src, const float *src_matrix) argument
243 add_vertex_data2(struct xa_context *r, float srcX, float srcY, float maskX, float maskY, float dstX, float dstY, float width, float height, struct pipe_resource *src, struct pipe_resource *mask, const float *src_matrix, const float *mask_matrix) argument
300 setup_vertex_data_yuv(struct xa_context *r, float srcX, float srcY, float srcW, float srcH, float dstX, float dstY, float dstW, float dstH, struct xa_surface *srf[]) argument
[all...]
H A Dxa_composite.h136 int dstX, int dstY, int width, int height);
H A Dxa_composite.c511 int dstX, int dstY, int width, int height)
514 renderer_solid(ctx, dstX, dstY, dstX + width, dstY + height,
518 int pos[6] = {srcX, srcY, maskX, maskY, dstX, dstY};
522 xa_scissor_update(ctx, dstX, dstY, dstX + width, dstY + height);
509 xa_composite_rect(struct xa_context *ctx, int srcX, int srcY, int maskX, int maskY, int dstX, int dstY, int width, int height) argument
/external/mesa3d/src/mesa/main/
H A Dcopyimage.c457 GLint dstX, GLint dstY, GLint dstZ,
478 dstX, dstY, dstZ,
530 if ((dstX % dst_bw != 0) || (dstY % dst_bh != 0)) {
560 dstX, dstY, dstZ, dstWidth, dstHeight, dstDepth,
610 dstX, dstY, newDstZ,
454 _mesa_CopyImageSubData(GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDepth) argument
/external/deqp/framework/delibs/deimage/
H A DdeTarga.c85 int dstY = yFlipped ? (height-1 - y) : y; local
86 deARGB* dst = (deUint32*)((deUint8*)image->pixels + dstY*image->width*bpp);
/external/skia/src/codec/
H A DSkWebpCodec.cpp453 int dstY = frameRect.y(); local
467 int minYOffset = SkTMin(dstY, subset.y());
469 dstY -= minYOffset;
505 dstY = scaleY * dstY;
589 config.output.u.RGBA.rgba = reinterpret_cast<uint8_t*>(webpDst.getAddr(dstX, dstY));
610 *rowsDecodedPtr = rowsDecoded + dstY;
621 dst = SkTAddOffset<void>(dst, dstBpp * dstX + rowBytes * dstY);
/external/skqp/src/codec/
H A DSkWebpCodec.cpp453 int dstY = frameRect.y(); local
467 int minYOffset = SkTMin(dstY, subset.y());
469 dstY -= minYOffset;
505 dstY = scaleY * dstY;
589 config.output.u.RGBA.rgba = reinterpret_cast<uint8_t*>(webpDst.getAddr(dstX, dstY));
610 *rowsDecodedPtr = rowsDecoded + dstY;
621 dst = SkTAddOffset<void>(dst, dstBpp * dstX + rowBytes * dstY);
/external/mesa3d/src/mesa/drivers/x11/
H A Dxm_dd.c350 int dstY = y; local
377 if (_mesa_clip_drawpixels(ctx, &dstX, &dstY, &w, &h, &clippedUnpack)) {
413 dstY = YFLIP(xrb, dstY) - h + 1;
414 XPutImage(dpy, xrb->pixmap, gc, &ximage, 0, 0, dstX, dstY, w, h);
482 int dstY = y; local
509 if (_mesa_clip_drawpixels(ctx, &dstX, &dstY, &w, &h, &clippedUnpack)) {
544 dstY = YFLIP(xrb, dstY) - h + 1;
545 XPutImage(dpy, xrb->pixmap, gc, &ximage, 0, 0, dstX, dstY,
[all...]
/external/mesa3d/src/mesa/swrast/
H A Ds_copypix.c437 GLint dstX, GLint dstY, GLenum type)
488 dstY < dstFb->_Ymin || dstY + height > dstFb->_Ymax) {
513 dstMap = map + dstY * rowStride + dstX * pixelBytes;
516 if (srcY < dstY) {
538 ctx->Driver.MapRenderbuffer(ctx, dstRb, dstX, dstY,
433 swrast_fast_copy_pixels(struct gl_context *ctx, struct gl_framebuffer *srcFb, struct gl_framebuffer *dstFb, GLint srcX, GLint srcY, GLsizei width, GLsizei height, GLint dstX, GLint dstY, GLenum type) argument
H A Dswrast.h146 GLint dstX, GLint dstY, GLenum type);
/external/skia/include/core/
H A DSkSurface.h664 Destination SkRect corners are (dstX, dstY) and (dstX + Surface width(), dstY + Surface height()).
670 @param dstY x position relative to SkSurface to begin copy; may be negative
672 void writePixels(const SkPixmap& src, int dstX, int dstY);
677 Destination SkRect corners are (dstX, dstY) and (dstX + Surface width(), dstY + Surface height()).
683 @param dstY x position relative to SkSurface to begin copy; may be negative
685 void writePixels(const SkBitmap& src, int dstX, int dstY);
H A DSkBitmap.h1038 /** Copies a SkRect of pixels from src. Copy starts at (dstX, dstY), and does not exceed
1055 dstX and dstY may be negative to copy only top or left of source. Returns
1057 Returns false if abs(dstX) >= Bitmap width(), or if abs(dstY) >= Bitmap height().
1061 @param dstY row index whose absolute value is less than height()
1064 bool writePixels(const SkPixmap& src, int dstX, int dstY) { argument
1065 return this->writePixels(src, dstX, dstY, SkTransferFunctionBehavior::kRespect);
/external/skia/tests/
H A DBitmapCopyTest.cpp198 const int dstY = gRec[i].fExpectedDstLoc.y();
205 int sy = y - dstY + srcR.y();
/external/skqp/tests/
H A DBitmapCopyTest.cpp198 const int dstY = gRec[i].fExpectedDstLoc.y();
205 int sy = y - dstY + srcR.y();
/external/skia/src/pdf/
H A DSkPDFUtils.cpp77 SkScalar dstX, SkScalar dstY, SkWStream* content) {
83 if (ctl2X != dstX || ctl2Y != dstY) {
92 SkPDFUtils::AppendScalar(dstY, content);
75 AppendCubic(SkScalar ctl1X, SkScalar ctl1Y, SkScalar ctl2X, SkScalar ctl2Y, SkScalar dstX, SkScalar dstY, SkWStream* content) argument
H A DSkPDFUtils.h55 SkScalar dstX, SkScalar dstY, SkWStream* content);
/external/skqp/src/pdf/
H A DSkPDFUtils.cpp77 SkScalar dstX, SkScalar dstY, SkWStream* content) {
83 if (ctl2X != dstX || ctl2Y != dstY) {
92 SkPDFUtils::AppendScalar(dstY, content);
75 AppendCubic(SkScalar ctl1X, SkScalar ctl1Y, SkScalar ctl2X, SkScalar ctl2Y, SkScalar dstX, SkScalar dstY, SkWStream* content) argument
H A DSkPDFUtils.h55 SkScalar dstX, SkScalar dstY, SkWStream* content);
/external/skqp/include/core/
H A DSkBitmap.h1048 /** Copies a SkRect of pixels from src. Copy starts at (dstX, dstY), and does not exceed
1065 dstX and dstY may be negative to copy only top or left of source. Returns
1067 Returns false if abs(dstX) >= this->width(), or if abs(dstY) >= this->height().
1071 @param dstY row index whose absolute value is less than height()
1074 bool writePixels(const SkPixmap& src, int dstX, int dstY) { argument
1075 return this->writePixels(src, dstX, dstY, SkTransferFunctionBehavior::kRespect);
/external/skia/src/core/
H A DSkBitmapProcState.cpp611 int dstY;
615 dstY = SkClampMax(mapper.intY(), maxY);
619 const SkPMColor* SK_RESTRICT src = s.fPixmap.addr32(0, dstY);
H A DSkBitmap.cpp488 bool SkBitmap::writePixels(const SkPixmap& src, int dstX, int dstY, argument
494 SkWritePixelsRec rec(src.info(), src.addr(), src.rowBytes(), dstX, dstY);
/external/skqp/src/core/
H A DSkBitmapProcState.cpp611 int dstY;
615 dstY = SkClampMax(mapper.intY(), maxY);
619 const SkPMColor* SK_RESTRICT src = s.fPixmap.addr32(0, dstY);
H A DSkBitmap.cpp488 bool SkBitmap::writePixels(const SkPixmap& src, int dstX, int dstY, argument
494 SkWritePixelsRec rec(src.info(), src.addr(), src.rowBytes(), dstX, dstY);

Completed in 635 milliseconds

123