/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() 489 (dstY + height) < srcY || dstY > (srcY + height))) { 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()
|
/external/skia/src/utils/ |
D | SkNinePatch.cpp | 267 SkScalar dstY[4] = { in drawNineViaRects() local 278 if (dstY[1] > dstY[2]) { in drawNineViaRects() 279 dstY[1] = dstY[0] + (dstY[3] - dstY[0]) * SkIntToScalar(margins.fTop) / in drawNineViaRects() 281 dstY[2] = dstY[1]; in drawNineViaRects() 289 d.fTop = dstY[y]; in drawNineViaRects() 290 d.fBottom = dstY[y+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 | 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/mesa3d/src/mesa/drivers/x11/ |
D | xm_dd.c | 350 int dstY = y; in xmesa_DrawPixels_8R8G8B() local 379 if (_mesa_clip_drawpixels(ctx, &dstX, &dstY, &w, &h, &clippedUnpack)) { in xmesa_DrawPixels_8R8G8B() 415 dstY = YFLIP(xrb, dstY) - h + 1; in xmesa_DrawPixels_8R8G8B() 416 XPutImage(dpy, xrb->pixmap, gc, &ximage, 0, 0, dstX, dstY, w, h); in xmesa_DrawPixels_8R8G8B() 484 int dstY = y; in xmesa_DrawPixels_5R6G5B() local 513 if (_mesa_clip_drawpixels(ctx, &dstX, &dstY, &w, &h, &clippedUnpack)) { in xmesa_DrawPixels_5R6G5B() 548 dstY = YFLIP(xrb, dstY) - h + 1; in xmesa_DrawPixels_5R6G5B() 549 XPutImage(dpy, xrb->pixmap, gc, &ximage, 0, 0, dstX, dstY, w, h); in xmesa_DrawPixels_5R6G5B()
|
/external/skia/src/images/ |
D | SkImageDecoder.cpp | 169 int dstX, int dstY, int width, int height, in cropBitmap() argument 183 int y = (dstY - srcY) / sampleSize; in cropBitmap() 210 (srcY - dstY) / sampleSize, in cropBitmap()
|
D | SkScaledBitmapSampler.cpp | 764 const int dstY = srcYMinusY0 / fDY; in sampleInterlaced() local 765 if (dstY >= fScaledHeight) { in sampleInterlaced() 768 char* dstRow = fDstRow + dstY * fDstRowBytes; in sampleInterlaced() 770 fDX * fSrcPixelSize, dstY, fCTable); in sampleInterlaced()
|
/external/mesa3d/src/mesa/swrast/ |
D | s_copypix.c | 446 GLint dstX, GLint dstY, GLenum type) in swrast_fast_copy_pixels() argument 499 dstY < dstFb->_Ymin || dstY + height > dstFb->_Ymax) { in swrast_fast_copy_pixels() 524 dstMap = map + dstY * rowStride + dstX * pixelBytes; in swrast_fast_copy_pixels() 527 if (srcY < dstY) { 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/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/skia/src/pdf/ |
D | SkPDFUtils.cpp | 77 SkScalar dstX, SkScalar dstY, SkWStream* content) { in AppendCubic() argument 83 if (ctl2X != dstX || ctl2Y != dstY) { in AppendCubic() 92 SkPDFUtils::AppendScalar(dstY, content); in AppendCubic()
|
D | SkPDFUtils.h | 46 SkScalar dstX, SkScalar dstY, SkWStream* content);
|
/external/skia/src/effects/gradients/ |
D | SkRadialGradient.cpp | 213 SkScalar dstY = SkIntToScalar(y); in shadeSpan16() local 215 dstProc(fDstToIndex, dstX, dstY, &srcPt); in shadeSpan16() 419 SkScalar dstY = SkIntToScalar(y); in shadeSpan() local 421 dstProc(fDstToIndex, dstX, dstY, &srcPt); in shadeSpan()
|
D | SkLinearGradient.cpp | 252 SkScalar dstY = SkIntToScalar(y); in shadeSpan() local 254 dstProc(fDstToIndex, dstX, dstY, &srcPt); in shadeSpan() 441 SkScalar dstY = SkIntToScalar(y); in shadeSpan16() local 443 dstProc(fDstToIndex, dstX, dstY, &srcPt); in shadeSpan16()
|
D | SkTwoPointConicalGradient.cpp | 281 SkScalar dstY = SkIntToScalar(y) + SK_ScalarHalf; in shadeSpan() local 284 dstProc(fDstToIndex, dstX, dstY, &srcPt); in shadeSpan()
|
/external/skia/src/core/ |
D | SkCanvas.cpp | 2119 SkScalar dstY[4] = { in internalDrawBitmapNine() local 2129 if (dstY[1] > dstY[2]) { in internalDrawBitmapNine() 2130 dstY[1] = dstY[0] + (dstY[3] - dstY[0]) * c.fTop / (h - c.height()); in internalDrawBitmapNine() 2131 dstY[2] = dstY[1]; in internalDrawBitmapNine() 2139 d.fTop = dstY[y]; in internalDrawBitmapNine() 2140 d.fBottom = dstY[y+1]; in internalDrawBitmapNine()
|
D | SkBitmapProcState.cpp | 961 int dstY; in Clamp_S32_opaque_D32_nofilter_DX_shaderproc() local 968 dstY = SkClampMax(SkFractionalIntToInt(fx), maxY); in Clamp_S32_opaque_D32_nofilter_DX_shaderproc() 972 const SkPMColor* SK_RESTRICT src = s.fBitmap->getAddr32(0, dstY); in Clamp_S32_opaque_D32_nofilter_DX_shaderproc()
|
/external/skia/include/core/ |
D | SkImageDecoder.h | 351 int dstX, int dstY, int width, int height,
|
/external/skia/tests/ |
D | BitmapCopyTest.cpp | 618 const int dstY = gRec[i].fExpectedDstLoc.y(); in DEF_TEST() local 625 int sy = y - dstY + srcR.y(); in DEF_TEST()
|