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

  /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...]
  /external/pdfium/core/fpdfapi/render/
cpdf_dibsource.cpp 1326 int dest_x = clip_left + i; local
    [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...]
  /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
  /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

Completed in 111 milliseconds