Home
last modified time | relevance | path

Searched refs:dest_y (Results 1 – 12 of 12) sorted by relevance

/external/pdfium/core/fxge/dib/
Dcfx_imagestretcher.cpp182 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/
DlibX11.hpp41 … 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/
DlibX11.hpp41 … 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/
Dsubpicture.c173 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()
Dva_private.h361 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,
Dimage.c438 int dest_x, int dest_y, unsigned int dest_width, unsigned int dest_height) in vlVaPutImage() argument
/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_blt.h78 uint16_t dest_y; member
Detnaviv_blt.c167 …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/
Dfx_win32_gdipext.cpp555 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/
Dvmwgfx_drm.h768 int32_t dest_y; member
/external/libdrm/include/drm/
Dvmwgfx_drm.h770 __s32 dest_y; member
/external/kernel-headers/original/uapi/drm/
Dvmwgfx_drm.h761 __s32 dest_y; member