/external/pdfium/core/fxge/dib/ |
D | cfx_bitmapcomposer.cpp | 130 int dest_x = m_DestLeft + (m_bFlipX ? (m_DestWidth - line - 1) : line); in ComposeScanlineV() local 132 m_pBitmap->GetBuffer() + dest_x * Bpp + m_DestTop * dest_pitch; in ComposeScanlineV() 135 dest_x + m_DestTop * dest_alpha_pitch in ComposeScanlineV() 169 (dest_x - m_pClipRgn->GetBox().left); in ComposeScanlineV()
|
D | cfx_dibitmap.cpp | 661 uint32_t dest_x = clip_left + i; in DownSampleScanline() local 662 uint32_t src_x = dest_x * m_Width / dest_width; in DownSampleScanline() 671 uint32_t dest_x = clip_left + i; in DownSampleScanline() local 672 uint32_t src_x = dest_x * m_Width / dest_width; in DownSampleScanline() 699 uint32_t dest_x = clip_left + i; in DownSampleScanline() local 701 bFlipX ? (m_Width - dest_x * m_Width / dest_width - 1) * src_Bpp in DownSampleScanline() 702 : (dest_x * m_Width / dest_width) * src_Bpp; in DownSampleScanline()
|
/external/swiftshader/src/WSI/ |
D | libX11.hpp | 42 …ay *display, Drawable d, GC gc, XImage *image, int src_x, int src_y, int dest_x, int dest_y, unsig… 49 …ay *display, Drawable d, GC gc, XImage *image, int src_x, int src_y, int dest_x, int dest_y, unsig…
|
/external/swiftshader/src/Main/ |
D | libX11.hpp | 41 …ay *display, Drawable d, GC gc, XImage *image, int src_x, int src_y, int dest_x, int dest_y, unsig… 48 …ay *display, Drawable d, GC gc, XImage *image, int src_x, int src_y, int dest_x, int dest_y, unsig…
|
/external/mesa3d/src/gallium/frontends/va/ |
D | subpicture.c | 173 unsigned short src_height, short dest_x, short dest_y, in vlVaAssociateSubpicture() argument 184 struct u_rect dst_rect = {dest_x, dest_x + dest_width, dest_y, dest_y + dest_height}; in vlVaAssociateSubpicture()
|
D | va_private.h | 383 unsigned int src_width, unsigned int src_height, int dest_x, int dest_y, 397 … short dest_x, short dest_y, unsigned short dest_width, unsigned short dest_height,
|
D | image.c | 569 int dest_x, int dest_y, unsigned int dest_width, unsigned int dest_height) in vlVaPutImage() argument
|
/external/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_blt.h | 76 uint16_t dest_x; member
|
D | etnaviv_blt.c | 180 …etna_set_state(stream, VIVS_BLT_DEST_POS, VIVS_BLT_DEST_POS_X(op->dest_x) | VIVS_BLT_DEST_POS_Y(op… in emit_blt_copyimage() 492 op.dest_x = blit_info->dst.box.x; in etna_try_blt_blit() 508 assert(op.dest_x < dst_lev->padded_width); in etna_try_blt_blit() 510 assert((op.dest_x + op.rect_w) <= dst_lev->padded_width); in etna_try_blt_blit()
|
/external/libdrm/include/drm/ |
D | vmwgfx_drm.h | 769 __s32 dest_x; member
|
/external/kernel-headers/original/uapi/drm/ |
D | vmwgfx_drm.h | 760 __s32 dest_x; member
|
/external/igt-gpu-tools/include/drm-uapi/ |
D | vmwgfx_drm.h | 760 __s32 dest_x; member
|
/external/mesa3d/src/gallium/winsys/svga/drm/ |
D | vmwgfx_drm.h | 762 __s32 dest_x; member
|
/external/pdfium/core/fpdfapi/page/ |
D | cpdf_dib.cpp | 1317 int dest_x = clip_left + i; in DownSampleScanline32Bit() local 1318 uint32_t src_x = (bFlipX ? (dest_width - dest_x - 1) : dest_x) * in DownSampleScanline32Bit()
|