HomeSort by relevance Sort by last modified time
    Searched refs:dest_y (Results 1 - 13 of 13) sorted by null

  /external/mesa3d/src/gallium/drivers/etnaviv/
etnaviv_blt.h 78 uint16_t dest_y; member in struct:blt_imgcopy_op
etnaviv_blt.c 167 etna_set_state(stream, VIVS_BLT_DEST_POS, VIVS_BLT_DEST_POS_X(op->dest_x) | VIVS_BLT_DEST_POS_Y(op->dest_y));
482 op.dest_y = blit_info->dst.box.y;
498 assert(op.dest_y < dst_lev->padded_height);
500 assert((op.dest_y + op.rect_h) <= dst_lev->padded_height);
  /external/pdfium/core/fxge/dib/
cfx_imagestretcher.cpp 182 int dest_y; local
185 dest_y = result_height - m_LineIndex - 1;
186 src_y = (m_DestHeight - (dest_y + m_ClipRect.top) - 1) * src_height /
189 dest_y = m_LineIndex;
190 src_y = (dest_y + m_ClipRect.top) * src_height / m_DestHeight;
205 m_pDest->ComposeScanline(dest_y, m_pScanline.get(), m_pMaskScanline.get());
  /external/swiftshader/src/Main/
libX11.hpp 41 int (*XPutImage)(Display *display, Drawable d, GC gc, XImage *image, int src_x, int src_y, int dest_x, int dest_y, unsigned int width, unsigned int height);
48 int (*XShmPutImage)(Display *display, Drawable d, GC gc, XImage *image, int src_x, int src_y, int dest_x, int dest_y, unsigned int width, unsigned int height, bool send_event);
  /external/swiftshader/src/WSI/
libX11.hpp 41 int (*XPutImage)(Display *display, Drawable d, GC gc, XImage *image, int src_x, int src_y, int dest_x, int dest_y, unsigned int width, unsigned int height);
48 int (*XShmPutImage)(Display *display, Drawable d, GC gc, XImage *image, int src_x, int src_y, int dest_x, int dest_y, unsigned int width, unsigned int height, bool send_event);
  /external/mesa3d/src/gallium/state_trackers/va/
subpicture.c 173 unsigned short src_height, short dest_x, short dest_y,
184 struct u_rect dst_rect = {dest_x, dest_x + dest_width, dest_y, dest_y + dest_height};
va_private.h 361 unsigned int src_width, unsigned int src_height, int dest_x, int dest_y,
375 short dest_x, short dest_y, unsigned short dest_width, unsigned short dest_height,
image.c 438 int dest_x, int dest_y, unsigned int dest_width, unsigned int dest_height)
  /bionic/libc/kernel/uapi/drm/
vmwgfx_drm.h 235 __s32 dest_y; member in struct:drm_vmw_present_arg
  /external/kernel-headers/original/uapi/drm/
vmwgfx_drm.h 748 * @dest_y: Y placement coordinate for surface.
761 __s32 dest_y; member in struct:drm_vmw_present_arg
    [all...]
  /external/libdrm/include/drm/
vmwgfx_drm.h 757 * @dest_y: Y placement coordinate for surface.
770 __s32 dest_y; member in struct:drm_vmw_present_arg
  /external/mesa3d/src/gallium/winsys/svga/drm/
vmwgfx_drm.h 755 * @dest_y: Y placement coordinate for surface.
768 int32_t dest_y; member in struct:drm_vmw_present_arg
  /external/pdfium/core/fxge/win32/
fx_win32_gdipext.cpp 555 for (int dest_y = 0; dest_y < result_height; dest_y++) {
556 LPBYTE dest_scan = dest_buf + dest_y * result_pitch;
557 int src_y_start = bFlipY ? (dest_height - 1 - dest_y - pClipRect->top)
558 : (dest_y + pClipRect->top);
    [all...]

Completed in 605 milliseconds