Searched defs:dstY (Results 1 - 25 of 56) sorted by relevance

123

/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DGradientGeneratedImage.cpp78 float dstY = (srcRect.y() + j * stepY) * scale.height() + phase.y(); local
80 ASSERT(j > firstRow || dstY <= destRect.y());
81 ASSERT(j == firstRow || dstY > destRect.y());
83 if (dstY >= destRect.maxY())
85 float dstMaxY = dstY + srcRect.height() * scale.height();
86 if (dstY < destRect.y())
87 dstY = destRect.y();
90 if (dstY >= dstMaxY)
93 tileDstRect.setY(dstY);
94 tileDstRect.setHeight(dstMaxY - dstY);
[all...]
/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/qemu/distrib/sdl-1.2.15/src/video/fbcon/
H A DSDL_fbriva.c75 int dstX, dstY; local
90 FB_dst_to_xy(this, dst, &dstX, &dstY);
94 dstY += rect->y;
100 Bitmap->UnclippedRectangle[0].TopLeft = (dstX << 16) | dstY;
116 int dstX, dstY; local
137 FB_dst_to_xy(this, dst, &dstX, &dstY);
143 dstY += dstrect->y;
147 Blt->TopLeftDst = (dstY << 16) | dstX;
H A DSDL_fb3dfx.c57 int dstX, dstY; local
74 dstY = rect->y;
83 tdfx_out32(LAUNCH_2D, dstX | (dstY << 16));
102 int dstX, dstY; local
124 dstY = dstrect->y;
133 if ( srcY <= dstY ) {
136 dstY += (dstrect->h - 1);
157 tdfx_out32(DSTXY, dstX | (dstY << 16));
H A DSDL_fbmatrox.c67 int dstX, dstY; local
89 FB_dst_to_xy(this, dst, &dstX, &dstY);
93 dstY += rect->y;
99 ydstlen = (rect->h | (dstY << 16));
126 int dstX, dstY; local
149 FB_dst_to_xy(this, dst, &dstX, &dstY);
155 dstY += dstrect->y;
163 if ( srcY < dstY ) {
166 dstY += (h - 1);
176 if ( srcY < dstY ) {
[all...]
/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/chromium_org/third_party/mesa/src/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 Ds_blit.c608 const GLint dstY = dstYpos + dstRow; local
686 GLubyte *dst = dstMap + dstY * dstRowStride + dstXpos * bpp;
/external/chromium_org/third_party/skia/src/images/
H A DSkImageDecoder.cpp192 int dstX, int dstY, int width, int height,
206 int y = (dstY - srcY) / sampleSize;
233 (srcY - dstY) / sampleSize,
191 cropBitmap(SkBitmap *dst, SkBitmap *src, int sampleSize, int dstX, int dstY, int width, int height, int srcX, int srcY) argument
H A DSkScaledBitmapSampler.cpp765 const int dstY = srcYMinusY0 / fDY; local
766 SkASSERT(dstY < fScaledHeight);
767 char* dstRow = fDstRow + dstY * fDstRowBytes;
769 fDX * fSrcPixelSize, dstY, fCTable);
/external/chromium_org/third_party/skia/src/pdf/
H A DSkPDFUtils.cpp78 SkScalar dstX, SkScalar dstY, SkWStream* content) {
84 if (ctl2X != dstX || ctl2Y != dstY) {
93 SkPDFScalar::Append(dstY, content);
76 AppendCubic(SkScalar ctl1X, SkScalar ctl1Y, SkScalar ctl2X, SkScalar ctl2Y, SkScalar dstX, SkScalar dstY, SkWStream* content) argument
/external/chromium_org/third_party/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/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
/external/skia/src/images/
H A DSkImageDecoder.cpp217 int dstX, int dstY, int width, int height,
231 int y = (dstY - srcY) / sampleSize;
258 (srcY - dstY) / sampleSize,
216 cropBitmap(SkBitmap *dst, SkBitmap *src, int sampleSize, int dstX, int dstY, int width, int height, int srcX, int srcY) argument
H A DSkScaledBitmapSampler.cpp765 const int dstY = srcYMinusY0 / fDY; local
766 SkASSERT(dstY < fScaledHeight);
767 char* dstRow = fDstRow + dstY * fDstRowBytes;
769 fDX * fSrcPixelSize, dstY, fCTable);
/external/skia/src/pdf/
H A DSkPDFUtils.cpp78 SkScalar dstX, SkScalar dstY, SkWStream* content) {
84 if (ctl2X != dstX || ctl2Y != dstY) {
93 SkPDFScalar::Append(dstY, content);
76 AppendCubic(SkScalar ctl1X, SkScalar ctl1Y, SkScalar ctl2X, SkScalar ctl2Y, SkScalar dstX, SkScalar dstY, SkWStream* content) 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/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xa/
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/mesa3d/src/gallium/state_trackers/xa/
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/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xorg/
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
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...]
/external/chromium_org/third_party/mesa/src/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/chromium_org/third_party/skia/src/effects/gradients/
H A DSkTwoPointConicalGradient.cpp286 SkScalar dstY = SkIntToScalar(y) + SK_ScalarHalf; local
289 dstProc(fDstToIndex, dstX, dstY, &srcPt);
/external/mesa3d/src/gallium/state_trackers/xorg/
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

Completed in 3842 milliseconds

123