代码搜索:Text
找到约 10,000 项符合「Text」的源代码
代码结果 10,000
www.eeworm.com/read/12930/266962
c text_settextcolor.c
/*
*********************************************************************************************************
* uC/GUI
* Univers
www.eeworm.com/read/12930/266979
c text_settextalign.c
/*
*********************************************************************************************************
* uC/GUI
* Univers
www.eeworm.com/read/12930/266989
h text_private.h
/*
*********************************************************************************************************
* uC/GUI
* Univers
www.eeworm.com/read/13743/281675
h text_private.h
/*
*********************************************************************************************************
* uC/GUI
* Univers
www.eeworm.com/read/13921/287742
h text_defs.h
//纹理定义
#ifndef _TEXT_DEFS_H_
#define _TEXT_DEFS_H_
#include "mom_structs.h"
#include
#include
#include "vm_enc_defs.h"
#define ESCAPE 71
www.eeworm.com/read/13921/287750
c text_bits.c
/**************************************************************************
该文件包括了纹理部分编码的比特读写操作函数
*
**************************************************************************/
#include "mo
www.eeworm.com/read/13921/287759
c text_dct.c
/**************************************************************************
* *
静态纹理的DCT变换/逆DCT变换和快速DCT变换
*
**********
www.eeworm.com/read/13921/287768
h text_code.h
//纹理编码
#ifndef _TEXT_CODE_H_
#define _TEXT_CODE_H_
#include "momusys.h"
#include "mom_structs.h"
#include "text_defs.h"
#include "text_bits.h"
//#include "text_util.h"
#ifdef __cplusplus
www.eeworm.com/read/13921/287770
h text_bits.h
//纹理编码比特操作
#ifndef _TEXT_BITS_H_
#define _TEXT_BITS_H_
#include "momusys.h"
#include "text_defs.h"
/* struct for counting bits */
typedef struct {
Int Y;
Int C;
Int vec;
www.eeworm.com/read/13921/287776
h text_dct.h
void fdct_enc(short *block);
void init_fdct_enc();
void idct_enc(short *block);
void init_idct_enc();
void fdct_mm32(short *blk);
void Fast_IDCT(short int *x);