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

  /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/pdfium/core/fxge/dib/
cfx_bitmapcomposer.cpp 135 int dest_x = m_DestLeft + (m_bFlipX ? (m_DestWidth - line - 1) : line); local
137 m_pBitmap->GetBuffer() + dest_x * Bpp + m_DestTop * dest_pitch;
140 dest_x + m_DestTop * dest_alpha_pitch
174 (dest_x - m_pClipRgn->GetBox().left);
cfx_dibitmap.cpp 634 uint32_t dest_x = clip_left + i; local
635 uint32_t src_x = dest_x * m_Width / dest_width;
644 uint32_t dest_x = clip_left + i; local
645 uint32_t src_x = dest_x * m_Width / dest_width;
672 uint32_t dest_x = clip_left + i; local
674 bFlipX ? (m_Width - dest_x * m_Width / dest_width - 1) * src_Bpp
675 : (dest_x * m_Width / dest_width) * src_Bpp;
    [all...]
  /hardware/intel/img/psb_video/src/
psb_output.c 224 int *dest_x,
240 if (*dest_x < 0) *dest_x = 0;
241 if (*dest_x > surface->width) *dest_x = surface->width - 1;
245 if (((*width) + (*dest_x)) > surface->width) *width = surface->width - *dest_x;
246 if (((*height) + (*dest_y)) > surface->height) *height = surface->height - *dest_x;
861 int ret, src_x = 0, src_y = 0, dest_x = 0, dest_y = 0; local
883 psb__VAImageCheckRegion(obj_surface, &obj_image->image, &src_x, &src_y, &dest_x, &dest_y
    [all...]
psb_output.h 284 int dest_x,
338 short dest_x, /* upper left offset in surface */
  /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 332 unsigned int src_width, unsigned int src_height, int dest_x, int dest_y,
346 short dest_x, short dest_y, unsigned short dest_width, unsigned short dest_height,
image.c 426 int dest_x, int dest_y, unsigned int dest_width, unsigned int dest_height)
  /hardware/intel/common/libva/va/
va_backend.h 272 int dest_x,
325 short dest_x, /* upper left offset in surface */
va.c     [all...]
va.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/drm/
vmwgfx_drm.h 720 * @dest_x: X placement coordinate for surface.
733 int32_t dest_x; member in struct:drm_vmw_present_arg
  /external/libvncserver/libvncclient/
rfbproto.c 193 static void CopyRectangleFromRectangle(rfbClient* client, int src_x, int src_y, int w, int h, int dest_x, int dest_y) {
198 uint##BPP##_t* _buffer=((uint##BPP##_t*)client->frameBuffer)+(src_y-dest_y)*client->width+src_x-dest_x; \
201 if (dest_x < src_x) { \
202 for(i = dest_x; i < dest_x+w; i++) { \
206 for(i = dest_x+w-1; i >= dest_x; i--) { \
213 if (dest_x < src_x) { \
214 for(i = dest_x; i < dest_x+w; i++) {
    [all...]
  /bionic/libc/kernel/uapi/drm/
vmwgfx_drm.h 229 __s32 dest_x; member in struct:drm_vmw_present_arg
  /external/kernel-headers/original/uapi/drm/
vmwgfx_drm.h 756 * @dest_x: X placement coordinate for surface.
769 __s32 dest_x; member in struct:drm_vmw_present_arg
  /external/libdrm/include/drm/
vmwgfx_drm.h 746 * @dest_x: X placement coordinate for surface.
759 __s32 dest_x; member in struct:drm_vmw_present_arg
  /external/mesa3d/src/gallium/winsys/svga/drm/
vmwgfx_drm.h 749 * @dest_x: X placement coordinate for surface.
762 int32_t dest_x; member in struct:drm_vmw_present_arg
  /external/pdfium/core/fxge/win32/
fx_win32_gdipext.cpp 561 for (int dest_x = 0; dest_x < result_width; dest_x++) {
563 int src_x_start = bFlipX ? (dest_width - 1 - dest_x - pClipRect->left)
564 : (dest_x + pClipRect->left);
576 dest_scan[dest_x] = 255 - sum / area_unit;
    [all...]
  /external/libvncserver/rfb/
rfbclient.h 178 typedef void (*GotCopyRectProc)(struct _rfbClient* client, int src_x, int src_y, int w, int h, int dest_x, int dest_y);
  /external/pdfium/core/fpdfapi/render/
cpdf_dibsource.cpp 1326 int dest_x = clip_left + i; local
    [all...]

Completed in 599 milliseconds