#include "SDL.h"#include "SDL_ttf.h"#include "SDL_opengl.h"#include "log.h"#include "font_ttf.h"Include dependency graph for font_ttf.cpp:

Go to the source code of this file.
Functions | |
| Uint32 | getpixel (SDL_Surface *surface, int x, int y) |
| void | putpixel (SDL_Surface *surface, int x, int y, Uint32 pixel) |
| SDL_Surface * | ConvertToRGBA (SDL_Surface *surf) |
| void | SwapRows (SDL_Surface *surf) |
|
|
Definition at line 108 of file font_ttf.cpp. References getpixel(), putpixel(), and TIN. Referenced by FontTTF::RenderUTF8(). Here is the call graph for this function: ![]() |
|
||||||||||||||||
|
Definition at line 12 of file font_ttf.cpp. Referenced by SurfAlpha::converse(), SurfColorKey::converse(), SurfExternalAlpha::converse(), SurfDefault::converse(), ConvertToRGBA(), and SurfExternalAlpha::create(). |
|
||||||||||||||||||||
|
Definition at line 39 of file font_ttf.cpp. Referenced by ConvertToRGBA(), SurfExternalAlpha::create(), and SurfaceFactory::create(). |
|
|
Definition at line 168 of file font_ttf.cpp. References DIE(), LOGE, and TIN. Referenced by FontTTF::RenderUTF8(). Here is the call graph for this function: ![]() |
1.4.5