Searched refs:xdest (Results 1 - 25 of 44) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/include/asm/
H A Dstring_no.h12 char *xdest = dest; local
19 return xdest;
25 char *xdest = dest; local
28 return xdest;
39 return xdest;
H A Dstring_mm.h18 char *xdest = dest; local
25 return xdest;
64 char *xdest = dest; local
75 return xdest;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/cocoa/
H A Ddcmemory.h38 virtual bool CocoaDoBlitOnFocusedDC(wxCoord xdest, wxCoord ydest,
H A Ddc.h68 virtual bool CocoaDoBlitOnFocusedDC(wxCoord xdest, wxCoord ydest,
153 virtual bool DoBlit(wxCoord xdest, wxCoord ydest, wxCoord width, wxCoord height,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/lib/
H A Dstring.c154 void *xdest = dest; local
158 return xdest;
243 return xdest;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/palmos/
H A Ddcprint.cpp142 bool wxPrinterDC::DoBlit(wxCoord xdest, wxCoord ydest, argument
H A Ddc.cpp418 bool wxDC::DoBlit(wxCoord xdest, wxCoord ydest, argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/msw/
H A Ddcprint.h42 virtual bool DoBlit(wxCoord xdest, wxCoord ydest,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/palmos/
H A Ddcprint.h42 virtual bool DoBlit(wxCoord xdest, wxCoord ydest,
H A Ddc.h174 virtual bool DoBlit(wxCoord xdest, wxCoord ydest, wxCoord width, wxCoord height,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Ddcprint.cpp409 bool wxPrinterDC::DoBlit(wxCoord xdest, wxCoord ydest, argument
435 rect.left = xdest + x;
448 !DrawBitmapUsingStretchDIBits(GetHdc(), bmp, xdest, ydest) )
464 rect.left = xdest + x;
471 rect.right = xdest + x + 1;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Ddcmirror.h210 virtual bool DoBlit(wxCoord xdest, wxCoord ydest, argument
216 return m_dc.DoBlit(GetX(xdest, ydest), GetY(xdest, ydest),
H A Ddcgraph.h148 virtual bool DoBlit(wxCoord xdest, wxCoord ydest, wxCoord width, wxCoord height,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/generic/
H A Ddcpsg.h116 bool DoBlit(wxCoord xdest, wxCoord ydest, wxCoord width, wxCoord height,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/include/wx/svg/
H A Ddcsvg.h202 bool Blit(wxCoord xdest, wxCoord ydest, wxCoord width, wxCoord height, wxDC* source, wxCoord xsrc, wxCoord ysrc, int logicalFunc = wxCOPY, bool useMask = false) argument
203 { return DoBlit(xdest, ydest, width, height, source, xsrc, ysrc, logicalFunc, useMask); };
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dvf_decimate.c108 int xdest = 0; local
117 bdiffs[ydest * dm->nxblocks + xdest] += acc; \
118 xdest++; \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/dfb/
H A Ddc.cpp686 bool wxDC::DoBlit(wxCoord xdest, wxCoord ydest, argument
724 xdest, ydest,
733 xdest, ydest);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/motif/
H A Ddcclient.cpp784 bool wxWindowDC::DoBlit( wxCoord xdest, wxCoord ydest, argument
885 XLOG2DEV_2 (xdest), YLOG2DEV_2 (ydest),
895 XSetClipOrigin ((Display*) m_display, (GC) m_gc, XLOG2DEV (xdest), YLOG2DEV (ydest));
904 XLOG2DEV (xdest), YLOG2DEV (ydest),
932 XLOG2DEV_2 (xdest), YLOG2DEV_2 (ydest), 1);
941 XLOG2DEV_2 (xdest), YLOG2DEV_2 (ydest));
951 XSetClipOrigin ((Display*) m_display, (GC) m_gc, XLOG2DEV (xdest), YLOG2DEV (ydest));
964 XLOG2DEV (xdest), YLOG2DEV (ydest), 1);
973 XLOG2DEV (xdest), YLOG2DEV (ydest));
988 CalcBoundingBox (xdest, ydes
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/x11/
H A Ddcclient.h72 virtual bool DoBlit(wxCoord xdest, wxCoord ydest, wxCoord width, wxCoord height,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/dfb/
H A Ddc.h152 virtual bool DoBlit(wxCoord xdest, wxCoord ydest, wxCoord width, wxCoord height,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk/
H A Ddcclient.h60 virtual bool DoBlit( wxCoord xdest, wxCoord ydest, wxCoord width, wxCoord height,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk1/
H A Ddcclient.h66 virtual bool DoBlit( wxCoord xdest, wxCoord ydest, wxCoord width, wxCoord height,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/classic/
H A Ddc.h185 virtual bool DoBlit(wxCoord xdest, wxCoord ydest, wxCoord width, wxCoord height,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mgl/
H A Ddc.h169 virtual bool DoBlit(wxCoord xdest, wxCoord ydest, wxCoord width, wxCoord height,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/motif/
H A Ddcclient.h126 virtual bool DoBlit(wxCoord xdest, wxCoord ydest, wxCoord width, wxCoord height,

Completed in 288 milliseconds

12