/external/pdfium/core/fxge/dib/ |
D | cfx_imagestretcher.cpp | 182 int dest_y; in ContinueQuickStretch() local 185 dest_y = result_height - m_LineIndex - 1; in ContinueQuickStretch() 186 src_y = (m_DestHeight - (dest_y + m_ClipRect.top) - 1) * src_height / in ContinueQuickStretch() 189 dest_y = m_LineIndex; in ContinueQuickStretch() 190 src_y = (dest_y + m_ClipRect.top) * src_height / m_DestHeight; in ContinueQuickStretch() 205 m_pDest->ComposeScanline(dest_y, m_pScanline.get(), m_pMaskScanline.get()); in ContinueQuickStretch()
|
/external/swiftshader/src/WSI/ |
D | libX11.hpp | 41 … Drawable d, GC gc, XImage *image, int src_x, int src_y, int dest_x, int dest_y, unsigned int widt… 48 … Drawable d, GC gc, XImage *image, int src_x, int src_y, int dest_x, int dest_y, unsigned int widt…
|
/external/swiftshader/src/Main/ |
D | libX11.hpp | 41 … Drawable d, GC gc, XImage *image, int src_x, int src_y, int dest_x, int dest_y, unsigned int widt… 48 … Drawable d, GC gc, XImage *image, int src_x, int src_y, int dest_x, int dest_y, unsigned int widt…
|
/external/mesa3d/src/gallium/state_trackers/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 | 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,
|
D | image.c | 438 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 | 78 uint16_t dest_y; member
|
D | etnaviv_blt.c | 167 …tate(stream, VIVS_BLT_DEST_POS, VIVS_BLT_DEST_POS_X(op->dest_x) | VIVS_BLT_DEST_POS_Y(op->dest_y)); in emit_blt_copyimage() 482 op.dest_y = blit_info->dst.box.y; in etna_try_blt_blit() 498 assert(op.dest_y < dst_lev->padded_height); in etna_try_blt_blit() 500 assert((op.dest_y + op.rect_h) <= dst_lev->padded_height); in etna_try_blt_blit()
|
/external/pdfium/core/fxge/win32/ |
D | fx_win32_gdipext.cpp | 555 for (int dest_y = 0; dest_y < result_height; dest_y++) { in StretchMonoToGray() local 556 LPBYTE dest_scan = dest_buf + dest_y * result_pitch; in StretchMonoToGray() 557 int src_y_start = bFlipY ? (dest_height - 1 - dest_y - pClipRect->top) in StretchMonoToGray() 558 : (dest_y + pClipRect->top); in StretchMonoToGray()
|
/external/mesa3d/src/gallium/winsys/svga/drm/ |
D | vmwgfx_drm.h | 768 int32_t dest_y; member
|
/external/libdrm/include/drm/ |
D | vmwgfx_drm.h | 770 __s32 dest_y; member
|
/external/kernel-headers/original/uapi/drm/ |
D | vmwgfx_drm.h | 761 __s32 dest_y; member
|