⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 mqbugs.h

📁 WinCE 3.0 BSP, 包含Inter SA1110, Intel_815E, Advantech_PCM9574 等
💻 H
字号:
#ifdef REV_0X
#define	BUG_AAFONT16
#define	BUG_LINE_DST_ROP
#define	BUG_LINE_NEED_DUMMY
#endif	//REV_0X
#define	BUG_MONO_READ_MISS
#define	BUG_LINE_NEED_DUMMY2

/*
    AAFONT16: mqaafont.blt  12/31/98
    desc: In 16 bit aafont packed mode, if lower 4 bits of width is zero,
          need to pump extra.
    sol:  Check for this condition and use lined mode.

	LINE_DST_ROP: line.cpp	01/04/99
	desc: Rop code involving dst read does not work under line drawing.
	sol:  Change to do whatever original CE driver does which is srccopy only.

	LINE_NEED_DUMMY: line.cpp	05/12/99
	desc: After each line op, need to issue a dummy draw cmd to clear internal
          state.
	sol:  Do a Rop2 operation on first pixel.

	MONO_READ_MISS: mqxptext.blt mqmm2s.blt	06/21/99
	desc: Hw miss generating a carry for srcfifo reads when carry has > 1 bit
	sol:  Special case this situation and use hw clippings.

	LINE_NEED_DUMMY2: line.cpp	11/05/99
	desc: Very similar to LINE_NEED_DUMMY.  But a condition will be checked
          which involved 12bits of shifted gamma comparing with line width.
	sol:  Do a 1x1 solid pattern fill by xor pattern of 0s with dest on any
          dest xy.

 */

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -