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

DVD

开发平台:

C/C++

  1. #ifndef __OSDSUP_H
  2. #define __OSDSUP_H
  3. // osd1.c
  4. // 16-color line function
  5. void osd_draw_hline_region(int x1, int x2, int y, unsigned color, int n, int r);
  6. void osd_draw_vline_region(int x, int y1, int y2, unsigned color, int n, int r);
  7. void osd_draw_button_outline(int x1, int y1, int x2, int y2, int bDown, unsigned mask, int r);
  8. #endif