代码搜索:bitmap

找到约 10,000 项符合「bitmap」的源代码

代码结果 10,000
www.eeworm.com/read/154890/5632877

cc linear.cc

/* * linear.cc */ #include #include #include "linear.hh" void LowPass_5pt(const Image_YUV& img,Image_YUV& dest) { // Get image parameters and assure that t
www.eeworm.com/read/154890/5632922

cc draw.cc

/* * draw.cc */ #include #include "draw.hh" template void DrawPoint(Bitmap& bm,int x,int y,T color) { if (x=bm.AskHeight
www.eeworm.com/read/154890/5632923

hh draw.hh

/********************************************************************* libvideogfx/graphics/draw/draw.hh purpose: notes: to do: author(s): - Dirk Farin, farin@ti.uni-mannheim.de
www.eeworm.com/read/154890/5632926

cc bmformat.cc

/* * bmformat.cc */ #include #include "bmformat.hh" template void ConvertBitmap(const Bitmap& src,Bitmap& dst) { int w=src.AskWidth(); int h=src.AskHeight
www.eeworm.com/read/154890/5633508

cc mcursor.cc

/* * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of
www.eeworm.com/read/154590/5636100

cpp ddutil.cpp

/*========================================================================== * * Copyright (C) 1995-1997 Microsoft Corporation. All Rights Reserved. * * File: ddutil.cpp * Content:
www.eeworm.com/read/474074/6831202

pas pcx.pas

{ Davie Reed, January 1999 } { E-Mail: davie@smatters.com } { Modified by David Berneda 2000-2005 } unit PCX; {$I TeeDefs.inc} interface Uses {$IFNDEF LINUX} Windows, {$ENDIF}
www.eeworm.com/read/473884/6842544

cpp bitmapdrawcontainer.cpp

/** * * @brief Definition of CBitmapDrawContainer * * Copyright (c) EMCC Software Ltd 2003 * @version 1.0 */ // INCLUDES // Class include #include "BitmapDrawContainer.h" // Sy
www.eeworm.com/read/473572/6846555

cpp cameraappbasecontainer.cpp

/* * Copyright ?2008 Nokia Corporation. */ #include #include #include #include #include #include #include
www.eeworm.com/read/473066/6854520

cpp officexpmenu.cpp

#include "stdafx.h" // Standard windows header file #include "officexpmenu.h" // COfficeXPMenu class declaration #include //SK: makes A2W and other spiffy AFX macro