HomeSort by relevance Sort by last modified time
    Searched full:srcy (Results 1 - 25 of 214) sorted by null

1 2 3 4 5 6 7 8 9

  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_copypix.c 50 regions_overlap(GLint srcx, GLint srcy,
60 else if (srcy < dsty) { /* this is OK */
63 else if (srcy > dsty + height) {
80 else if ((srcy < dsty) && (srcy + height < dsty + (height * zoomY))) {
84 else if ((srcy > dsty) && (srcy + height > dsty + (height * zoomY))) {
99 copy_rgba_pixels(struct gl_context *ctx, GLint srcx, GLint srcy,
115 overlapping = regions_overlap(srcx, srcy, destx, desty, width, height,
123 if (!overlapping && srcy < desty)
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_copypix.c 50 regions_overlap(GLint srcx, GLint srcy,
60 else if (srcy < dsty) { /* this is OK */
63 else if (srcy > dsty + height) {
80 else if ((srcy < dsty) && (srcy + height < dsty + (height * zoomY))) {
84 else if ((srcy > dsty) && (srcy + height > dsty + (height * zoomY))) {
99 copy_rgba_pixels(struct gl_context *ctx, GLint srcx, GLint srcy,
115 overlapping = regions_overlap(srcx, srcy, destx, desty, width, height,
123 if (!overlapping && srcy < desty)
    [all...]
  /external/chromium_org/third_party/skia/src/core/
SkSpriteBlitterTemplate.h 21 int srcY = y - fTop;
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);
  /external/skia/src/core/
SkSpriteBlitterTemplate.h 21 int srcY = y - fTop;
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);
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
intel_pixel_copy.c 78 GLint srcx, GLint srcy,
165 srcy += dsty - orig_dsty;
169 orig_srcy = srcy;
172 &srcx, &srcy, &width, &height))
176 dsty += srcy - orig_srcy;
187 srcy = read_fb->Height - srcy - height;
192 srcy += read_irb->draw_y;
198 read_irb->mt->region, 0, srcx, srcy,
216 GLint srcx, GLint srcy,
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_pixel_copy.c 78 GLint srcx, GLint srcy,
165 srcy += dsty - orig_dsty;
169 orig_srcy = srcy;
172 &srcx, &srcy, &width, &height))
176 dsty += srcy - orig_srcy;
187 srcy = read_fb->Height - srcy - height;
192 srcy += read_irb->draw_y;
198 read_irb->mt->region, 0, srcx, srcy,
216 GLint srcx, GLint srcy,
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xorg/
xorg_composite.h 22 int srcX, int srcY, int maskX, int maskY,
  /external/mesa3d/src/gallium/state_trackers/xorg/
xorg_composite.h 22 int srcX, int srcY, int maskX, int maskY,
  /frameworks/av/media/libstagefright/yuv/
YUVCanvas.cpp 69 int32_t srcY = srcStartY + offsetY;
78 srcImage.getPixelValue(srcX, srcY, &yValue, &uValue, &vValue);
98 int32_t srcY = srcOffsetY;
102 srcImage.getPixelValue(srcX, srcY, &yValue, &uValue, &vValue);
107 srcY += skipY;
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
extend.c 107 int srcy, int srcx,
114 int src_y_offset = srcy * src->y_stride + srcx;
115 int dst_y_offset = srcy * dst->y_stride + srcx;
116 int src_uv_offset = ((srcy * src->uv_stride) >> 1) + (srcx >> 1);
117 int dst_uv_offset = ((srcy * dst->uv_stride) >> 1) + (srcx >> 1);
120 if (srcy)
124 if (srcy + srch != src->y_height)
extend.h 26 int srcy, int srcx,
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_extend.c 108 int srcy, int srcx,
111 const int et_y = srcy ? 0 : dst->border;
113 const int eb_y = srcy + srch != src->y_height ? 0 :
117 const int src_y_offset = srcy * src->y_stride + srcx;
118 const int dst_y_offset = srcy * dst->y_stride + srcx;
124 const int src_uv_offset = ((srcy * src->uv_stride) >> 1) + (srcx >> 1);
125 const int dst_uv_offset = ((srcy * dst->uv_stride) >> 1) + (srcx >> 1);
vp9_extend.h 27 int srcy, int srcx,
  /external/libvpx/libvpx/vp8/common/
extend.c 107 int srcy, int srcx,
114 int src_y_offset = srcy * src->y_stride + srcx;
115 int dst_y_offset = srcy * dst->y_stride + srcx;
116 int src_uv_offset = ((srcy * src->uv_stride) >> 1) + (srcx >> 1);
117 int dst_uv_offset = ((srcy * dst->uv_stride) >> 1) + (srcx >> 1);
120 if (srcy)
124 if (srcy + srch != src->y_height)
extend.h 26 int srcy, int srcx,
  /external/libvpx/libvpx/vp9/encoder/
vp9_extend.c 108 int srcy, int srcx,
111 const int et_y = srcy ? 0 : dst->border;
113 const int eb_y = srcy + srch != src->y_height ? 0 :
117 const int src_y_offset = srcy * src->y_stride + srcx;
118 const int dst_y_offset = srcy * dst->y_stride + srcx;
124 const int src_uv_offset = ((srcy * src->uv_stride) >> 1) + (srcx >> 1);
125 const int dst_uv_offset = ((srcy * dst->uv_stride) >> 1) + (srcx >> 1);
vp9_extend.h 27 int srcy, int srcx,
  /external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
SDL_fbmatrox.c 125 int srcX, srcY;
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 ) {
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
extend.c 107 int srcy, int srcx,
114 int src_y_offset = srcy * src->y_stride + srcx;
115 int dst_y_offset = srcy * dst->y_stride + srcx;
116 int src_uv_offset = ((srcy * src->uv_stride) >> 1) + (srcx >> 1);
117 int dst_uv_offset = ((srcy * dst->uv_stride) >> 1) + (srcx >> 1);
120 if (srcy)
124 if (srcy + srch != src->y_height)
extend.h 26 int srcy, int srcx,
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_extend.c 108 int srcy, int srcx,
111 const int et_y = srcy ? 0 : dst->border;
113 const int eb_y = srcy + srch != src->y_height ? 0 :
117 const int src_y_offset = srcy * src->y_stride + srcx;
118 const int dst_y_offset = srcy * dst->y_stride + srcx;
124 const int src_uv_offset = ((srcy * src->uv_stride) >> 1) + (srcx >> 1);
125 const int dst_uv_offset = ((srcy * dst->uv_stride) >> 1) + (srcx >> 1);
vp9_extend.h 27 int srcy, int srcx,
  /hardware/intel/img/psb_video/src/x11/
psb_ctexture.c 224 short srcy,
404 drv_debug_msg(VIDEO_DEBUG_GENERAL, "psb_putsurface_ctexture: ExtVideo coordinate srcx= %d, srcy=%d, \
406 srcx, srcy, srcw, srch, xoffset, yoffset, xres, yres, texture_priv->extend_current_blt_buffer);
409 psb_putsurface_textureblit(ctx, (unsigned char *)texture_priv->extend_blt_meminfo[texture_priv->extend_current_blt_buffer], surface, srcx, srcy, srcw, srch, 0, 0, local
415 psb_putsurface_textureblit(ctx, (unsigned char *)texture_priv->extend_blt_meminfo[texture_priv->extend_current_blt_buffer], surface, srcx, srcy, srcw, srch, 0, 0, local
465 drv_debug_msg(VIDEO_DEBUG_GENERAL, "psb_putsurface_ctexture: Main video Pixmap, coordinate: srcx= %d, srcy=%d, srcw=%d, srch=%d, destx=%d, desty=%d, destw=%d, desth=%d, cur_buffer=%d\n",
466 srcx, srcy, srcw, srch, destx, desty, destw, desth, texture_priv->current_blt_buffer);
468 psb_putsurface_textureblit(ctx, (unsigned char *)texture_priv->blt_meminfo_pixmap, surface, srcx, srcy, srcw, srch, destx, desty, destw, desth, 1, local
473 psb_putsurface_textureblit(ctx, (unsigned char *)texture_priv->blt_meminfo_pixmap, surface, srcx, srcy, srcw, srch, destx, desty, destw, desth, 0, local
483 drv_debug_msg(VIDEO_DEBUG_GENERAL, "psb_putsurface_ctexture: Main video, swap buffer, coordinate: srcx= %d, srcy=%d, srcw=%d, srch=%d, destx=%d, desty=%d, destw=%d, desth=%d, cur_buffer=%d\n"
487 psb_putsurface_textureblit(ctx, (unsigned char *)texture_priv->blt_meminfo[texture_priv->current_blt_buffer], surface, srcx, srcy, srcw, srch, destx, desty, destw, desth, 1, local
492 psb_putsurface_textureblit(ctx, (unsigned char *)texture_priv->blt_meminfo[texture_priv->current_blt_buffer], surface, srcx, srcy, srcw, srch, destx, desty, destw, desth, 0, local
505 psb_putsurface_textureblit(ctx, (unsigned char *)texture_priv->flip_meminfo[texture_priv->current_blt_buffer], surface, srcx, srcy, srcw, srch, destx, desty, local
510 psb_putsurface_textureblit(ctx, (unsigned char *)texture_priv->flip_meminfo[texture_priv->current_blt_buffer], surface, srcx, srcy, srcw, srch, destx, desty, local
    [all...]
psb_x11.h 52 short srcy; member in struct:__anon40239
114 short srcy,
132 short srcy,
149 short srcy,
  /packages/apps/UnifiedEmail/src/com/android/mail/utils/
BitmapUtil.java 149 int srcX, srcY;
154 srcY = (int) (srcHeight * verticalCenterPercent - srcCroppedH / 2);
156 // Nudge srcX and srcY to be within the bounds of src
158 srcY = Math.max(Math.min(srcY, srcHeight - srcCroppedH), 0);
160 final Bitmap cropped = Bitmap.createBitmap(src, srcX, srcY, srcCroppedW, srcCroppedH, m,
166 srcWidth, srcHeight, w, h, srcX, srcY, srcCroppedW, srcCroppedH, scale,

Completed in 4803 milliseconds

1 2 3 4 5 6 7 8 9