代码搜索:bitmap
找到约 10,000 项符合「bitmap」的源代码
代码结果 10,000
www.eeworm.com/read/253434/12221613
ori makefile.ori
CPPFLAGS=-I/usr/include -I../mpglib
# Comment out the following line if you use egcs :
CXXFLAGS=-O3 -g -Wall -fno-rtti -fno-exceptions
INCLUDES= adpcm.h cxform.h graphic.h script.h
www.eeworm.com/read/253434/12221633
h swf.h
#ifndef _SWF_H_
#define _SWF_H_
#include
#include
#include
#include
#include
#include
#ifdef DUMP
#include "bitstream.h"
#endif
#inc
www.eeworm.com/read/151211/12229313
txt 13.txt
VB编程的好帮手--资源文件
各位VB高手,你一定也常常因苦于无法组织自己程序中大量的picture,而头痛不已,那就让小生为各位介绍一下VB编程的好帮手--资源文件。
所谓资源文件,就是指将在程序运行时用到的资源集中在一起的一个文件。一个资源文件可以包括文字(TEXT)、位图(<mark>BITMAP</mark>)。图标(ICON)等。并且在程序中调用时不用指明路径,这就简化了程序的编写并减少了发生错误的可 ...
www.eeworm.com/read/339324/12242943
cpp ftpixmapglyph.cpp
#include "FTPixmapGlyph.h"
FTPixmapGlyph::FTPixmapGlyph( FT_GlyphSlot glyph)
: FTGlyph( glyph),
destWidth(0),
destHeight(0),
data(0)
{
err = FT_Render_Glyph( glyph, FT_RENDER_MOD
www.eeworm.com/read/339324/12242946
cpp ftbitmapglyph.cpp
#include
#include "FTBitmapGlyph.h"
FTBitmapGlyph::FTBitmapGlyph( FT_GlyphSlot glyph)
: FTGlyph( glyph),
destWidth(0),
destHeight(0),
data(0)
{
err = FT_Render_Glyph( g
www.eeworm.com/read/339213/12251200
rc ucreg.rc
TUCAPPMESSAGE BITMAP "UCAppMessage.bmp"
TUCSETTINGS BITMAP "UCSettings.bmp"
TUCCONTROLS BITMAP "UCControls.bmp"
TMAILUSERCONTROL BITMAP "UCMail.bmp"
TUCXPSTYLE BITMAP "UCXp
www.eeworm.com/read/339213/12251481
rc ucreg.rc
TUCAPPMESSAGE BITMAP "UCAppMessage.bmp"
TUCSETTINGS BITMAP "UCSettings.bmp"
TUCCONTROLS BITMAP "UCControls.bmp"
TMAILUSERCONTROL BITMAP "UCMail.bmp"
TUCXPSTYLE BITMAP "UCXp
www.eeworm.com/read/150877/12253219
hpp imgutil.hpp
// Borland C++ Builder
// Copyright (c) 1995, 1999 by Borland International
// All rights reserved
// (DO NOT EDIT: machine generated header) 'ImgUtil.pas' rev: 5.00
#ifndef ImgUtilHPP
#defin
www.eeworm.com/read/150877/12253968
hpp imgutil.hpp
// Borland C++ Builder
// Copyright (c) 1995, 2002 by Borland Software Corporation
// All rights reserved
// (DO NOT EDIT: machine generated header) 'ImgUtil.pas' rev: 6.00
#ifndef ImgUtilHPP