Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxge/win32/
Dfx_win32_print.cpp188 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()
Dfx_win32_gdipext.cpp496 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/
Dva_private.h121 int dest_x,
139 short dest_x,
Dva_subpicture.c124 short dest_x, short dest_y, in vlVaAssociateSubpicture() argument
Dva_image.c145 int dest_x, int dest_y, unsigned int dest_width, unsigned int dest_height) in vlVaPutImage() argument
/external/libvncserver/libvncclient/
Drfbproto.c193 …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/
Dvmwgfx_drm.h689 int32_t dest_x; member
/external/pdfium/core/src/fxge/dib/
Dfx_dib_main.cpp1167 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;
Dfx_dib_composite.cpp5125 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/
Dvmwgfx_drm.h761 int32_t dest_x; member
/external/libvncserver/rfb/
Drfbclient.h178 …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/
Dfpdf_render_loadimage.cpp1430 int dest_x = clip_left + i; in DownSampleScanline32Bit() local
1431 FX_DWORD src_x = (bFlipX ? (dest_width - dest_x - 1) : dest_x) * in DownSampleScanline32Bit()