VirtualBox

source: vbox/trunk/src/VBox/GuestHost/OpenGL/include/cr_bmpscale.h@ 78378

Last change on this file since 78378 was 50365, checked in by vboxsync, 11 years ago

crOpenGL: missing files

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 578 bytes
Line 
1#ifndef ___cr_bmpscale_h__
2#define ___cr_bmpscale_h__
3
4#include <iprt/types.h>
5#include <iprt/cdefs.h>
6
7
8RT_C_DECLS_BEGIN
9
10#ifndef IN_RING0
11# define VBOXBMPSCALEDECL(_type) DECLEXPORT(_type)
12#else
13# define VBOXBLITTERDECL(_type) RTDECL(_type)
14#endif
15
16VBOXBMPSCALEDECL(void) CrBmpScale32 (uint8_t *dst,
17 int iDstDeltaLine,
18 int dstW, int dstH,
19 const uint8_t *src,
20 int iSrcDeltaLine,
21 int srcW, int srcH);
22
23RT_C_DECLS_END
24
25#endif /* #ifndef ___cr_bmpscale_h__ */
Note: See TracBrowser for help on using the repository browser.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette