VirtualBox

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

最後變更 在這個檔案從66940是 50365,由 vboxsync 提交於 11 年 前

crOpenGL: missing files

  • 屬性 svn:eol-style 設為 native
  • 屬性 svn:keywords 設為 Author Date Id Revision
檔案大小: 578 位元組
 
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__ */
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

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