Searched refs:srcX (Results 1 - 25 of 67) sorted by relevance

123

/external/chromium_org/third_party/skia/src/core/
H A DSkSpriteBlitterTemplate.h20 int srcX = x - fLeft; local
24 fSource->SkSPRITE_SRC_GETADDR(srcX, srcY);
29 SkDEBUGCODE((void)fSource->SkSPRITE_SRC_GETADDR(srcX + width - 1, srcY + height - 1);)
31 SkSPRITE_PREAMBLE((*fSource), srcX, srcY);
H A DSkBitmapFilter.cpp49 for (int srcX = x0; srcX <= x1 ; srcX++) {
50 SkScalar xWeight = s.getBitmapFilter()->lookupScalar((srcPt.fX - srcX));
54 SkPMColor c = *s.fBitmap->getAddr32(srcX, srcY);
/external/skia/src/core/
H A DSkSpriteBlitterTemplate.h20 int srcX = x - fLeft; local
24 fSource->SkSPRITE_SRC_GETADDR(srcX, srcY);
29 SkDEBUGCODE((void)fSource->SkSPRITE_SRC_GETADDR(srcX + width - 1, srcY + height - 1);)
31 SkSPRITE_PREAMBLE((*fSource), srcX, srcY);
H A DSkBitmapFilter.cpp49 for (int srcX = x0; srcX <= x1 ; srcX++) {
50 SkScalar xWeight = s.getBitmapFilter()->lookupScalar((srcPt.fX - srcX));
54 SkPMColor c = *s.fBitmap->getAddr32(srcX, srcY);
/external/clang/test/CodeGenCXX/
H A Dcopy-assign-synthesis.cpp69 X srcX; variable
74 dstY = dstX = srcX;
75 srcX.pr();
H A Dcopy-assign-synthesis-1.cpp85 X srcX; variable
90 dstY = dstX = srcX;
91 srcX.pr();
/external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
H A DSDL_fb3dfx.c101 int srcX, srcY; local
121 srcX = srcrect->x;
128 if ( srcX <= dstX ) {
130 srcX += (dstrect->w - 1);
158 tdfx_out32(LAUNCH_2D, srcX | (srcY << 16));
H A DSDL_fbriva.c115 int srcX, srcY; local
136 FB_dst_to_xy(this, src, &srcX, &srcY);
140 srcX += srcrect->x;
146 Blt->TopLeftSrc = (srcY << 16) | srcX;
H A DSDL_fbmatrox.c125 int srcX, srcY; local
148 FB_dst_to_xy(this, src, &srcX, &srcY);
152 srcX += srcrect->x;
160 if ( srcX < dstX ) {
170 stop = start = (srcY * pitch) + srcX;
171 if ( srcX < dstX ) {
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xorg/
H A Dxorg_composite.h22 int srcX, int srcY, int maskX, int maskY,
H A Dxorg_renderer.c140 float srcX, float srcY, float dstX, float dstY,
147 pt0[0] = srcX;
149 pt1[0] = (srcX + width);
151 pt2[0] = (srcX + width);
153 pt3[0] = srcX;
210 float srcX, float srcY, float maskX, float maskY,
221 spt0[0] = srcX;
223 spt1[0] = (srcX + width);
225 spt2[0] = (srcX + width);
227 spt3[0] = srcX;
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
478 srcX, srcY, dstX, dstY, width, height);
482 u_box_2d(srcX, srcY, width, height, &src_box);
488 !((dstX + width) < srcX || dstX > (srcX + width) ||
506 srcX, srcY, 0,
686 ExaComposite(PixmapPtr pDst, int srcX, int srcY, int maskX, int maskY, argument
695 srcX, srcY, maskX, maskY, dstX, dstY, width, height);
699 xorg_composite(exa, priv, srcX, srcY, maskX, maskY,
/external/mesa3d/src/gallium/state_trackers/xorg/
H A Dxorg_composite.h22 int srcX, int srcY, int maskX, int maskY,
H A Dxorg_renderer.c140 float srcX, float srcY, float dstX, float dstY,
147 pt0[0] = srcX;
149 pt1[0] = (srcX + width);
151 pt2[0] = (srcX + width);
153 pt3[0] = srcX;
210 float srcX, float srcY, float maskX, float maskY,
221 spt0[0] = srcX;
223 spt1[0] = (srcX + width);
225 spt2[0] = (srcX + width);
227 spt3[0] = srcX;
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
478 srcX, srcY, dstX, dstY, width, height);
482 u_box_2d(srcX, srcY, width, height, &src_box);
488 !((dstX + width) < srcX || dstX > (srcX + width) ||
506 srcX, srcY, 0,
686 ExaComposite(PixmapPtr pDst, int srcX, int srcY, int maskX, int maskY, argument
695 srcX, srcY, maskX, maskY, dstX, dstY, width, height);
699 xorg_composite(exa, priv, srcX, srcY, maskX, maskY,
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xa/
H A Dxa_renderer.c187 float srcX, float srcY, float dstX, float dstY,
194 pt0[0] = srcX;
196 pt1[0] = (srcX + width);
198 pt2[0] = (srcX + width);
200 pt3[0] = srcX;
231 float srcX, float srcY, float maskX, float maskY,
242 spt0[0] = srcX;
244 spt1[0] = srcX + width;
288 float srcX,
300 spt0[0] = srcX;
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.h135 int srcX, int srcY, int maskX, int maskY,
/external/mesa3d/src/gallium/state_trackers/xa/
H A Dxa_renderer.c187 float srcX, float srcY, float dstX, float dstY,
194 pt0[0] = srcX;
196 pt1[0] = (srcX + width);
198 pt2[0] = (srcX + width);
200 pt3[0] = srcX;
231 float srcX, float srcY, float maskX, float maskY,
242 spt0[0] = srcX;
244 spt1[0] = srcX + width;
288 float srcX,
300 spt0[0] = srcX;
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.h135 int srcX, int srcY, int maskX, int maskY,
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/filters/
H A DFEDisplacementMap.cpp145 int srcX = x + static_cast<int>(scaleForColorX * srcPixelArrayB->item(dstIndex + m_xChannelSelector - 1) + scaledOffsetX); local
148 if (srcX < 0 || srcX >= paintSize.width() || srcY < 0 || srcY >= paintSize.height())
151 unsigned char pixelValue = srcPixelArrayA->item(srcY * stride + srcX * 4 + channel);
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dimage.h112 GLint *srcX, GLint *srcY,
119 GLint *srcX, GLint *srcY,
H A Dimage.c663 GLint *srcX, GLint *srcY,
674 if (*srcX < 0) {
675 pack->SkipPixels += (0 - *srcX);
676 *width -= (0 - *srcX);
677 *srcX = 0;
680 if (*srcX + *width > (GLsizei) buffer->Width)
681 *width -= (*srcX + *width - buffer->Width);
714 GLint *srcX, GLint *srcY,
718 const GLint srcX0 = *srcX, srcY0 = *srcY;
721 srcX, src
662 _mesa_clip_readpixels(const struct gl_context *ctx, GLint *srcX, GLint *srcY, GLsizei *width, GLsizei *height, struct gl_pixelstore_attrib *pack) argument
712 _mesa_clip_copytexsubimage(const struct gl_context *ctx, GLint *destX, GLint *destY, GLint *srcX, GLint *srcY, GLsizei *width, GLsizei *height) argument
[all...]
/external/mesa3d/src/mesa/main/
H A Dimage.h112 GLint *srcX, GLint *srcY,
119 GLint *srcX, GLint *srcY,
H A Dimage.c663 GLint *srcX, GLint *srcY,
674 if (*srcX < 0) {
675 pack->SkipPixels += (0 - *srcX);
676 *width -= (0 - *srcX);
677 *srcX = 0;
680 if (*srcX + *width > (GLsizei) buffer->Width)
681 *width -= (*srcX + *width - buffer->Width);
714 GLint *srcX, GLint *srcY,
718 const GLint srcX0 = *srcX, srcY0 = *srcY;
721 srcX, src
662 _mesa_clip_readpixels(const struct gl_context *ctx, GLint *srcX, GLint *srcY, GLsizei *width, GLsizei *height, struct gl_pixelstore_attrib *pack) argument
712 _mesa_clip_copytexsubimage(const struct gl_context *ctx, GLint *destX, GLint *destY, GLint *srcX, GLint *srcY, GLsizei *width, GLsizei *height) argument
[all...]
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/
H A DDrawUtils.java314 for (int srcX = 0; srcX < srcData.width; srcX++) {
316 int destY = srcData.width - srcX - 1;
318 int srcIndex = srcY * srcData.bytesPerLine + srcX * bytesPerPixel;

Completed in 578 milliseconds

123