#include "../Include/Globals.h"
#include "../Include/FlyLegacy.h"
#include <vector>
Go to the source code of this file.
Classes | |
| class | CBitmapPBM |
| class | CBitmapPBG |
| struct | SPBGHeader |
Functions | |
| SSurface * | CreateSurface (int width, int height) |
| void | FreeSurface (SSurface *surface) |
| void | EraseSurface (SSurface *surface) |
| void | EraseSurfaceRGB (SSurface *surface, unsigned int rgb) |
| void | EraseSurfaceRGBA (SSurface *surface, unsigned int rgba) |
| GLuint | TextureFromSurface (SSurface *s, bool mipmap) |
| void | DrawDot (SSurface *surface, int x, int y, unsigned int rgba) |
| void | DrawLine (SSurface *surface, int x1, int y1, int x2, int y2, unsigned int rgba) |
| void | DrawRect (SSurface *surface, int x1, int y1, int x2, int y2, unsigned int rgba) |
| void | FillRect (SSurface *surface, int x1, int y1, int x2, int y2, unsigned int rgba) |
| void | DrawCircle (SSurface *surface, int xCenter, int yCenter, int radius, unsigned int rgba) |
| unsigned int | MakeRGB (unsigned int r, unsigned int g, unsigned int b) |
| unsigned int | MakeRGBA (unsigned int r, unsigned int g, unsigned int b, unsigned int a) |
| void | UnmakeRGB (unsigned int rgb, unsigned int *r, unsigned int *g, unsigned int *b) |
| void | Blit (SSurface *surface) |
| void | BlitTransparent (SSurface *surface, unsigned int rgbTransparentColor) |
| int | LoadBitmap (SBitmap *bm) |
| void | DrawBitmap (SSurface *surface, SBitmap *bm, int x, int y, int frame) |
| void | DrawBitmapPartial (SSurface *surf, SBitmap *bm, int x, int y, int x1, int y1, int x2, int y2, int frame) |
| void | GetBitmapSize (SBitmap *bm, int *xSize, int *ySize) |
| int | NumBitmapFrames (SBitmap *bm) |
| void | FreeBitmap (SBitmap *bm) |
Definition in file Bitmaps.cpp.
|
|
Definition at line 320 of file Bitmaps.cpp. References SSurface::drawBuffer, SSurface::xSize, and SSurface::ySize. Referenced by CGaugeKnob::Draw(), and Draw2D(). |
|
||||||||||||
|
Definition at line 337 of file Bitmaps.cpp. References SSurface::drawBuffer, SSurface::xSize, and SSurface::ySize. Referenced by BlitSurface(), and CPanel::Draw(). |
|
||||||||||||
|
||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||
|
Definition at line 818 of file Bitmaps.cpp. References SBitmap::bitmap, gtfo, SBitmap::type, TYPE_FRAMES, and TYPE_SINGLE. Referenced by InitLoadingScreen(). |
|
||||||||||||||||||||||||
|
Definition at line 298 of file Bitmaps.cpp. |
|
||||||||||||||||||||
|
Definition at line 140 of file Bitmaps.cpp. References SSurface::drawBuffer, SSurface::xSize, SSurface::xSpan, and SSurface::ySize. Referenced by CDetailTile::CreateFanGeometry(), CDetailTile::CreateStripGeometry(), CFuiGraphTrace::Draw(), CBitmappedFontChar::Draw(), and DrawLine(). |
|
||||||||||||||||||||||||||||
|
Definition at line 161 of file Bitmaps.cpp. References DrawDot(), and DrawLine(). Referenced by CDefaultSuperTile::CDefaultSuperTile(), CQuarterGlobeTile::Create(), CDetailTile::CreateFanGeometry(), CDetailTile::CreateStripGeometry(), CFuiLine::Draw(), CFuiGraphTrace::Draw(), DrawLine(), DrawRect(), and FillRect(). |
|
||||||||||||||||||||||||||||
|
Definition at line 273 of file Bitmaps.cpp. References DrawLine(). |
|
|
Definition at line 77 of file Bitmaps.cpp. References EraseSurfaceRGBA(). Referenced by CPanel::Activate(), CGauge::ClearSurface(), CGaugeKnob::Draw(), CNavigationGauge::Draw(), CFuiLabel::Draw(), InitExitScreen(), InitLoadingScreen(), InitSplashScreen(), and CFuiComponent::MakeSurface(). |
|
||||||||||||
|
Definition at line 82 of file Bitmaps.cpp. References EraseSurfaceRGBA(). Referenced by CDefaultSuperTile::CDefaultSuperTile(), CQuarterGlobeTile::Create(), CDetailTile::CreateFanGeometry(), CDetailTile::CreateStripGeometry(), and CFuiTextField::Draw(). |
|
||||||||||||
|
Definition at line 87 of file Bitmaps.cpp. References SSurface::drawBuffer, SSurface::xSpan, and SSurface::ySize. Referenced by EraseSurface(), and EraseSurfaceRGB(). |
|
||||||||||||||||||||||||||||
|
Definition at line 285 of file Bitmaps.cpp. References DrawLine(), and FillRect(). Referenced by FillRect(). |
|
|
|
||||||||||||||||
|
|
||||||||||||||||
|
||||||||||||||||||||
|
Definition at line 307 of file Bitmaps.cpp. Referenced by CBitmapPBM::Draw(), and CBitmapPBM::DrawPartial(). |
|
|
Definition at line 858 of file Bitmaps.cpp. References SBitmap::bitmap, SBitmap::type, TYPE_FRAMES, and TYPE_SINGLE. Referenced by CGaugeKnob::Draw(), CGaugeNeedle::ReadFinished(), and CNavigationGauge::ReadFinished(). |
|
||||||||||||
|
Definition at line 97 of file Bitmaps.cpp. References SSurface::drawBuffer, SSurface::xSize, and SSurface::ySize. Referenced by CDefaultSuperTile::CDefaultSuperTile(), CQuarterGlobeTile::Create(), CDetailTile::CreateFanGeometry(), and CDetailTile::CreateStripGeometry(). |
|
||||||||||||||||||||
|
Definition at line 312 of file Bitmaps.cpp. Referenced by CFuiThemeWidget::Print(). |
|
|
Documentation generated by
|