📄 apiosdutil.h
字号:
#ifndef _OSDUTIL_H_
#define _OSDUTIL_H_
#include "apiOsdRender.h"
//BOOL AnsiToWStrIndex(U8 *pString, U32 len, U32 u32FontType, U16 *pOutStringIndex);
//void SetSrcBuffer(OsdGC *pGC);
void SetDstBuffer(OsdGC *pGC, U8 index);
//void *GetBufferAddr(OsdGC *pGC, int index);
//void *GetPixelAddr(OsdGC *pGC, int index, Pos *pos);
//U32 GetBufferBpp(OsdGC *pGC, int index);
//U32 GetBufferPitch(OsdGC *pGC, int index);
//S32 GetBpp(GC_ColorFmt fmt);
//void *_Malloc(S32 size);
//void *_MallocZ(S32 size);
//void _Free(void *ptr);
GOPColorType MapGOPColorType(GC_ColorFmt fmt);
GE_Buffer_Format MapGEColorType(GC_ColorFmt fmt);
U8 MapGCColorDepth (GC_ColorFmt fmt);
//Pos GetRectMiddleStart(Rect *r, U32 width, U32 height);
//U32 ColorGradient(U32 colorFrom, U32 colorTo, U32 pos, U32 range);
//void PaintGray(OsdGC *pGC, Rect *r, U8 attrib);
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -