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

📄 specialcase.h

📁 WinCE 3.0 BSP, 包含Inter SA1110, Intel_815E, Advantech_PCM9574 等
💻 H
字号:
//
// Windows CE Software Graphics Library
// specialcase.h
//
// Copyright (c) 2000 Microsoft Corporation. All rights reserved.
//
// This header file contains prototypes for all of the special case software
// blitting routines.

#pragma once

// Prototypes.

// specialcase02.c

extern BOOL SrcCopy0202(BLT_PARAM * Parameters);
extern BOOL SolidFill02(BLT_PARAM * Parameters);
extern BOOL SrcAnd0202(BLT_PARAM * Parameters);
extern BOOL SrcInvert0202(BLT_PARAM * Parameters);
extern BOOL SrcPaint0202(BLT_PARAM * Parameters);
extern BOOL Text02(BLT_PARAM * Parameters);
extern BOOL AlphaText02(BLT_PARAM * Parameters);

// specialcase08.c

extern BOOL SrcCopy0108(BLT_PARAM * Parameters);
extern BOOL SrcCopy0408(BLT_PARAM * Parameters);
extern BOOL SrcCopy0808(BLT_PARAM * Parameters);
extern BOOL SolidFill08(BLT_PARAM * Parameters);
extern BOOL SrcAnd0108(BLT_PARAM * Parameters);
extern BOOL SrcAnd0808(BLT_PARAM * Parameters);
extern BOOL SrcInvert0108(BLT_PARAM * Parameters);
extern BOOL SrcInvert0808(BLT_PARAM * Parameters);
extern BOOL SrcPaint0108(BLT_PARAM * Parameters);
extern BOOL SrcPaint0808(BLT_PARAM * Parameters);
extern BOOL Text08(BLT_PARAM * Parameters);
extern BOOL AlphaText08(BLT_PARAM * Parameters);
extern BOOL ClearTypeText08_332(BLT_PARAM * Parameters);
extern BOOL ClearTypeText08_Halftone(BLT_PARAM * Parameters);

// specialcase16.c

extern BOOL SrcCopy0116(BLT_PARAM * Parameters);
extern BOOL SrcCopy0416(BLT_PARAM * Parameters);
extern BOOL SrcCopy0816(BLT_PARAM * Parameters);
extern BOOL SrcCopy1616(BLT_PARAM * Parameters);
extern BOOL SolidFill16(BLT_PARAM * Parameters);
extern BOOL SrcAnd0116(BLT_PARAM * Parameters);
extern BOOL SrcAnd0816(BLT_PARAM * Parameters);
extern BOOL SrcAnd1616(BLT_PARAM * Parameters);
extern BOOL SrcInvert0116(BLT_PARAM * Parameters);
extern BOOL SrcInvert0816(BLT_PARAM * Parameters);
extern BOOL SrcInvert1616(BLT_PARAM * Parameters);
extern BOOL SrcPaint0116(BLT_PARAM * Parameters);
extern BOOL SrcPaint0816(BLT_PARAM * Parameters);
extern BOOL SrcPaint1616(BLT_PARAM * Parameters);
extern BOOL Text16(BLT_PARAM * Parameters);
extern BOOL AlphaText16(BLT_PARAM * Parameters);
extern BOOL ClearTypeText16_565(BLT_PARAM * Parameters);

// specialcase32.c

extern BOOL SrcCopy0132(BLT_PARAM * Parameters);
extern BOOL SrcCopy0432(BLT_PARAM * Parameters);
extern BOOL SrcCopy0832(BLT_PARAM * Parameters);
extern BOOL SrcCopy3232(BLT_PARAM * Parameters);
extern BOOL SolidFill32(BLT_PARAM * Parameters);
extern BOOL SrcAnd0132(BLT_PARAM * Parameters);
extern BOOL SrcAnd0832(BLT_PARAM * Parameters);
extern BOOL SrcAnd3232(BLT_PARAM * Parameters);
extern BOOL SrcInvert0132(BLT_PARAM * Parameters);
extern BOOL SrcInvert0832(BLT_PARAM * Parameters);
extern BOOL SrcInvert3232(BLT_PARAM * Parameters);
extern BOOL SrcPaint0132(BLT_PARAM * Parameters);
extern BOOL SrcPaint0832(BLT_PARAM * Parameters);
extern BOOL SrcPaint3232(BLT_PARAM * Parameters);
extern BOOL Text32(BLT_PARAM * Parameters);
extern BOOL AlphaText32(BLT_PARAM * Parameters);
extern BOOL ClearTypeText32(BLT_PARAM * Parameters);

⌨️ 快捷键说明

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