fsGUIX.h
上传用户:poi891205
上传日期:2013-07-15
资源大小:9745k
文件大小:0k
源码类别:

DVD

开发平台:

C/C++

  1. #ifndef __FSGUIX_H
  2. #define __FSGUIX_H
  3. void FSGUI_DrawPixel(unsigned x, unsigned y, unsigned luma, unsigned chroma);
  4. void FSGUI_DrawPixel2(unsigned x, unsigned y, unsigned c);
  5. #define FSGUI_ICON_YFLIP     (1<<0)
  6. #define FSGUI_ICON_XFLIP     (1<<1)
  7. #define FSGUI_ICON_MONO      (1<<2)
  8. void FSGUI_DrawIcon(int x, int y, const UINT8 *icon, const UINT8 cluty[], const UINT16 clutc[], UINT32 opt);
  9. #endif/*__FSGUIX_H*/