Home
last modified time | relevance | path

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

1234

/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DGradientGeneratedImage.cpp78 float dstY = (srcRect.y() + j * stepY) * scale.height() + phase.y(); in drawPattern() local
80 ASSERT(j > firstRow || dstY <= destRect.y()); in drawPattern()
81 ASSERT(j == firstRow || dstY > destRect.y()); in drawPattern()
83 if (dstY >= destRect.maxY()) in drawPattern()
85 float dstMaxY = dstY + srcRect.height() * scale.height(); in drawPattern()
86 if (dstY < destRect.y()) in drawPattern()
87 dstY = destRect.y(); in drawPattern()
90 if (dstY >= dstMaxY) in drawPattern()
93 tileDstRect.setY(dstY); in drawPattern()
94 tileDstRect.setHeight(dstMaxY - dstY); in drawPattern()
/external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
DSDL_fbmatrox.c67 int dstX, dstY; in FillHWRect() local
89 FB_dst_to_xy(this, dst, &dstX, &dstY); in FillHWRect()
93 dstY += rect->y; in FillHWRect()
99 ydstlen = (rect->h | (dstY << 16)); in FillHWRect()
126 int dstX, dstY; in HWAccelBlit() local
149 FB_dst_to_xy(this, dst, &dstX, &dstY); in HWAccelBlit()
155 dstY += dstrect->y; in HWAccelBlit()
163 if ( srcY < dstY ) { in HWAccelBlit()
166 dstY += (h - 1); in HWAccelBlit()
176 if ( srcY < dstY ) { in HWAccelBlit()
[all …]
DSDL_fb3dfx.c57 int dstX, dstY; in FillHWRect() local
74 dstY = rect->y; in FillHWRect()
83 tdfx_out32(LAUNCH_2D, dstX | (dstY << 16)); in FillHWRect()
102 int dstX, dstY; in HWAccelBlit() local
124 dstY = dstrect->y; in HWAccelBlit()
133 if ( srcY <= dstY ) { in HWAccelBlit()
136 dstY += (dstrect->h - 1); in HWAccelBlit()
157 tdfx_out32(DSTXY, dstX | (dstY << 16)); in HWAccelBlit()
DSDL_fbriva.c75 int dstX, dstY; in FillHWRect() local
90 FB_dst_to_xy(this, dst, &dstX, &dstY); in FillHWRect()
94 dstY += rect->y; in FillHWRect()
100 Bitmap->UnclippedRectangle[0].TopLeft = (dstX << 16) | dstY; in FillHWRect()
116 int dstX, dstY; in HWAccelBlit() local
137 FB_dst_to_xy(this, dst, &dstX, &dstY); in HWAccelBlit()
143 dstY += dstrect->y; in HWAccelBlit()
147 Blt->TopLeftDst = (dstY << 16) | dstX; in HWAccelBlit()
/external/chromium_org/third_party/skia/src/utils/
DSkNinePatch.cpp267 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/skia/src/utils/
DSkNinePatch.cpp267 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/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xorg/
Dxorg_renderer.c140 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 …]
Dxorg_exa.c469 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()
/external/mesa3d/src/gallium/state_trackers/xorg/
Dxorg_renderer.c140 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 …]
Dxorg_exa.c469 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()
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xa/
Dxa_renderer.c187 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 …]
Dxa_composite.c505 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()
/external/mesa3d/src/gallium/state_trackers/xa/
Dxa_renderer.c187 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 …]
Dxa_composite.c505 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()
/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/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/
Dxm_dd.c350 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/mesa3d/src/mesa/drivers/x11/
Dxm_dd.c350 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/chromium_org/third_party/skia/src/images/
DSkImageDecoder.cpp192 int dstX, int dstY, int width, int height, in cropBitmap() argument
206 int y = (dstY - srcY) / sampleSize; in cropBitmap()
233 (srcY - dstY) / sampleSize, in cropBitmap()
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
Ds_copypix.c446 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()
/external/mesa3d/src/mesa/swrast/
Ds_copypix.c446 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()
/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/skia/src/images/
DSkImageDecoder.cpp217 int dstX, int dstY, int width, int height, in cropBitmap() argument
231 int y = (dstY - srcY) / sampleSize; in cropBitmap()
258 (srcY - dstY) / sampleSize, in cropBitmap()
/external/chromium_org/third_party/skia/src/pdf/
DSkPDFUtils.cpp78 SkScalar dstX, SkScalar dstY, SkWStream* content) { in AppendCubic() argument
84 if (ctl2X != dstX || ctl2Y != dstY) { in AppendCubic()
93 SkPDFScalar::Append(dstY, content); in AppendCubic()
/external/skia/src/pdf/
DSkPDFUtils.cpp78 SkScalar dstX, SkScalar dstY, SkWStream* content) { in AppendCubic() argument
84 if (ctl2X != dstX || ctl2Y != dstY) { in AppendCubic()
93 SkPDFScalar::Append(dstY, content); in AppendCubic()

1234