Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
942 B

  1. /* *************************************************************************** */
  2. /* * Get bitmap given trace and XrData Range * */
  3. /* *************************************************************************** */
  4. #ifndef _GBM_HEADER_INCLUDED
  5. #define _GBM_HEADER_INCLUDED
  6. #include "div_let.h"
  7. //#include "learn.h"
  8. #define GBM_XSIZE 16
  9. #define GBM_YSIZE 16
  10. #define GBM_QSX 4
  11. #define GBM_QSY 4
  12. #define GBM_NCOEFF (GBM_XSIZE*GBM_YSIZE)
  13. _INT GetSnnBitMap(_INT st, _INT len, p_xrdata_type xrdata, _TRACE trace, p_UCHAR coeff, p_RECT rect, Part_of_letter _PTR parts);
  14. #endif // _GBM_HEADER_INCLUDED
  15. /* *************************************************************************** */
  16. /* * End Of Alll * */
  17. /* *************************************************************************** */
  18. //