Searched refs:srcY (Results 1 - 25 of 77) sorted by relevance

1234

/external/chromium_org/third_party/skia/src/core/
H A DSkSpriteBlitterTemplate.h21 int srcY = y - fTop; 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.cpp53 for (int srcY = y0; srcY < y1; srcY++) {
54 SkScalar yWeight = s.getBitmapFilter()->lookupScalar((srcPt.fY - srcY));
61 SkPMColor c = *s.fBitmap->getAddr32(srcX, srcY);
/external/skia/src/core/
H A DSkSpriteBlitterTemplate.h21 int srcY = y - fTop; 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.cpp47 for (int srcY = y0; srcY < y1; srcY++) {
48 SkScalar yWeight = s.getBitmapFilter()->lookupScalar((srcPt.fY - srcY));
55 SkPMColor c = *s.fBitmap->getAddr32(srcX, srcY);
/external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
H A DSDL_fb3dfx.c101 int srcX, srcY; local
122 srcY = srcrect->y;
133 if ( srcY <= dstY ) {
135 srcY += (dstrect->h - 1);
158 tdfx_out32(LAUNCH_2D, srcX | (srcY << 16));
H A DSDL_fbmatrox.c125 int srcX, srcY; local
148 FB_dst_to_xy(this, src, &srcX, &srcY);
153 srcY += srcrect->y;
163 if ( srcY < dstY ) {
165 srcY += (h - 1);
170 stop = start = (srcY * pitch) + srcX;
176 if ( srcY < dstY ) {
H A DSDL_fbriva.c115 int srcX, srcY; local
136 FB_dst_to_xy(this, src, &srcX, &srcY);
141 srcY += srcrect->y;
146 Blt->TopLeftSrc = (srcY << 16) | srcX;
/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,
148 pt0[1] = srcY;
150 pt1[1] = srcY;
152 pt2[1] = (srcY + height);
154 pt3[1] = (srcY + height);
210 float srcX, float srcY, float maskX, float maskY,
222 spt0[1] = srcY;
224 spt1[1] = srcY;
226 spt2[1] = (srcY + height);
228 spt3[1] = (srcY
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...]
/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,
148 pt0[1] = srcY;
150 pt1[1] = srcY;
152 pt2[1] = (srcY + height);
154 pt3[1] = (srcY + height);
210 float srcX, float srcY, float maskX, float maskY,
222 spt0[1] = srcY;
224 spt1[1] = srcY;
226 spt2[1] = (srcY + height);
228 spt3[1] = (srcY
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...]
/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,
195 pt0[1] = srcY;
197 pt1[1] = srcY;
199 pt2[1] = (srcY + height);
201 pt3[1] = (srcY + height);
231 float srcX, float srcY, float maskX, float maskY,
243 spt0[1] = srcY;
245 spt1[1] = srcY + height;
289 float srcY,
301 spt0[1] = srcY;
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,
195 pt0[1] = srcY;
197 pt1[1] = srcY;
199 pt2[1] = (srcY + height);
201 pt3[1] = (srcY + height);
231 float srcX, float srcY, float maskX, float maskY,
243 spt0[1] = srcY;
245 spt1[1] = srcY + height;
289 float srcY,
301 spt0[1] = srcY;
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/platform/graphics/filters/
H A DFEDisplacementMap.cpp149 int srcY = y + static_cast<int>(scaleForColorY * srcPixelArrayB->item(dstIndex + m_yChannelSelector - 1) + scaledOffsetY); local
151 if (srcX < 0 || srcX >= paintSize.width() || srcY < 0 || srcY >= paintSize.height()) {
154 unsigned char pixelValue = srcPixelArrayA->item(srcY * stride + srcX * 4 + channel);
/external/chromium_org/third_party/skia/src/images/
H A DSkScaledBitmapSampler.h63 bool sampleInterlaced(const uint8_t* SK_RESTRICT src, int srcY);
H A DSkImageDecoder.cpp193 int srcX, int srcY) {
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
/external/skia/src/images/
H A DSkScaledBitmapSampler.h63 bool sampleInterlaced(const uint8_t* SK_RESTRICT src, int srcY);
H A DSkImageDecoder.cpp218 int srcX, int srcY) {
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
/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,
687 if (*srcY < 0) {
688 pack->SkipRows += (0 - *srcY);
689 *height -= (0 - *srcY);
690 *srcY = 0;
693 if (*srcY + *height > (GLsizei) buffer->Height)
694 *height -= (*srcY + *height - buffer->Height);
714 GLint *srcX, GLint *srcY,
718 const GLint srcX0 = *srcX, srcY0 = *srcY;
721 srcX, srcY, widt
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,
687 if (*srcY < 0) {
688 pack->SkipRows += (0 - *srcY);
689 *height -= (0 - *srcY);
690 *srcY = 0;
693 if (*srcY + *height > (GLsizei) buffer->Height)
694 *height -= (*srcY + *height - buffer->Height);
714 GLint *srcX, GLint *srcY,
718 const GLint srcX0 = *srcX, srcY0 = *srcY;
721 srcX, srcY, widt
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.java313 for (int srcY = 0; srcY < srcData.height; srcY++) {
315 int destX = srcY;
318 int srcIndex = srcY * srcData.bytesPerLine + srcX * bytesPerPixel;

Completed in 5067 milliseconds

1234