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

1 2 3

  /hardware/intel/img/psb_video/src/x11/
psb_coverlay.c 367 short desty,
375 XFillRectangle((Display *)ctx->native_dpy, draw, output->gc, destx, desty, destw, desth);
404 int destx, desty, destw, desth; local
419 desty = subpicture->subpic_dsty + surface_y;
449 if (desty < 0) {
450 desth += desty;
451 desty = 0;
456 if ((desty + desth) > surface_h)
457 desth = surface_h - desty;
486 pPriv->clear_key[i].subpic_dsty = desty;
    [all...]
psb_ctexture.c 60 static VAStatus psb_extend_dri_init(VADriverContextP ctx, unsigned int destx, unsigned desty, unsigned destw, unsigned desth)
71 output->extend_drawable = (Window)psb_xrandr_create_full_screen_window(destx, desty, destw, desth);
228 short desty,
405 srcw=%d, srch=%d, destx=%d, desty=%d, destw=%d, desth=%d, cur_buffer=%d\n",
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",
484 srcx, srcy, srcw, srch, destx, desty, destw, desth, texture_priv->current_blt_buffer)
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 57 short desty; member in struct:__anon31922
118 short desty,
136 short desty,
153 short desty,
psb_x11.c 113 short desty,
252 XPutImage((Display *)ctx->native_dpy, draw, gc, ximg, 0, 0, destx, desty, width, height);
464 short desty,
491 destx, desty, destw, desth, flags);
511 destx, desty, destw, desth,
527 destx, desty, destw, desth,
533 destx, desty, destw, desth,
  /hardware/intel/img/psb_video/src/android/
psb_output_android.c 157 short desty,
177 destx, desty, destw, desth, 0, /* no subtitle */
197 short desty,
225 desty += _pos_y;
230 srcx, srcy, srcw, srch, destx, desty, destw, desth);
234 destx, desty, destw, desth, /* screen coordinate */
249 short desty;
254 psb_android_get_destbox(&destx, &desty, &destw, &desth);
255 /*drv_debug_msg(VIDEO_DEBUG_GENERAL, "destbox = (%d,%d,%d,%d)\n", destx, desty, destw, desth);*/
256 if ((destx >= 0) && (desty >= 0) &
    [all...]
psb_android_glue.h 43 void psb_android_get_destbox(short* destx, short* desty, unsigned short* destw, unsigned short* desth);
psb_output_android.h 44 short desty; member in struct:_psb_android_output_s
  /external/mesa3d/src/gallium/drivers/i915/
i915_clear.c 47 unsigned destx, unsigned desty, unsigned width, unsigned height)
148 OUT_BATCH_F(desty + height);
150 OUT_BATCH_F(desty + height);
152 OUT_BATCH_F(desty);
167 OUT_BATCH_F(desty + height);
169 OUT_BATCH_F(desty + height);
171 OUT_BATCH_F(desty);
199 OUT_BATCH_F(desty + height);
201 OUT_BATCH_F(desty + height);
203 OUT_BATCH_F(desty);
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_copypix.c 100 GLint width, GLint height, GLint destx, GLint desty)
115 overlapping = regions_overlap(srcx, srcy, destx, desty, width, height,
123 if (!overlapping && srcy < desty) {
126 dy = desty + height - 1;
132 dy = desty;
189 _swrast_write_zoomed_rgba_span(ctx, destx, desty, &span, rgba);
245 GLint destx, GLint desty )
266 overlapping = regions_overlap(srcx, srcy, destx, desty, width, height,
274 if (!overlapping && srcy < desty) {
277 dy = desty + height - 1
    [all...]
  /frameworks/rs/java/tests/SampleTest/src/com/android/rs/sample/
sample.rs 34 float destY = (float)rsAllocationGetDimY(destAlloc) - 1.0f;
38 uv.y = (float)y / destY;
  /external/mesa3d/src/mesa/main/
image.c 584 * If Pixel.ZoomY is -1, *destY will be changed to be the first row which
585 * we'll actually write. Beforehand, *destY-1 is the first drawing row.
592 GLint *destX, GLint *destY,
620 if (*destY < buffer->_Ymin) {
621 unpack->SkipRows += (buffer->_Ymin - *destY);
622 *height -= (buffer->_Ymin - *destY);
623 *destY = buffer->_Ymin;
626 if (*destY + *height > buffer->_Ymax)
627 *height -= (*destY + *height - buffer->_Ymax);
631 if (*destY > buffer->_Ymax)
    [all...]
image.h 105 GLint *destX, GLint *destY,
118 GLint *destX, GLint *destY,
  /hardware/intel/common/libva/va/android/
va_android.cpp 196 short desty,
214 short desty,
234 destx, desty, destw, desth,
238 destx, desty, destw, desth,
  /hardware/intel/common/libva/va/x11/
va_x11.c 225 short desty,
243 short desty,
260 destx, desty, destw, desth,
264 destx, desty, destw, desth,
  /frameworks/av/media/libstagefright/yuv/
YUVCanvas.cpp 72 int32_t destY = destStartY + offsetY;
79 mYUVImage.setPixelValue(destX, destY, yValue, uValue, vValue);
  /hardware/intel/common/libva/va/
va_tpi.c 81 short desty,
97 destx, desty, destw, desth, cliprects, number_cliprects, flags );
va_backend_tpi.h 58 short desty,
va_x11.h 58 short desty,
va_android.h 72 short desty,
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_pixel.h 59 GLint destx, GLint desty, GLenum type);
intel_pixel_copy.c 218 GLint destx, GLint desty, GLenum type)
225 if (do_blit_copypixels(ctx, srcx, srcy, width, height, destx, desty, type))
229 _mesa_meta_CopyPixels(ctx, srcx, srcy, width, height, destx, desty, type);
intel_regions.h 119 GLuint destx, GLuint desty,
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/
DrawUtils.java 123 int destY = targetRectangle.y + (targetRectangle.height - newImageHeight) / 2;
124 gc.drawImage(image, 0, 0, imageWidth, imageHeight, destX, destY, newImageWidth, newImageHeight);
316 int destY = srcData.width - srcX - 1;
317 int destIndex = destY * destBytesPerLine + destX * bytesPerPixel;
  /external/mesa3d/src/gallium/state_trackers/va/
va_surface.c 113 unsigned short srcw, unsigned short srch, short destx, short desty,
  /external/mesa3d/src/gallium/state_trackers/xvmc/
surface.c 344 short destx, short desty, unsigned short destw, unsigned short desth,
358 struct u_rect dst_rect = {destx, destx + destw, desty, desty + desth};
404 assert(desty + desth - 1 < drawable_surface->height);

Completed in 1671 milliseconds

1 2 3