Home
last modified time | relevance | path

Searched refs:nXSrc (Results 1 – 25 of 54) sorted by relevance

123

/dports/net/freerdp/freerdp-2.5.0/rdtk/librdtk/
H A Drdtk_nine_patch.c79 int nXSrc; in rdtk_nine_patch_draw() local
102 nXSrc = 0; in rdtk_nine_patch_draw()
110 nXSrc = ninePatch->scaleLeft; in rdtk_nine_patch_draw()
114 while (x < (nXSrc + scaleWidth)) in rdtk_nine_patch_draw()
127 nXSrc = ninePatch->scaleRight; in rdtk_nine_patch_draw()
137 nXSrc = 0; in rdtk_nine_patch_draw()
145 nXSrc = ninePatch->scaleLeft; in rdtk_nine_patch_draw()
162 nXSrc = ninePatch->scaleRight; in rdtk_nine_patch_draw()
172 nXSrc = 0; in rdtk_nine_patch_draw()
180 nXSrc = ninePatch->scaleLeft; in rdtk_nine_patch_draw()
[all …]
H A Drdtk_font.c41 int nXSrc; in rdtk_font_draw_glyph() local
54 nXSrc = glyph->rectX; in rdtk_font_draw_glyph()
65 pSrcPixel = &pSrcData[((nYSrc + y) * nSrcStep) + (nXSrc * 4)]; in rdtk_font_draw_glyph()
/dports/net/freerdp/freerdp-2.5.0/libfreerdp/gdi/
H A Dbitmap.c341 INT32 nXSrc, nYSrc; in adjust_src_coordinates() local
347 nXSrc = *px; in adjust_src_coordinates()
359 if ((nXSrc) < 0) in adjust_src_coordinates()
361 nXSrc = 0; in adjust_src_coordinates()
362 nWidth = nWidth + nXSrc; in adjust_src_coordinates()
374 *px = nXSrc; in adjust_src_coordinates()
384 volatile INT32 nXSrc, nYSrc; in adjust_src_dst_coordinates() local
391 nXSrc = *pnXSrc; in adjust_src_dst_coordinates()
403 nXSrc -= nXDst; in adjust_src_dst_coordinates()
433 *pnXSrc = nXSrc; in adjust_src_dst_coordinates()
[all …]
H A Dvideo.c100 const UINT32 nXSrc = surface->x; in gdiVideoShowSurface() local
102 const UINT32 nXDst = nXSrc; in gdiVideoShowSurface()
H A Dgdi.c577 INT32 nXSrc = 0; in gdi_patblt() local
660 patblt->nHeight, gdi->primary->hdc, nXSrc, nYSrc, rop, &gdi->palette); in gdi_patblt()
680 scrblt->nHeight, gdi->primary->hdc, scrblt->nXSrc, scrblt->nYSrc, in gdi_scrblt()
824 memblt->nHeight, bitmap->hdc, memblt->nXSrc, memblt->nYSrc, in gdi_memblt()
860 mem3blt->nWidth, mem3blt->nHeight, bitmap->hdc, mem3blt->nXSrc, in gdi_mem3blt()
929 mem3blt->nWidth, mem3blt->nHeight, bitmap->hdc, mem3blt->nXSrc, in gdi_mem3blt()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/inc/unx/x11/
H A Dxrender_peer.hxx55 int nXSrc, int nYSrc,
62 const XRenderPictFormat*, int nXSrc, int nYSrc,
65 const XRenderPictFormat*, int nXSrc, int nYSrc,
126 int nXSrc, int nYSrc, const XTrapezoid* pXT, int nCount ) const in CompositeTrapezoids() argument
129 nXSrc, nYSrc, pXT, nCount ); in CompositeTrapezoids()
134 int nXSrc, int nYSrc, const XTriangle* pXT, int nCount ) const in CompositeTriangles() argument
137 nXSrc, nYSrc, pXT, nCount ); in CompositeTriangles()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/inc/unx/x11/
H A Dxrender_peer.hxx55 int nXSrc, int nYSrc,
62 const XRenderPictFormat*, int nXSrc, int nYSrc,
65 const XRenderPictFormat*, int nXSrc, int nYSrc,
126 int nXSrc, int nYSrc, const XTrapezoid* pXT, int nCount ) const in CompositeTrapezoids() argument
129 nXSrc, nYSrc, pXT, nCount ); in CompositeTrapezoids()
134 int nXSrc, int nYSrc, const XTriangle* pXT, int nCount ) const in CompositeTriangles() argument
137 nXSrc, nYSrc, pXT, nCount ); in CompositeTriangles()
/dports/net/freerdp/freerdp-2.5.0/libfreerdp/codec/
H A Dcolor.c574 UINT32 dstBytesPerPixel, const BYTE* pSrcData, UINT32 nXSrc, in overlapping() argument
580 const BYTE* pSrcStart = &pSrcData[nXSrc * srcBytesPerPixel + nYSrc * nSrcStep]; in overlapping()
596 DWORD SrcFormat, UINT32 nSrcStep, UINT32 nXSrc, UINT32 nYSrc, in freerdp_image_copy() argument
602 const UINT32 xSrcOffset = nXSrc * srcByte; in freerdp_image_copy()
658 else if (nXSrc > nXDst) in freerdp_image_copy()
669 else if (nXSrc < nXDst) in freerdp_image_copy()
704 UINT32 color = ReadColor(&srcLine[nXSrc * srcByte], SrcFormat); in freerdp_image_copy()
710 color = ReadColor(&srcLine[(x + nXSrc) * srcByte], SrcFormat); in freerdp_image_copy()
776 DWORD SrcFormat, UINT32 nSrcStep, UINT32 nXSrc, UINT32 nYSrc, in freerdp_image_scale() argument
788 const BYTE* src = &pSrcData[nXSrc * GetBytesPerPixel(SrcFormat) + nYSrc * nSrcStep]; in freerdp_image_scale()
[all …]
H A Dinterleaved.c397 UINT32 nSrcStep, UINT32 nXSrc, UINT32 nYSrc, const gdiPalette* palette, in interleaved_compress() argument
445 SrcFormat, nSrcStep, nXSrc, nYSrc, palette, FREERDP_FLIP_NONE)) in interleaved_compress()
/dports/net/freerdp/freerdp-2.5.0/client/X11/
H A Dxf_gfx.c63 const UINT32 nXSrc = rects[x].left; in xf_OutputUpdate() local
65 const UINT32 swidth = rects[x].right - nXSrc; in xf_OutputUpdate()
67 const UINT32 nXDst = surfaceX + nXSrc * sx; in xf_OutputUpdate()
74 if (!freerdp_image_scale(surface->stage, gdi->dstFormat, surface->stageScanline, nXSrc, in xf_OutputUpdate()
76 surface->gdi.scanline, nXSrc, nYSrc, swidth, sheight)) in xf_OutputUpdate()
82 XPutImage(xfc->display, xfc->primary, xfc->gc, surface->image, nXSrc, nYSrc, nXDst, in xf_OutputUpdate()
92 XPutImage(xfc->display, xfc->primary, xfc->gc, surface->image, nXSrc, nYSrc, nXDst, in xf_OutputUpdate()
99 XPutImage(xfc->display, xfc->drawable, xfc->gc, surface->image, nXSrc, nYSrc, nXDst, in xf_OutputUpdate()
/dports/x11-toolkits/libgdiplus/libgdiplus-6.0.4/src/
H A Dgdi32.c38 BitBlt (HDC hdcDest, int nXDest, int nYDest, int nWidth, int nHeight, HDC hdcSrc, int nXSrc, int nY… in BitBlt() argument
49 cairo_set_source_surface (cr, src_surface, nXDest - nXSrc, nYDest - nYSrc); in BitBlt()
H A Dgdi32.h31 BitBlt (HDC hdcDest, int nXDest, int nYDest, int nWidth, int nHeight, HDC hdcSrc, int nXSrc, int nY…
/dports/net/freerdp/freerdp-2.5.0/include/freerdp/gdi/
H A Dbitmap.h44 INT32 nHeight, HGDI_DC hdcSrc, INT32 nXSrc, INT32 nYSrc, DWORD rop,
48 INT32 nHeight, HGDI_DC hdcSrc, INT32 nXSrc, INT32 nYSrc, DWORD rop);
/dports/net/freerdp/freerdp-2.5.0/server/shadow/
H A Dshadow_client.c819 cmd.left = nXSrc; in shadow_client_send_surface_gfx()
968 rect.x = nXSrc; in shadow_client_send_surface_bits()
1044 pSrcData = &pSrcData[(nYSrc * nSrcStep) + (nXSrc * 4)]; in shadow_client_send_surface_bits()
1049 cmd.destLeft = nXSrc; in shadow_client_send_surface_bits()
1132 if ((nXSrc % 4) != 0) in shadow_client_send_bitmap_update()
1134 nWidth += (nXSrc % 4); in shadow_client_send_bitmap_update()
1135 nXSrc -= (nXSrc % 4); in shadow_client_send_bitmap_update()
1172 bitmap->destLeft = nXSrc + (xIdx * 64); in shadow_client_send_bitmap_update()
1300 int nXSrc, nYSrc; in shadow_client_send_surface_update() local
1359 nXSrc = extents->left; in shadow_client_send_surface_update()
[all …]
/dports/misc/visp/visp-3.4.0/modules/gui/src/display/windows/
H A DvpWin32API.cpp73 BOOL vpBitBlt(HDC hdcDest, int nXDest, int nYDest, int nWidth, int nHeight, HDC hdcSrc, int nXSrc, … in vpBitBlt() argument
76 BOOL ret = BitBlt(hdcDest, nXDest, nYDest, nWidth, nHeight, hdcSrc, nXSrc, nYSrc, dwRop); in vpBitBlt()
/dports/net/freerdp/freerdp-2.5.0/include/freerdp/
H A Dprimary.h115 INT32 nXSrc; member
185 INT32 nXSrc; member
262 INT32 nXSrc; member
278 INT32 nXSrc; member
/dports/editors/libreoffice/libreoffice-7.2.6.2/emfio/source/reader/
H A Dwmfreader.cxx811 …sal_Int16 nSrcHeight = 0, nSrcWidth = 0, nYSrc, nXSrc, nSye, nSxe, nBitmapType, nWidth, nHeight,… in ReadRecordParams() local
821 mpInputStream->ReadInt16( nYSrc ).ReadInt16( nXSrc ); in ReadRecordParams()
853 ( nXSrc + nSxe <= nWidth ) && in ReadRecordParams()
856 tools::Rectangle aCropRect( Point( nXSrc, nYSrc ), Size( nSxe, nSye ) ); in ReadRecordParams()
871 sal_Int16 nSrcHeight = 0, nSrcWidth = 0, nYSrc = 0, nXSrc = 0; in ReadRecordParams() local
887 mpInputStream->ReadInt16( nYSrc ).ReadInt16( nXSrc ); in ReadRecordParams()
918 ( nXSrc + nSrcWidth <= aBmp.GetSizePixel().Width() ) && in ReadRecordParams()
921 … tools::Rectangle aCropRect( Point( nXSrc, nYSrc ), Size( nSrcWidth, nSrcHeight ) ); in ReadRecordParams()
1911 sal_Int16 nYSrc, nXSrc; in GetPlaceableBound() local
1927 pStm->ReadInt16( nYSrc ).ReadInt16( nXSrc ); in GetPlaceableBound()
/dports/net/freerdp/freerdp-2.5.0/include/freerdp/codec/
H A Dinterleaved.h56 UINT32 nXSrc, UINT32 nYSrc, const gdiPalette* palette,
/dports/misc/visp/visp-3.4.0/modules/gui/include/visp3/gui/
H A DvpWin32API.h61 BOOL vpBitBlt(HDC hdcDest, int nXDest, int nYDest, int nWidth, int nHeight, HDC hdcSrc, int nXSrc, …
/dports/net/guacamole-server/guacamole-server-1.3.0/src/protocols/rdp/
H A Dgdi.c223 int x_src = scrblt->nXSrc; in guac_rdp_gdi_scrblt()
247 int x_src = memblt->nXSrc; in guac_rdp_gdi_memblt()
/dports/devel/jna/jna-5.7.0/contrib/platform/src/com/sun/jna/platform/win32/
H A DGDI32.java573 …Blt(HDC hdcDest, int nXDest, int nYDest, int nWidth, int nHeight, HDC hdcSrc, int nXSrc, int nYSrc, in BitBlt() argument
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/consul/vendor/github.com/shirou/w32/
H A Dgdi32.go95 func BitBlt(hdcDest HDC, nXDest, nYDest, nWidth, nHeight int, hdcSrc HDC, nXSrc, nYSrc int, dwRop u… argument
103 uintptr(nXSrc),
/dports/sysutils/helmfile/vault-f6547fa8e820/vendor/github.com/shirou/w32/
H A Dgdi32.go95 func BitBlt(hdcDest HDC, nXDest, nYDest, nWidth, nHeight int, hdcSrc HDC, nXSrc, nYSrc int, dwRop u… argument
103 uintptr(nXSrc),
/dports/misc/concourse/vault-bdd38fca2cff/vendor/github.com/shirou/w32/
H A Dgdi32.go95 func BitBlt(hdcDest HDC, nXDest, nYDest, nWidth, nHeight int, hdcSrc HDC, nXSrc, nYSrc int, dwRop u… argument
103 uintptr(nXSrc),
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/consul/vendor/github.com/shirou/w32/
H A Dgdi32.go95 func BitBlt(hdcDest HDC, nXDest, nYDest, nWidth, nHeight int, hdcSrc HDC, nXSrc, nYSrc int, dwRop u… argument
103 uintptr(nXSrc),

123