📄 asmfunctions.h
字号:
/******************************************************************
** 文件名:asmfunctions.h
** Copyright (c) 1998-1999 *********公司技术开发部
** 创建人:
** 日 期:2003.03.08
** 修改人:
** 日 期:2003.11.26
** 描 述:所有汇编函数的声明
** 版 本:
******************************************************************/
void init(void);
void Rotate(float angle,float Ox,float Oy);
void TransparentizeRect(int OriginNumOfResult,int OriginNumOfRotatedResult,int x1,int y1,int x2,int y2);
void RemoveOutsidePoints(void);
void asmputchar(int x,int y,int colorindex,int *pLib,int nFlags);
void asmbigchar(int x,int y,int colorindex,int *pLib,int nFlags);
void initial(int channel);
void asm_show_horizontalline(void);
void asm_showresult(void);
void asm_showrotatedresult(void);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -