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

12

/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/xorg/
H A Dxorg_composite.h23 int dstX, int dstY, int width, int height);
H A Dxorg_renderer.c140 float srcX, float srcY, float dstX, float dstY,
173 add_vertex_1tex(r, dstX, dstY, s0, t0);
175 add_vertex_1tex(r, dstX + width, dstY, s1, t1);
177 add_vertex_1tex(r, dstX + width, dstY + height, s2, t2);
179 add_vertex_1tex(r, dstX, dstY + height, s3, t3);
211 float dstX, float dstY, float width, float height,
272 add_vertex_2tex(r, dstX, dstY,
275 add_vertex_2tex(r, dstX + width, dstY,
278 add_vertex_2tex(r, dstX + width, dstY + height,
281 add_vertex_2tex(r, dstX, dstY
139 add_vertex_data1(struct xorg_renderer *r, float srcX, float srcY, float dstX, float dstY, float width, float height, struct pipe_resource *src, float *src_matrix) argument
209 add_vertex_data2(struct xorg_renderer *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, float *src_matrix, float *mask_matrix) argument
286 setup_vertex_data_yuv(struct xorg_renderer *r, float srcX, float srcY, float srcW, float srcH, float dstX, float dstY, float dstW, float dstH, struct pipe_resource **tex) argument
[all...]
H A Dxorg_exa.c469 ExaCopy(PixmapPtr pDstPixmap, int srcX, int srcY, int dstX, int dstY, argument
477 exa_debug_printf("\tExaCopy(srcx=%d, srcy=%d, dstX=%d, dstY=%d, w=%d, h=%d)\n",
478 srcX, srcY, dstX, dstY, width, height);
489 (dstY + height) < srcY || dstY > (srcY + height))) {
512 dstX, dstY, 0,
519 dstX, dstY, 0,
687 int dstX, int dstY, int width, int height)
695 srcX, srcY, maskX, maskY, dstX, dstY, width, height);
700 dstX, dstY, widt
686 ExaComposite(PixmapPtr pDst, int srcX, int srcY, int maskX, int maskY, int dstX, int dstY, int width, int height) argument
[all...]
H A Dxorg_composite.c506 int dstX, int dstY, int width, int height)
510 dstX, dstY, dstX + width, dstY + height,
513 int pos[6] = {srcX, srcY, maskX, maskY, dstX, dstY};
503 xorg_composite(struct exa_context *exa, struct exa_pixmap_priv *dst, int srcX, int srcY, int maskX, int maskY, int dstX, int dstY, int width, int height) argument
/external/skia/src/utils/
H A DSkNinePatch.cpp267 SkScalar dstY[4] = { local
278 if (dstY[1] > dstY[2]) {
279 dstY[1] = dstY[0] + (dstY[3] - dstY[0]) * SkIntToScalar(margins.fTop) /
281 dstY[2] = dstY[1];
289 d.fTop = dstY[
[all...]
/external/mesa3d/src/gallium/state_trackers/xa/
H A Dxa_renderer.c187 float srcX, float srcY, float dstX, float dstY,
220 add_vertex_1tex(r, dstX, dstY, s0, t0);
222 add_vertex_1tex(r, dstX + width, dstY, s1, t1);
224 add_vertex_1tex(r, dstX + width, dstY + height, s2, t2);
226 add_vertex_1tex(r, dstX, dstY + height, s3, t3);
232 float dstX, float dstY, float width, float height,
273 add_vertex_2tex(r, dstX, dstY,
276 add_vertex_2tex(r, dstX + width, dstY,
279 add_vertex_2tex(r, dstX + width, dstY + height,
282 add_vertex_2tex(r, dstX, dstY
186 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
230 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
287 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.c505 int dstX, int dstY, int width, int height)
508 renderer_solid(ctx, dstX, dstY, dstX + width, dstY + height,
512 int pos[6] = {srcX, srcY, maskX, maskY, dstX, dstY};
503 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/skia/src/pdf/
H A DSkPDFUtils.h46 SkScalar dstX, SkScalar dstY, SkWStream* content);
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
/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/images/
H A DSkImageDecoder.cpp169 int dstX, int dstY, int width, int height,
183 int y = (dstY - srcY) / sampleSize;
210 (srcY - dstY) / sampleSize,
168 cropBitmap(SkBitmap *dst, SkBitmap *src, int sampleSize, int dstX, int dstY, int width, int height, int srcX, int srcY) argument
H A DSkScaledBitmapSampler.cpp764 const int dstY = srcYMinusY0 / fDY; local
765 if (dstY >= fScaledHeight) {
768 char* dstRow = fDstRow + dstY * fDstRowBytes;
770 fDX * fSrcPixelSize, dstY, fCTable);
/external/mesa3d/src/mesa/drivers/x11/
H A Dxm_dd.c350 int dstY = y; local
379 if (_mesa_clip_drawpixels(ctx, &dstX, &dstY, &w, &h, &clippedUnpack)) {
415 dstY = YFLIP(xrb, dstY) - h + 1;
416 XPutImage(dpy, xrb->pixmap, gc, &ximage, 0, 0, dstX, dstY, w, h);
484 int dstY = y; local
513 if (_mesa_clip_drawpixels(ctx, &dstX, &dstY, &w, &h, &clippedUnpack)) {
548 dstY = YFLIP(xrb, dstY) - h + 1;
549 XPutImage(dpy, xrb->pixmap, gc, &ximage, 0, 0, dstX, dstY,
[all...]
/external/mesa3d/src/mesa/swrast/
H A Ds_copypix.c446 GLint dstX, GLint dstY, GLenum type)
499 dstY < dstFb->_Ymin || dstY + height > dstFb->_Ymax) {
524 dstMap = map + dstY * rowStride + dstX * pixelBytes;
527 if (srcY < dstY) {
549 ctx->Driver.MapRenderbuffer(ctx, dstRb, dstX, dstY,
444 swrast_fast_copy_pixels(struct gl_context *ctx, GLint srcX, GLint srcY, GLsizei width, GLsizei height, GLint dstX, GLint dstY, GLenum type) argument
H A Dswrast.h144 GLint dstX, GLint dstY, GLenum type);
/external/skia/src/effects/gradients/
H A DSkLinearGradient.cpp252 SkScalar dstY = SkIntToScalar(y); local
254 dstProc(fDstToIndex, dstX, dstY, &srcPt);
441 SkScalar dstY = SkIntToScalar(y); local
443 dstProc(fDstToIndex, dstX, dstY, &srcPt);
H A DSkRadialGradient.cpp213 SkScalar dstY = SkIntToScalar(y); local
215 dstProc(fDstToIndex, dstX, dstY, &srcPt);
419 SkScalar dstY = SkIntToScalar(y); local
421 dstProc(fDstToIndex, dstX, dstY, &srcPt);
H A DSkTwoPointConicalGradient.cpp281 SkScalar dstY = SkIntToScalar(y) + SK_ScalarHalf; local
284 dstProc(fDstToIndex, dstX, dstY, &srcPt);
/external/skia/src/core/
H A DSkCanvas.cpp2119 SkScalar dstY[4] = { local
2129 if (dstY[1] > dstY[2]) {
2130 dstY[1] = dstY[0] + (dstY[3] - dstY[0]) * c.fTop / (h - c.height());
2131 dstY[2] = dstY[1];
2139 d.fTop = dstY[
[all...]
/external/mesa3d/src/gallium/drivers/svga/include/
H A Dsvga_reg.h808 int32 dstY; member in struct:SVGAOverlayUnit
/external/skia/include/core/
H A DSkImageDecoder.h343 * @param (dstX, dstY) the upper-left point of the dest bitmap in terms of
351 int dstX, int dstY, int width, int height,
/external/skia/tests/
H A DBitmapCopyTest.cpp618 const int dstY = gRec[i].fExpectedDstLoc.y();
625 int sy = y - dstY + srcR.y();

Completed in 395 milliseconds

12