Searched refs:dest_x (Results 1 – 12 of 12) sorted by relevance
/external/pdfium/core/src/fxge/win32/ |
D | fx_win32_print.cpp | 188 for (int dest_x = 0; dest_x < result_width; dest_x++) { in Transform1bppBitmap() local 190 result2src_fix.Transform(dest_x, dest_y, src_x, src_y); in Transform1bppBitmap() 199 dest_scan[dest_x / 8] |= 1 << (7 - dest_x % 8); in Transform1bppBitmap() 205 for (int dest_x = 0; dest_x < result_width; dest_x++) { in Transform1bppBitmap() local 207 result2src_fix.Transform(dest_x, dest_y, src_x, src_y); in Transform1bppBitmap() 215 dest_scan[dest_x / 8] &= ~(1 << (7 - dest_x % 8)); in Transform1bppBitmap()
|
D | fx_win32_gdipext.cpp | 496 for (int dest_x = 0; dest_x < result_width; dest_x++) { in _StretchMonoToGray() local 498 int src_x_start = bFlipX ? (dest_width - 1 - dest_x - pClipRect->left) in _StretchMonoToGray() 499 : (dest_x + pClipRect->left); in _StretchMonoToGray() 511 dest_scan[dest_x] = 255 - sum / area_unit; in _StretchMonoToGray()
|
/external/mesa3d/src/gallium/state_trackers/va/ |
D | va_private.h | 121 int dest_x, 139 short dest_x,
|
D | va_subpicture.c | 124 short dest_x, short dest_y, in vlVaAssociateSubpicture() argument
|
D | va_image.c | 145 int dest_x, int dest_y, unsigned int dest_width, unsigned int dest_height) in vlVaPutImage() argument
|
/external/libvncserver/libvncclient/ |
D | rfbproto.c | 193 …angleFromRectangle(rfbClient* client, int src_x, int src_y, int w, int h, int dest_x, int dest_y) { in CopyRectangleFromRectangle() argument 198 …BPP##_t* _buffer=((uint##BPP##_t*)client->frameBuffer)+(src_y-dest_y)*client->width+src_x-dest_x; \ in CopyRectangleFromRectangle() 201 if (dest_x < src_x) { \ in CopyRectangleFromRectangle() 202 for(i = dest_x; i < dest_x+w; i++) { \ in CopyRectangleFromRectangle() 206 for(i = dest_x+w-1; i >= dest_x; i--) { \ in CopyRectangleFromRectangle() 213 if (dest_x < src_x) { \ in CopyRectangleFromRectangle() 214 for(i = dest_x; i < dest_x+w; i++) { \ in CopyRectangleFromRectangle() 218 for(i = dest_x+w-1; i >= dest_x; i--) { \ in CopyRectangleFromRectangle()
|
/external/mesa3d/src/gallium/winsys/svga/drm/ |
D | vmwgfx_drm.h | 689 int32_t dest_x; member
|
/external/pdfium/core/src/fxge/dib/ |
D | fx_dib_main.cpp | 1167 FX_DWORD dest_x = clip_left + i; local 1168 FX_DWORD src_x = dest_x * m_Width / dest_width; 1177 FX_DWORD dest_x = clip_left + i; local 1178 FX_DWORD src_x = dest_x * m_Width / dest_width; 1205 FX_DWORD dest_x = clip_left + i; local 1207 bFlipX ? (m_Width - dest_x * m_Width / dest_width - 1) * src_Bpp 1208 : (dest_x * m_Width / dest_width) * src_Bpp;
|
D | fx_dib_composite.cpp | 5125 int dest_x = m_DestLeft + (m_bFlipX ? (m_DestWidth - line - 1) : line); in ComposeScanlineV() local 5127 m_pBitmap->GetBuffer() + dest_x * Bpp + m_DestTop * dest_pitch; in ComposeScanlineV() 5130 dest_x + m_DestTop * dest_alpha_pitch in ComposeScanlineV() 5165 (dest_x - m_pClipRgn->GetBox().left); in ComposeScanlineV()
|
/external/kernel-headers/original/uapi/drm/ |
D | vmwgfx_drm.h | 761 int32_t dest_x; member
|
/external/libvncserver/rfb/ |
D | rfbclient.h | 178 …pyRectProc)(struct _rfbClient* client, int src_x, int src_y, int w, int h, int dest_x, int dest_y);
|
/external/pdfium/core/src/fpdfapi/fpdf_render/ |
D | fpdf_render_loadimage.cpp | 1430 int dest_x = clip_left + i; in DownSampleScanline32Bit() local 1431 FX_DWORD src_x = (bFlipX ? (dest_width - dest_x - 1) : dest_x) * in DownSampleScanline32Bit()
|